Package com.daml.ledger.api.v2
Interface ContractServiceOuterClass.GetContractRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContractServiceOuterClass.GetContractRequest,ContractServiceOuterClass.GetContractRequest.Builder
- Enclosing class:
ContractServiceOuterClass
public static interface ContractServiceOuterClass.GetContractRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the contract.com.google.protobuf.ByteStringThe ID of the contract.getQueryingParties(int index) The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result.com.google.protobuf.ByteStringgetQueryingPartiesBytes(int index) The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result.intThe list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result.The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContractId
String getContractId()The ID of the contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 1;- Returns:
- The contractId.
-
getContractIdBytes
com.google.protobuf.ByteString getContractIdBytes()The ID of the contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 1;- Returns:
- The bytes for contractId.
-
getQueryingPartiesList
The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result. If no querying_parties specified, all possible contracts could be returned. Optional: can be empty
repeated string querying_parties = 2;- Returns:
- A list containing the queryingParties.
-
getQueryingPartiesCount
int getQueryingPartiesCount()The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result. If no querying_parties specified, all possible contracts could be returned. Optional: can be empty
repeated string querying_parties = 2;- Returns:
- The count of queryingParties.
-
getQueryingParties
The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result. If no querying_parties specified, all possible contracts could be returned. Optional: can be empty
repeated string querying_parties = 2;- Parameters:
index- The index of the element to return.- Returns:
- The queryingParties at the given index.
-
getQueryingPartiesBytes
com.google.protobuf.ByteString getQueryingPartiesBytes(int index) The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result. If no querying_parties specified, all possible contracts could be returned. Optional: can be empty
repeated string querying_parties = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the queryingParties at the given index.
-