public static final class EventOuterClass.ExercisedEvent.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder> implements EventOuterClass.ExercisedEventOrBuilder
Records that a choice has been exercised on a target contract.Protobuf type
com.daml.ledger.api.v1.ExercisedEvent
Modifier and Type | Method and Description |
---|---|
EventOuterClass.ExercisedEvent.Builder |
addActingParties(java.lang.String value)
The parties that made the choice.
|
EventOuterClass.ExercisedEvent.Builder |
addActingPartiesBytes(com.google.protobuf.ByteString value)
The parties that made the choice.
|
EventOuterClass.ExercisedEvent.Builder |
addAllActingParties(java.lang.Iterable<java.lang.String> values)
The parties that made the choice.
|
EventOuterClass.ExercisedEvent.Builder |
addAllChildEventIds(java.lang.Iterable<java.lang.String> values)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
EventOuterClass.ExercisedEvent.Builder |
addAllWitnessParties(java.lang.Iterable<java.lang.String> values)
The parties that are notified of this event.
|
EventOuterClass.ExercisedEvent.Builder |
addChildEventIds(java.lang.String value)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
EventOuterClass.ExercisedEvent.Builder |
addChildEventIdsBytes(com.google.protobuf.ByteString value)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
EventOuterClass.ExercisedEvent.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
EventOuterClass.ExercisedEvent.Builder |
addWitnessParties(java.lang.String value)
The parties that are notified of this event.
|
EventOuterClass.ExercisedEvent.Builder |
addWitnessPartiesBytes(com.google.protobuf.ByteString value)
The parties that are notified of this event.
|
EventOuterClass.ExercisedEvent |
build() |
EventOuterClass.ExercisedEvent |
buildPartial() |
EventOuterClass.ExercisedEvent.Builder |
clear() |
EventOuterClass.ExercisedEvent.Builder |
clearActingParties()
The parties that made the choice.
|
EventOuterClass.ExercisedEvent.Builder |
clearChildEventIds()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
EventOuterClass.ExercisedEvent.Builder |
clearChoice()
The choice that's been exercised on the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
clearChoiceArgument()
The argument the choice was made with.
|
EventOuterClass.ExercisedEvent.Builder |
clearConsuming()
If true, the target contract may no longer be exercised.
|
EventOuterClass.ExercisedEvent.Builder |
clearContractId()
The ID of the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
clearEventId()
The ID of this particular event.
|
EventOuterClass.ExercisedEvent.Builder |
clearExerciseResult()
The result of exercising the choice
Required
|
EventOuterClass.ExercisedEvent.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EventOuterClass.ExercisedEvent.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EventOuterClass.ExercisedEvent.Builder |
clearTemplateId()
The template of the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
clearWitnessParties()
The parties that are notified of this event.
|
EventOuterClass.ExercisedEvent.Builder |
clone() |
java.lang.String |
getActingParties(int index)
The parties that made the choice.
|
com.google.protobuf.ByteString |
getActingPartiesBytes(int index)
The parties that made the choice.
|
int |
getActingPartiesCount()
The parties that made the choice.
|
com.google.protobuf.ProtocolStringList |
getActingPartiesList()
The parties that made the choice.
|
java.lang.String |
getChildEventIds(int index)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
com.google.protobuf.ByteString |
getChildEventIdsBytes(int index)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
int |
getChildEventIdsCount()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
com.google.protobuf.ProtocolStringList |
getChildEventIdsList()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
java.lang.String |
getChoice()
The choice that's been exercised on the target contract.
|
ValueOuterClass.Value |
getChoiceArgument()
The argument the choice was made with.
|
ValueOuterClass.Value.Builder |
getChoiceArgumentBuilder()
The argument the choice was made with.
|
ValueOuterClass.ValueOrBuilder |
getChoiceArgumentOrBuilder()
The argument the choice was made with.
|
com.google.protobuf.ByteString |
getChoiceBytes()
The choice that's been exercised on the target contract.
|
boolean |
getConsuming()
If true, the target contract may no longer be exercised.
|
java.lang.String |
getContractId()
The ID of the target contract.
|
com.google.protobuf.ByteString |
getContractIdBytes()
The ID of the target contract.
|
EventOuterClass.ExercisedEvent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getEventId()
The ID of this particular event.
|
com.google.protobuf.ByteString |
getEventIdBytes()
The ID of this particular event.
|
ValueOuterClass.Value |
getExerciseResult()
The result of exercising the choice
Required
|
ValueOuterClass.Value.Builder |
getExerciseResultBuilder()
The result of exercising the choice
Required
|
ValueOuterClass.ValueOrBuilder |
getExerciseResultOrBuilder()
The result of exercising the choice
Required
|
ValueOuterClass.Identifier |
getTemplateId()
The template of the target contract.
|
ValueOuterClass.Identifier.Builder |
getTemplateIdBuilder()
The template of the target contract.
|
ValueOuterClass.IdentifierOrBuilder |
getTemplateIdOrBuilder()
The template of the target contract.
|
java.lang.String |
getWitnessParties(int index)
The parties that are notified of this event.
|
com.google.protobuf.ByteString |
getWitnessPartiesBytes(int index)
The parties that are notified of this event.
|
int |
getWitnessPartiesCount()
The parties that are notified of this event.
|
com.google.protobuf.ProtocolStringList |
getWitnessPartiesList()
The parties that are notified of this event.
|
boolean |
hasChoiceArgument()
The argument the choice was made with.
|
boolean |
hasExerciseResult()
The result of exercising the choice
Required
|
boolean |
hasTemplateId()
The template of the target contract.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EventOuterClass.ExercisedEvent.Builder |
mergeChoiceArgument(ValueOuterClass.Value value)
The argument the choice was made with.
|
EventOuterClass.ExercisedEvent.Builder |
mergeExerciseResult(ValueOuterClass.Value value)
The result of exercising the choice
Required
|
EventOuterClass.ExercisedEvent.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EventOuterClass.ExercisedEvent.Builder |
mergeFrom(EventOuterClass.ExercisedEvent other) |
EventOuterClass.ExercisedEvent.Builder |
mergeFrom(com.google.protobuf.Message other) |
EventOuterClass.ExercisedEvent.Builder |
mergeTemplateId(ValueOuterClass.Identifier value)
The template of the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EventOuterClass.ExercisedEvent.Builder |
setActingParties(int index,
java.lang.String value)
The parties that made the choice.
|
EventOuterClass.ExercisedEvent.Builder |
setChildEventIds(int index,
java.lang.String value)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
|
EventOuterClass.ExercisedEvent.Builder |
setChoice(java.lang.String value)
The choice that's been exercised on the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
setChoiceArgument(ValueOuterClass.Value.Builder builderForValue)
The argument the choice was made with.
|
EventOuterClass.ExercisedEvent.Builder |
setChoiceArgument(ValueOuterClass.Value value)
The argument the choice was made with.
|
EventOuterClass.ExercisedEvent.Builder |
setChoiceBytes(com.google.protobuf.ByteString value)
The choice that's been exercised on the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
setConsuming(boolean value)
If true, the target contract may no longer be exercised.
|
EventOuterClass.ExercisedEvent.Builder |
setContractId(java.lang.String value)
The ID of the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
setContractIdBytes(com.google.protobuf.ByteString value)
The ID of the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
setEventId(java.lang.String value)
The ID of this particular event.
|
EventOuterClass.ExercisedEvent.Builder |
setEventIdBytes(com.google.protobuf.ByteString value)
The ID of this particular event.
|
EventOuterClass.ExercisedEvent.Builder |
setExerciseResult(ValueOuterClass.Value.Builder builderForValue)
The result of exercising the choice
Required
|
EventOuterClass.ExercisedEvent.Builder |
setExerciseResult(ValueOuterClass.Value value)
The result of exercising the choice
Required
|
EventOuterClass.ExercisedEvent.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
EventOuterClass.ExercisedEvent.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
EventOuterClass.ExercisedEvent.Builder |
setTemplateId(ValueOuterClass.Identifier.Builder builderForValue)
The template of the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
setTemplateId(ValueOuterClass.Identifier value)
The template of the target contract.
|
EventOuterClass.ExercisedEvent.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EventOuterClass.ExercisedEvent.Builder |
setWitnessParties(int index,
java.lang.String value)
The parties that are notified of this event.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public EventOuterClass.ExercisedEvent build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public EventOuterClass.ExercisedEvent buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public EventOuterClass.ExercisedEvent.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder mergeFrom(EventOuterClass.ExercisedEvent other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public EventOuterClass.ExercisedEvent.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<EventOuterClass.ExercisedEvent.Builder>
java.io.IOException
public java.lang.String getEventId()
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1[json_name = "eventId"];
getEventId
in interface EventOuterClass.ExercisedEventOrBuilder
public com.google.protobuf.ByteString getEventIdBytes()
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1[json_name = "eventId"];
getEventIdBytes
in interface EventOuterClass.ExercisedEventOrBuilder
public EventOuterClass.ExercisedEvent.Builder setEventId(java.lang.String value)
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1[json_name = "eventId"];
value
- The eventId to set.public EventOuterClass.ExercisedEvent.Builder clearEventId()
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1[json_name = "eventId"];
public EventOuterClass.ExercisedEvent.Builder setEventIdBytes(com.google.protobuf.ByteString value)
The ID of this particular event. Must be a valid LedgerString (as described in ``value.proto``). Required
string event_id = 1[json_name = "eventId"];
value
- The bytes for eventId to set.public java.lang.String getContractId()
The ID of the target contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2[json_name = "contractId"];
getContractId
in interface EventOuterClass.ExercisedEventOrBuilder
public com.google.protobuf.ByteString getContractIdBytes()
The ID of the target contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2[json_name = "contractId"];
getContractIdBytes
in interface EventOuterClass.ExercisedEventOrBuilder
public EventOuterClass.ExercisedEvent.Builder setContractId(java.lang.String value)
The ID of the target contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2[json_name = "contractId"];
value
- The contractId to set.public EventOuterClass.ExercisedEvent.Builder clearContractId()
The ID of the target contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2[json_name = "contractId"];
public EventOuterClass.ExercisedEvent.Builder setContractIdBytes(com.google.protobuf.ByteString value)
The ID of the target contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 2[json_name = "contractId"];
value
- The bytes for contractId to set.public boolean hasTemplateId()
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
hasTemplateId
in interface EventOuterClass.ExercisedEventOrBuilder
public ValueOuterClass.Identifier getTemplateId()
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
getTemplateId
in interface EventOuterClass.ExercisedEventOrBuilder
public EventOuterClass.ExercisedEvent.Builder setTemplateId(ValueOuterClass.Identifier value)
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
public EventOuterClass.ExercisedEvent.Builder setTemplateId(ValueOuterClass.Identifier.Builder builderForValue)
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
public EventOuterClass.ExercisedEvent.Builder mergeTemplateId(ValueOuterClass.Identifier value)
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
public EventOuterClass.ExercisedEvent.Builder clearTemplateId()
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
public ValueOuterClass.Identifier.Builder getTemplateIdBuilder()
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
public ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
The template of the target contract. Required
.com.daml.ledger.api.v1.Identifier template_id = 3[json_name = "templateId"];
getTemplateIdOrBuilder
in interface EventOuterClass.ExercisedEventOrBuilder
public java.lang.String getChoice()
The choice that's been exercised on the target contract. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 5[json_name = "choice"];
getChoice
in interface EventOuterClass.ExercisedEventOrBuilder
public com.google.protobuf.ByteString getChoiceBytes()
The choice that's been exercised on the target contract. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 5[json_name = "choice"];
getChoiceBytes
in interface EventOuterClass.ExercisedEventOrBuilder
public EventOuterClass.ExercisedEvent.Builder setChoice(java.lang.String value)
The choice that's been exercised on the target contract. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 5[json_name = "choice"];
value
- The choice to set.public EventOuterClass.ExercisedEvent.Builder clearChoice()
The choice that's been exercised on the target contract. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 5[json_name = "choice"];
public EventOuterClass.ExercisedEvent.Builder setChoiceBytes(com.google.protobuf.ByteString value)
The choice that's been exercised on the target contract. Must be a valid NameString (as described in ``value.proto``). Required
string choice = 5[json_name = "choice"];
value
- The bytes for choice to set.public boolean hasChoiceArgument()
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6[json_name = "choiceArgument"];
hasChoiceArgument
in interface EventOuterClass.ExercisedEventOrBuilder
public ValueOuterClass.Value getChoiceArgument()
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6[json_name = "choiceArgument"];
getChoiceArgument
in interface EventOuterClass.ExercisedEventOrBuilder
public EventOuterClass.ExercisedEvent.Builder setChoiceArgument(ValueOuterClass.Value value)
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6[json_name = "choiceArgument"];
public EventOuterClass.ExercisedEvent.Builder setChoiceArgument(ValueOuterClass.Value.Builder builderForValue)
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6[json_name = "choiceArgument"];
public EventOuterClass.ExercisedEvent.Builder mergeChoiceArgument(ValueOuterClass.Value value)
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6[json_name = "choiceArgument"];
public EventOuterClass.ExercisedEvent.Builder clearChoiceArgument()
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6[json_name = "choiceArgument"];
public ValueOuterClass.Value.Builder getChoiceArgumentBuilder()
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6[json_name = "choiceArgument"];
public ValueOuterClass.ValueOrBuilder getChoiceArgumentOrBuilder()
The argument the choice was made with. Required
.com.daml.ledger.api.v1.Value choice_argument = 6[json_name = "choiceArgument"];
getChoiceArgumentOrBuilder
in interface EventOuterClass.ExercisedEventOrBuilder
public com.google.protobuf.ProtocolStringList getActingPartiesList()
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
getActingPartiesList
in interface EventOuterClass.ExercisedEventOrBuilder
public int getActingPartiesCount()
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
getActingPartiesCount
in interface EventOuterClass.ExercisedEventOrBuilder
public java.lang.String getActingParties(int index)
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
getActingParties
in interface EventOuterClass.ExercisedEventOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getActingPartiesBytes(int index)
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
getActingPartiesBytes
in interface EventOuterClass.ExercisedEventOrBuilder
index
- The index of the value to return.public EventOuterClass.ExercisedEvent.Builder setActingParties(int index, java.lang.String value)
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
index
- The index to set the value at.value
- The actingParties to set.public EventOuterClass.ExercisedEvent.Builder addActingParties(java.lang.String value)
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
value
- The actingParties to add.public EventOuterClass.ExercisedEvent.Builder addAllActingParties(java.lang.Iterable<java.lang.String> values)
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
values
- The actingParties to add.public EventOuterClass.ExercisedEvent.Builder clearActingParties()
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
public EventOuterClass.ExercisedEvent.Builder addActingPartiesBytes(com.google.protobuf.ByteString value)
The parties that made the choice. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string acting_parties = 7[json_name = "actingParties"];
value
- The bytes of the actingParties to add.public boolean getConsuming()
If true, the target contract may no longer be exercised. Required
bool consuming = 8[json_name = "consuming"];
getConsuming
in interface EventOuterClass.ExercisedEventOrBuilder
public EventOuterClass.ExercisedEvent.Builder setConsuming(boolean value)
If true, the target contract may no longer be exercised. Required
bool consuming = 8[json_name = "consuming"];
value
- The consuming to set.public EventOuterClass.ExercisedEvent.Builder clearConsuming()
If true, the target contract may no longer be exercised. Required
bool consuming = 8[json_name = "consuming"];
public com.google.protobuf.ProtocolStringList getWitnessPartiesList()
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
getWitnessPartiesList
in interface EventOuterClass.ExercisedEventOrBuilder
public int getWitnessPartiesCount()
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
getWitnessPartiesCount
in interface EventOuterClass.ExercisedEventOrBuilder
public java.lang.String getWitnessParties(int index)
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
getWitnessParties
in interface EventOuterClass.ExercisedEventOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getWitnessPartiesBytes(int index)
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
getWitnessPartiesBytes
in interface EventOuterClass.ExercisedEventOrBuilder
index
- The index of the value to return.public EventOuterClass.ExercisedEvent.Builder setWitnessParties(int index, java.lang.String value)
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
index
- The index to set the value at.value
- The witnessParties to set.public EventOuterClass.ExercisedEvent.Builder addWitnessParties(java.lang.String value)
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
value
- The witnessParties to add.public EventOuterClass.ExercisedEvent.Builder addAllWitnessParties(java.lang.Iterable<java.lang.String> values)
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
values
- The witnessParties to add.public EventOuterClass.ExercisedEvent.Builder clearWitnessParties()
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
public EventOuterClass.ExercisedEvent.Builder addWitnessPartiesBytes(com.google.protobuf.ByteString value)
The parties that are notified of this event. The witnesses of an exercise node will depend on whether the exercise was consuming or not. If consuming, the witnesses are the union of the stakeholders and the actors. If not consuming, the witnesses are the union of the signatories and the actors. Note that the actors might not necessarily be observers and thus signatories. This is the case when the controllers of a choice are specified using "flexible controllers", using the `choice ... controller` syntax, and said controllers are not explicitly marked as observers. Each element must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 10[json_name = "witnessParties"];
value
- The bytes of the witnessParties to add.public com.google.protobuf.ProtocolStringList getChildEventIdsList()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
getChildEventIdsList
in interface EventOuterClass.ExercisedEventOrBuilder
public int getChildEventIdsCount()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
getChildEventIdsCount
in interface EventOuterClass.ExercisedEventOrBuilder
public java.lang.String getChildEventIds(int index)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
getChildEventIds
in interface EventOuterClass.ExercisedEventOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getChildEventIdsBytes(int index)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
getChildEventIdsBytes
in interface EventOuterClass.ExercisedEventOrBuilder
index
- The index of the value to return.public EventOuterClass.ExercisedEvent.Builder setChildEventIds(int index, java.lang.String value)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
index
- The index to set the value at.value
- The childEventIds to set.public EventOuterClass.ExercisedEvent.Builder addChildEventIds(java.lang.String value)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
value
- The childEventIds to add.public EventOuterClass.ExercisedEvent.Builder addAllChildEventIds(java.lang.Iterable<java.lang.String> values)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
values
- The childEventIds to add.public EventOuterClass.ExercisedEvent.Builder clearChildEventIds()
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
public EventOuterClass.ExercisedEvent.Builder addChildEventIdsBytes(com.google.protobuf.ByteString value)
References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``. It contains only the immediate children of this event, not all members of the subtree rooted at this node. Each element must be a valid LedgerString (as described in ``value.proto``). Optional
repeated string child_event_ids = 11[json_name = "childEventIds"];
value
- The bytes of the childEventIds to add.public boolean hasExerciseResult()
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12[json_name = "exerciseResult"];
hasExerciseResult
in interface EventOuterClass.ExercisedEventOrBuilder
public ValueOuterClass.Value getExerciseResult()
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12[json_name = "exerciseResult"];
getExerciseResult
in interface EventOuterClass.ExercisedEventOrBuilder
public EventOuterClass.ExercisedEvent.Builder setExerciseResult(ValueOuterClass.Value value)
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12[json_name = "exerciseResult"];
public EventOuterClass.ExercisedEvent.Builder setExerciseResult(ValueOuterClass.Value.Builder builderForValue)
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12[json_name = "exerciseResult"];
public EventOuterClass.ExercisedEvent.Builder mergeExerciseResult(ValueOuterClass.Value value)
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12[json_name = "exerciseResult"];
public EventOuterClass.ExercisedEvent.Builder clearExerciseResult()
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12[json_name = "exerciseResult"];
public ValueOuterClass.Value.Builder getExerciseResultBuilder()
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12[json_name = "exerciseResult"];
public ValueOuterClass.ValueOrBuilder getExerciseResultOrBuilder()
The result of exercising the choice Required
.com.daml.ledger.api.v1.Value exercise_result = 12[json_name = "exerciseResult"];
getExerciseResultOrBuilder
in interface EventOuterClass.ExercisedEventOrBuilder
public final EventOuterClass.ExercisedEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>
public final EventOuterClass.ExercisedEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ExercisedEvent.Builder>