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 Summary
Modifier and TypeMethodDescriptiongetActingParties(int index) Required: must be non-emptycom.google.protobuf.ByteStringgetActingPartiesBytes(int index) Required: must be non-emptyintRequired: must be non-emptyRequired: must be non-emptybooleangetByKey()Can only be true from lf_version >= 2 RequiredgetChildren(int index) Optional: can be emptycom.google.protobuf.ByteStringgetChildrenBytes(int index) Optional: can be emptyintOptional: can be emptyOptional: can be emptyRequiredcom.google.protobuf.ByteStringRequiredgetChoiceObservers(int index) Optional: can be emptycom.google.protobuf.ByteStringgetChoiceObserversBytes(int index) Optional: can be emptyintOptional: can be emptyOptional: can be emptycom.daml.ledger.api.v2.ValueOuterClass.ValueRequiredcom.daml.ledger.api.v2.ValueOuterClass.ValueOrBuilderRequiredbooleanRequiredRequiredcom.google.protobuf.ByteStringRequiredcom.daml.ledger.api.v2.ValueOuterClass.ValueOptionalcom.daml.ledger.api.v2.ValueOuterClass.ValueOrBuilderOptionalcom.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.getKey()Can only be populated from lf_version >= 2 OptionalCan only be populated from lf_version >= 2 OptionalSpecific LF serialization version of the node Requiredcom.google.protobuf.ByteStringSpecific LF serialization version of the node RequiredRequiredcom.google.protobuf.ByteStringRequiredgetSignatories(int index) Required: must be non-emptycom.google.protobuf.ByteStringgetSignatoriesBytes(int index) Required: must be non-emptyintRequired: must be non-emptyRequired: must be non-emptygetStakeholders(int index) Required: must be non-emptycom.google.protobuf.ByteStringgetStakeholdersBytes(int index) Required: must be non-emptyintRequired: must be non-emptyRequired: must be non-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.booleanRequiredbooleanOptionalbooleanThe identifier uses the package-id reference format.booleanhasKey()Can only be populated from lf_version >= 2 OptionalbooleanThe 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.
-
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
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
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
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
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
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
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
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
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
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
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.
-