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) repeated string acting_parties = 7 [json_name = "actingParties"];
com.google.protobuf.ByteString
getActingPartiesBytes
(int index) repeated string acting_parties = 7 [json_name = "actingParties"];
int
repeated string acting_parties = 7 [json_name = "actingParties"];
repeated string acting_parties = 7 [json_name = "actingParties"];
getChildren
(int index) repeated string children = 12 [json_name = "children"];
com.google.protobuf.ByteString
getChildrenBytes
(int index) repeated string children = 12 [json_name = "children"];
int
repeated string children = 12 [json_name = "children"];
repeated string children = 12 [json_name = "children"];
string choice_id = 9 [json_name = "choiceId"];
com.google.protobuf.ByteString
string choice_id = 9 [json_name = "choiceId"];
getChoiceObservers
(int index) repeated string choice_observers = 14 [json_name = "choiceObservers"];
com.google.protobuf.ByteString
getChoiceObserversBytes
(int index) repeated string choice_observers = 14 [json_name = "choiceObservers"];
int
repeated string choice_observers = 14 [json_name = "choiceObservers"];
repeated string choice_observers = 14 [json_name = "choiceObservers"];
.com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
.com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
boolean
bool consuming = 11 [json_name = "consuming"];
string contract_id = 2 [json_name = "contractId"];
com.google.protobuf.ByteString
string contract_id = 2 [json_name = "contractId"];
.com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
.com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
The identifier uses the package-id reference format.The identifier uses the package-id reference format.Specific LF version of the nodecom.google.protobuf.ByteString
Specific LF version of the nodestring package_name = 3 [json_name = "packageName"];
com.google.protobuf.ByteString
string package_name = 3 [json_name = "packageName"];
getSignatories
(int index) repeated string signatories = 5 [json_name = "signatories"];
com.google.protobuf.ByteString
getSignatoriesBytes
(int index) repeated string signatories = 5 [json_name = "signatories"];
int
repeated string signatories = 5 [json_name = "signatories"];
repeated string signatories = 5 [json_name = "signatories"];
getStakeholders
(int index) repeated string stakeholders = 6 [json_name = "stakeholders"];
com.google.protobuf.ByteString
getStakeholdersBytes
(int index) repeated string stakeholders = 6 [json_name = "stakeholders"];
int
repeated string stakeholders = 6 [json_name = "stakeholders"];
repeated string stakeholders = 6 [json_name = "stakeholders"];
The identifier uses the package-id reference format.The identifier uses the package-id reference format.boolean
.com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
boolean
.com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
boolean
The identifier uses the package-id reference format.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 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
ValueOuterClass.Identifier 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
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
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
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
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
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
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()The identifier uses the package-id reference format.
.com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
- Returns:
- Whether the interfaceId field is set.
-
getInterfaceId
ValueOuterClass.Identifier getInterfaceId()The identifier uses the package-id reference format.
.com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
- Returns:
- The interfaceId.
-
getInterfaceIdOrBuilder
ValueOuterClass.IdentifierOrBuilder getInterfaceIdOrBuilder()The identifier uses the package-id reference format.
.com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
-
getChoiceId
String getChoiceId()string choice_id = 9 [json_name = "choiceId"];
- Returns:
- The choiceId.
-
getChoiceIdBytes
com.google.protobuf.ByteString getChoiceIdBytes()string choice_id = 9 [json_name = "choiceId"];
- Returns:
- The bytes for choiceId.
-
hasChosenValue
boolean hasChosenValue().com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
- Returns:
- Whether the chosenValue field is set.
-
getChosenValue
ValueOuterClass.Value getChosenValue().com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
- Returns:
- The chosenValue.
-
getChosenValueOrBuilder
ValueOuterClass.ValueOrBuilder getChosenValueOrBuilder().com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
-
getConsuming
boolean getConsuming()bool consuming = 11 [json_name = "consuming"];
- Returns:
- The consuming.
-
getChildrenList
repeated string children = 12 [json_name = "children"];
- Returns:
- A list containing the children.
-
getChildrenCount
int getChildrenCount()repeated string children = 12 [json_name = "children"];
- Returns:
- The count of children.
-
getChildren
repeated string children = 12 [json_name = "children"];
- Parameters:
index
- The index of the element to return.- Returns:
- The children at the given index.
-
getChildrenBytes
com.google.protobuf.ByteString getChildrenBytes(int index) repeated string children = 12 [json_name = "children"];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the children at the given index.
-
hasExerciseResult
boolean hasExerciseResult().com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
- Returns:
- Whether the exerciseResult field is set.
-
getExerciseResult
ValueOuterClass.Value getExerciseResult().com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
- Returns:
- The exerciseResult.
-
getExerciseResultOrBuilder
ValueOuterClass.ValueOrBuilder getExerciseResultOrBuilder().com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
-
getChoiceObserversList
repeated string choice_observers = 14 [json_name = "choiceObservers"];
- Returns:
- A list containing the choiceObservers.
-
getChoiceObserversCount
int getChoiceObserversCount()repeated string choice_observers = 14 [json_name = "choiceObservers"];
- Returns:
- The count of choiceObservers.
-
getChoiceObservers
repeated string choice_observers = 14 [json_name = "choiceObservers"];
- Parameters:
index
- The index of the element to return.- Returns:
- The choiceObservers at the given index.
-
getChoiceObserversBytes
com.google.protobuf.ByteString getChoiceObserversBytes(int index) repeated string choice_observers = 14 [json_name = "choiceObservers"];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the choiceObservers at the given index.
-