Interface InteractiveSubmissionDataOuterClass.QueryByKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionDataOuterClass.QueryByKey,InteractiveSubmissionDataOuterClass.QueryByKey.Builder
- Enclosing class:
InteractiveSubmissionDataOuterClass
public static interface InteractiveSubmissionDataOuterClass.QueryByKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanRequiredgetKey()key to query for Requiredkey to query for RequiredSpecific LF serialization version of the node Requiredcom.google.protobuf.ByteStringSpecific LF serialization version of the node RequiredRequiredcom.google.protobuf.ByteStringRequiredgetResult(int index) Result of the query: list of contract Ids matching the query Optional: can be emptycom.google.protobuf.ByteStringgetResultBytes(int index) Result of the query: list of contract Ids matching the query Optional: can be emptyintResult of the query: list of contract Ids matching the query Optional: can be emptyResult of the query: list of contract Ids matching the query Optional: can be emptycom.daml.ledger.api.v2.ValueOuterClass.IdentifierThe identifier uses the package-id reference format.com.daml.ledger.api.v2.ValueOuterClass.IdentifierOrBuilderThe identifier uses the package-id reference format.booleanhasKey()key to query for RequiredbooleanThe identifier uses the package-id reference format.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
-
getLfVersion
String getLfVersion()Specific LF serialization version of the node Required
string lf_version = 1;- Returns:
- The lfVersion.
-
getLfVersionBytes
com.google.protobuf.ByteString getLfVersionBytes()Specific LF serialization version of the node Required
string lf_version = 1;- Returns:
- The bytes for lfVersion.
-
getPackageName
String getPackageName()Required
string package_name = 2;- Returns:
- The packageName.
-
getPackageNameBytes
com.google.protobuf.ByteString getPackageNameBytes()Required
string package_name = 2;- Returns:
- The bytes for packageName.
-
hasTemplateId
boolean hasTemplateId()The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 3;- Returns:
- Whether the templateId field is set.
-
getTemplateId
com.daml.ledger.api.v2.ValueOuterClass.Identifier getTemplateId()The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 3;- Returns:
- The templateId.
-
getTemplateIdOrBuilder
com.daml.ledger.api.v2.ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 3; -
getExhaustive
boolean getExhaustive()Required
bool exhaustive = 4;- Returns:
- The exhaustive.
-
hasKey
boolean hasKey()key to query for Required
.com.daml.ledger.api.v2.interactive.GlobalKeyWithMaintainers key = 5;- Returns:
- Whether the key field is set.
-
getKey
key to query for Required
.com.daml.ledger.api.v2.interactive.GlobalKeyWithMaintainers key = 5;- Returns:
- The key.
-
getKeyOrBuilder
key to query for Required
.com.daml.ledger.api.v2.interactive.GlobalKeyWithMaintainers key = 5; -
getResultList
Result of the query: list of contract Ids matching the query Optional: can be empty
repeated string result = 6;- Returns:
- A list containing the result.
-
getResultCount
int getResultCount()Result of the query: list of contract Ids matching the query Optional: can be empty
repeated string result = 6;- Returns:
- The count of result.
-
getResult
Result of the query: list of contract Ids matching the query Optional: can be empty
repeated string result = 6;- Parameters:
index- The index of the element to return.- Returns:
- The result at the given index.
-
getResultBytes
com.google.protobuf.ByteString getResultBytes(int index) Result of the query: list of contract Ids matching the query Optional: can be empty
repeated string result = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the result at the given index.
-