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 version of the node
       
      string lf_version = 1 [json_name = "lfVersion"];
      Returns:
      The lfVersion.
    • getLfVersionBytes

      com.google.protobuf.ByteString getLfVersionBytes()
       Specific LF version of the node
       
      string lf_version = 1 [json_name = "lfVersion"];
      Returns:
      The bytes for lfVersion.
    • getContractId

      String getContractId()
      string contract_id = 2 [json_name = "contractId"];
      Returns:
      The contractId.
    • getContractIdBytes

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

      String getPackageName()
      string package_name = 3 [json_name = "packageName"];
      Returns:
      The packageName.
    • getPackageNameBytes

      com.google.protobuf.ByteString getPackageNameBytes()
      string package_name = 3 [json_name = "packageName"];
      Returns:
      The bytes for packageName.
    • hasTemplateId

      boolean hasTemplateId()
       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
      Returns:
      Whether the templateId field is set.
    • getTemplateId

       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
      Returns:
      The templateId.
    • getTemplateIdOrBuilder

      ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
    • getSignatoriesList

      List<String> getSignatoriesList()
      repeated string signatories = 5 [json_name = "signatories"];
      Returns:
      A list containing the signatories.
    • getSignatoriesCount

      int getSignatoriesCount()
      repeated string signatories = 5 [json_name = "signatories"];
      Returns:
      The count of signatories.
    • getSignatories

      String getSignatories(int index)
      repeated string signatories = 5 [json_name = "signatories"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The signatories at the given index.
    • getSignatoriesBytes

      com.google.protobuf.ByteString getSignatoriesBytes(int index)
      repeated string signatories = 5 [json_name = "signatories"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the signatories at the given index.
    • getStakeholdersList

      List<String> getStakeholdersList()
      repeated string stakeholders = 6 [json_name = "stakeholders"];
      Returns:
      A list containing the stakeholders.
    • getStakeholdersCount

      int getStakeholdersCount()
      repeated string stakeholders = 6 [json_name = "stakeholders"];
      Returns:
      The count of stakeholders.
    • getStakeholders

      String getStakeholders(int index)
      repeated string stakeholders = 6 [json_name = "stakeholders"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The stakeholders at the given index.
    • getStakeholdersBytes

      com.google.protobuf.ByteString getStakeholdersBytes(int index)
      repeated string stakeholders = 6 [json_name = "stakeholders"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stakeholders at the given index.
    • getActingPartiesList

      List<String> getActingPartiesList()
      repeated string acting_parties = 7 [json_name = "actingParties"];
      Returns:
      A list containing the actingParties.
    • getActingPartiesCount

      int getActingPartiesCount()
      repeated string acting_parties = 7 [json_name = "actingParties"];
      Returns:
      The count of actingParties.
    • getActingParties

      String getActingParties(int index)
      repeated string acting_parties = 7 [json_name = "actingParties"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The actingParties at the given index.
    • getActingPartiesBytes

      com.google.protobuf.ByteString getActingPartiesBytes(int index)
      repeated string acting_parties = 7 [json_name = "actingParties"];
      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 [json_name = "interfaceId"];
      Returns:
      Whether the interfaceId field is set.
    • getInterfaceId

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

      ValueOuterClass.IdentifierOrBuilder getInterfaceIdOrBuilder()
       Optional
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];