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 Type
    Method
    Description
    boolean
    Required
    key to query for Required
    key to query for Required
    Specific LF serialization version of the node Required
    com.google.protobuf.ByteString
    Specific LF serialization version of the node Required
    Required
    com.google.protobuf.ByteString
    Required
    getResult(int index)
    Result of the query: list of contract Ids matching the query Optional: can be empty
    com.google.protobuf.ByteString
    getResultBytes(int index)
    Result of the query: list of contract Ids matching the query Optional: can be empty
    int
    Result of the query: list of contract Ids matching the query Optional: can be empty
    Result of the query: list of contract Ids matching the query Optional: can be empty
    com.daml.ledger.api.v2.ValueOuterClass.Identifier
    The identifier uses the package-id reference format.
    com.daml.ledger.api.v2.ValueOuterClass.IdentifierOrBuilder
    The identifier uses the package-id reference format.
    boolean
    key to query for Required
    boolean
    The identifier uses the package-id reference format.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getResult(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 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.