Interface InteractiveSubmissionDataOuterClass.ExerciseOrBuilder

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

public static interface InteractiveSubmissionDataOuterClass.ExerciseOrBuilder 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()
       The identifier uses the package-id reference format.
      
       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()
       The identifier uses the package-id reference format.
      
       Optional
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8;
      Returns:
      The interfaceId.
    • getInterfaceIdOrBuilder

      com.daml.ledger.api.v2.ValueOuterClass.IdentifierOrBuilder getInterfaceIdOrBuilder()
       The identifier uses the package-id reference format.
      
       Optional
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8;
    • getChoiceId

      String getChoiceId()
       Required
       
      string choice_id = 9;
      Returns:
      The choiceId.
    • getChoiceIdBytes

      com.google.protobuf.ByteString getChoiceIdBytes()
       Required
       
      string choice_id = 9;
      Returns:
      The bytes for choiceId.
    • hasChosenValue

      boolean hasChosenValue()
       Required
       
      .com.daml.ledger.api.v2.Value chosen_value = 10;
      Returns:
      Whether the chosenValue field is set.
    • getChosenValue

      com.daml.ledger.api.v2.ValueOuterClass.Value getChosenValue()
       Required
       
      .com.daml.ledger.api.v2.Value chosen_value = 10;
      Returns:
      The chosenValue.
    • getChosenValueOrBuilder

      com.daml.ledger.api.v2.ValueOuterClass.ValueOrBuilder getChosenValueOrBuilder()
       Required
       
      .com.daml.ledger.api.v2.Value chosen_value = 10;
    • getConsuming

      boolean getConsuming()
       Required
       
      bool consuming = 11;
      Returns:
      The consuming.
    • getChildrenList

      List<String> getChildrenList()
       Optional: can be empty
       
      repeated string children = 12;
      Returns:
      A list containing the children.
    • getChildrenCount

      int getChildrenCount()
       Optional: can be empty
       
      repeated string children = 12;
      Returns:
      The count of children.
    • getChildren

      String getChildren(int index)
       Optional: can be empty
       
      repeated string children = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The children at the given index.
    • getChildrenBytes

      com.google.protobuf.ByteString getChildrenBytes(int index)
       Optional: can be empty
       
      repeated string children = 12;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the children at the given index.
    • hasExerciseResult

      boolean hasExerciseResult()
       Optional
       
      .com.daml.ledger.api.v2.Value exercise_result = 13;
      Returns:
      Whether the exerciseResult field is set.
    • getExerciseResult

      com.daml.ledger.api.v2.ValueOuterClass.Value getExerciseResult()
       Optional
       
      .com.daml.ledger.api.v2.Value exercise_result = 13;
      Returns:
      The exerciseResult.
    • getExerciseResultOrBuilder

      com.daml.ledger.api.v2.ValueOuterClass.ValueOrBuilder getExerciseResultOrBuilder()
       Optional
       
      .com.daml.ledger.api.v2.Value exercise_result = 13;
    • getChoiceObserversList

      List<String> getChoiceObserversList()
       Optional: can be empty
       
      repeated string choice_observers = 14;
      Returns:
      A list containing the choiceObservers.
    • getChoiceObserversCount

      int getChoiceObserversCount()
       Optional: can be empty
       
      repeated string choice_observers = 14;
      Returns:
      The count of choiceObservers.
    • getChoiceObservers

      String getChoiceObservers(int index)
       Optional: can be empty
       
      repeated string choice_observers = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The choiceObservers at the given index.
    • getChoiceObserversBytes

      com.google.protobuf.ByteString getChoiceObserversBytes(int index)
       Optional: can be empty
       
      repeated string choice_observers = 14;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the choiceObservers at the given index.
    • hasKey

      boolean hasKey()
       Can only be populated from lf_version >= 2
      
       Optional
       
      optional .com.daml.ledger.api.v2.interactive.GlobalKeyWithMaintainers key = 15;
      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 = 15;
      Returns:
      The key.
    • getKeyOrBuilder

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

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