Interface InteractiveSubmissionDataOuterClass.FetchOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InteractiveSubmissionDataOuterClass.Fetch, InteractiveSubmissionDataOuterClass.Fetch.Builder
Enclosing class:
InteractiveSubmissionDataOuterClass

public static interface InteractiveSubmissionDataOuterClass.FetchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • getContractId

      String getContractId()
       Required
       
      string contract_id = 2;
      Returns:
      The contractId.
    • getContractIdBytes

      com.google.protobuf.ByteString getContractIdBytes()
       Required
       
      string contract_id = 2;
      Returns:
      The bytes for contractId.
    • getPackageName

      String getPackageName()
       Required
       
      string package_name = 3;
      Returns:
      The packageName.
    • getPackageNameBytes

      com.google.protobuf.ByteString getPackageNameBytes()
       Required
       
      string package_name = 3;
      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 = 4;
      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 = 4;
      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 = 4;
    • getSignatoriesList

      List<String> getSignatoriesList()
       Required: must be non-empty
       
      repeated string signatories = 5;
      Returns:
      A list containing the signatories.
    • getSignatoriesCount

      int getSignatoriesCount()
       Required: must be non-empty
       
      repeated string signatories = 5;
      Returns:
      The count of signatories.
    • getSignatories

      String getSignatories(int index)
       Required: must be non-empty
       
      repeated string signatories = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The signatories at the given index.
    • getSignatoriesBytes

      com.google.protobuf.ByteString getSignatoriesBytes(int index)
       Required: must be non-empty
       
      repeated string signatories = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the signatories at the given index.
    • getStakeholdersList

      List<String> getStakeholdersList()
       Required: must be non-empty
       
      repeated string stakeholders = 6;
      Returns:
      A list containing the stakeholders.
    • getStakeholdersCount

      int getStakeholdersCount()
       Required: must be non-empty
       
      repeated string stakeholders = 6;
      Returns:
      The count of stakeholders.
    • getStakeholders

      String getStakeholders(int index)
       Required: must be non-empty
       
      repeated string stakeholders = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The stakeholders at the given index.
    • getStakeholdersBytes

      com.google.protobuf.ByteString getStakeholdersBytes(int index)
       Required: must be non-empty
       
      repeated string stakeholders = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stakeholders at the given index.
    • getActingPartiesList

      List<String> getActingPartiesList()
       Required: must be non-empty
       
      repeated string acting_parties = 7;
      Returns:
      A list containing the actingParties.
    • getActingPartiesCount

      int getActingPartiesCount()
       Required: must be non-empty
       
      repeated string acting_parties = 7;
      Returns:
      The count of actingParties.
    • getActingParties

      String getActingParties(int index)
       Required: must be non-empty
       
      repeated string acting_parties = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The actingParties at the given index.
    • getActingPartiesBytes

      com.google.protobuf.ByteString getActingPartiesBytes(int index)
       Required: must be non-empty
       
      repeated string acting_parties = 7;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the actingParties at the given index.
    • hasInterfaceId

      boolean hasInterfaceId()
       Optional
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8;
      Returns:
      Whether the interfaceId field is set.
    • getInterfaceId

      com.daml.ledger.api.v2.ValueOuterClass.Identifier getInterfaceId()
       Optional
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8;
      Returns:
      The interfaceId.
    • getInterfaceIdOrBuilder

      com.daml.ledger.api.v2.ValueOuterClass.IdentifierOrBuilder getInterfaceIdOrBuilder()
       Optional
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8;
    • hasKey

      boolean hasKey()
       Can only be populated from lf_version >= 2
      
       Optional
       
      optional .com.daml.ledger.api.v2.interactive.GlobalKeyWithMaintainers key = 9;
      Returns:
      Whether the key field is set.
    • getKey

       Can only be populated from lf_version >= 2
      
       Optional
       
      optional .com.daml.ledger.api.v2.interactive.GlobalKeyWithMaintainers key = 9;
      Returns:
      The key.
    • getKeyOrBuilder

       Can only be populated from lf_version >= 2
      
       Optional
       
      optional .com.daml.ledger.api.v2.interactive.GlobalKeyWithMaintainers key = 9;
    • getByKey

      boolean getByKey()
       Can only be true from lf_version >= 2
      
       Required
       
      bool by_key = 10;
      Returns:
      The byKey.