Package com.daml.ledger.api.v2
Class EventOuterClass.ArchivedEvent.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
com.daml.ledger.api.v2.EventOuterClass.ArchivedEvent.Builder
- All Implemented Interfaces:
EventOuterClass.ArchivedEventOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- EventOuterClass.ArchivedEvent
public static final class EventOuterClass.ArchivedEvent.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
implements EventOuterClass.ArchivedEventOrBuilder
Records that a contract has been archived, and choices may no longer be exercised on it.Protobuf type
com.daml.ledger.api.v2.ArchivedEvent
-
Method Summary
Modifier and TypeMethodDescriptionaddAllImplementedInterfaces
(Iterable<? extends ValueOuterClass.Identifier> values) The interfaces implemented by the target template that have been matched from the interface filter query.addAllWitnessParties
(Iterable<String> values) The parties that are notified of this event.addImplementedInterfaces
(int index, ValueOuterClass.Identifier value) The interfaces implemented by the target template that have been matched from the interface filter query.addImplementedInterfaces
(int index, ValueOuterClass.Identifier.Builder builderForValue) The interfaces implemented by the target template that have been matched from the interface filter query.The interfaces implemented by the target template that have been matched from the interface filter query.addImplementedInterfaces
(ValueOuterClass.Identifier.Builder builderForValue) The interfaces implemented by the target template that have been matched from the interface filter query.The interfaces implemented by the target template that have been matched from the interface filter query.addImplementedInterfacesBuilder
(int index) The interfaces implemented by the target template that have been matched from the interface filter query.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addWitnessParties
(String value) The parties that are notified of this event.addWitnessPartiesBytes
(com.google.protobuf.ByteString value) The parties that are notified of this event.build()
clear()
The ID of the archived contract.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) The interfaces implemented by the target template that have been matched from the interface filter query.The position of this event in the originating transaction or reassignment.The offset of origin.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) The package name of the contract.The template of the archived contract.The parties that are notified of this event.clone()
The ID of the archived contract.com.google.protobuf.ByteString
The ID of the archived contract.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getImplementedInterfaces
(int index) The interfaces implemented by the target template that have been matched from the interface filter query.getImplementedInterfacesBuilder
(int index) The interfaces implemented by the target template that have been matched from the interface filter query.The interfaces implemented by the target template that have been matched from the interface filter query.int
The interfaces implemented by the target template that have been matched from the interface filter query.The interfaces implemented by the target template that have been matched from the interface filter query.getImplementedInterfacesOrBuilder
(int index) The interfaces implemented by the target template that have been matched from the interface filter query.List<? extends ValueOuterClass.IdentifierOrBuilder>
The interfaces implemented by the target template that have been matched from the interface filter query.int
The position of this event in the originating transaction or reassignment.long
The offset of origin.The package name of the contract.com.google.protobuf.ByteString
The package name of the contract.The template of the archived contract.The template of the archived contract.The template of the archived contract.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
The parties that are notified of this event.com.google.protobuf.ProtocolStringList
The parties that are notified of this event.boolean
The template of the archived contract.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) The template of the archived contract.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) removeImplementedInterfaces
(int index) The interfaces implemented by the target template that have been matched from the interface filter query.setContractId
(String value) The ID of the archived contract.setContractIdBytes
(com.google.protobuf.ByteString value) The ID of the archived contract.setImplementedInterfaces
(int index, ValueOuterClass.Identifier value) The interfaces implemented by the target template that have been matched from the interface filter query.setImplementedInterfaces
(int index, ValueOuterClass.Identifier.Builder builderForValue) The interfaces implemented by the target template that have been matched from the interface filter query.setNodeId
(int value) The position of this event in the originating transaction or reassignment.setOffset
(long value) The offset of origin.setPackageName
(String value) The package name of the contract.setPackageNameBytes
(com.google.protobuf.ByteString value) The package name of the contract.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The template of the archived contract.setTemplateId
(ValueOuterClass.Identifier.Builder builderForValue) The template of the archived contract.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setWitnessParties
(int index, String value) The parties that are notified of this event.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
setField
public EventOuterClass.ArchivedEvent.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
clearField
public EventOuterClass.ArchivedEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
clearOneof
public EventOuterClass.ArchivedEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
setRepeatedField
public EventOuterClass.ArchivedEvent.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
addRepeatedField
public EventOuterClass.ArchivedEvent.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<EventOuterClass.ArchivedEvent.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
mergeFrom
public EventOuterClass.ArchivedEvent.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<EventOuterClass.ArchivedEvent.Builder>
- Throws:
IOException
-
getOffset
public long getOffset()The offset of origin. Offsets are managed by the participant nodes. Transactions can thus NOT be assumed to have the same offsets on different participant nodes. Required, it is a valid absolute offset (positive integer)
int64 offset = 1 [json_name = "offset"];
- Specified by:
getOffset
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- The offset.
-
setOffset
The offset of origin. Offsets are managed by the participant nodes. Transactions can thus NOT be assumed to have the same offsets on different participant nodes. Required, it is a valid absolute offset (positive integer)
int64 offset = 1 [json_name = "offset"];
- Parameters:
value
- The offset to set.- Returns:
- This builder for chaining.
-
clearOffset
The offset of origin. Offsets are managed by the participant nodes. Transactions can thus NOT be assumed to have the same offsets on different participant nodes. Required, it is a valid absolute offset (positive integer)
int64 offset = 1 [json_name = "offset"];
- Returns:
- This builder for chaining.
-
getNodeId
public int getNodeId()The position of this event in the originating transaction or reassignment. Node IDs are not necessarily equal across participants, as these may see different projections/parts of transactions. Required, must be valid node ID (non-negative integer)
int32 node_id = 2 [json_name = "nodeId"];
- Specified by:
getNodeId
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- The nodeId.
-
setNodeId
The position of this event in the originating transaction or reassignment. Node IDs are not necessarily equal across participants, as these may see different projections/parts of transactions. Required, must be valid node ID (non-negative integer)
int32 node_id = 2 [json_name = "nodeId"];
- Parameters:
value
- The nodeId to set.- Returns:
- This builder for chaining.
-
clearNodeId
The position of this event in the originating transaction or reassignment. Node IDs are not necessarily equal across participants, as these may see different projections/parts of transactions. Required, must be valid node ID (non-negative integer)
int32 node_id = 2 [json_name = "nodeId"];
- Returns:
- This builder for chaining.
-
getContractId
The ID of the archived contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 3 [json_name = "contractId"];
- Specified by:
getContractId
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- The contractId.
-
getContractIdBytes
public com.google.protobuf.ByteString getContractIdBytes()The ID of the archived contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 3 [json_name = "contractId"];
- Specified by:
getContractIdBytes
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- The bytes for contractId.
-
setContractId
The ID of the archived contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 3 [json_name = "contractId"];
- Parameters:
value
- The contractId to set.- Returns:
- This builder for chaining.
-
clearContractId
The ID of the archived contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 3 [json_name = "contractId"];
- Returns:
- This builder for chaining.
-
setContractIdBytes
public EventOuterClass.ArchivedEvent.Builder setContractIdBytes(com.google.protobuf.ByteString value) The ID of the archived contract. Must be a valid LedgerString (as described in ``value.proto``). Required
string contract_id = 3 [json_name = "contractId"];
- Parameters:
value
- The bytes for contractId to set.- Returns:
- This builder for chaining.
-
hasTemplateId
public boolean hasTemplateId()The template of the archived contract. The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
- Specified by:
hasTemplateId
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- Whether the templateId field is set.
-
getTemplateId
The template of the archived contract. The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
- Specified by:
getTemplateId
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- The templateId.
-
setTemplateId
The template of the archived contract. The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
-
setTemplateId
public EventOuterClass.ArchivedEvent.Builder setTemplateId(ValueOuterClass.Identifier.Builder builderForValue) The template of the archived contract. The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
-
mergeTemplateId
The template of the archived contract. The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
-
clearTemplateId
The template of the archived contract. The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
-
getTemplateIdBuilder
The template of the archived contract. The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
-
getTemplateIdOrBuilder
The template of the archived contract. The identifier uses the package-id reference format. Required
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
- Specified by:
getTemplateIdOrBuilder
in interfaceEventOuterClass.ArchivedEventOrBuilder
-
getWitnessPartiesList
public com.google.protobuf.ProtocolStringList getWitnessPartiesList()The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Specified by:
getWitnessPartiesList
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- A list containing the witnessParties.
-
getWitnessPartiesCount
public int getWitnessPartiesCount()The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Specified by:
getWitnessPartiesCount
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- The count of witnessParties.
-
getWitnessParties
The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Specified by:
getWitnessParties
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The witnessParties at the given index.
-
getWitnessPartiesBytes
public com.google.protobuf.ByteString getWitnessPartiesBytes(int index) The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Specified by:
getWitnessPartiesBytes
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the witnessParties at the given index.
-
setWitnessParties
The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Parameters:
index
- The index to set the value at.value
- The witnessParties to set.- Returns:
- This builder for chaining.
-
addWitnessParties
The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Parameters:
value
- The witnessParties to add.- Returns:
- This builder for chaining.
-
addAllWitnessParties
The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Parameters:
values
- The witnessParties to add.- Returns:
- This builder for chaining.
-
clearWitnessParties
The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Returns:
- This builder for chaining.
-
addWitnessPartiesBytes
public EventOuterClass.ArchivedEvent.Builder addWitnessPartiesBytes(com.google.protobuf.ByteString value) The parties that are notified of this event. For an ``ArchivedEvent``, these are the intersection of the stakeholders of the contract in question and the parties specified in the ``TransactionFilter``. The stakeholders are the union of the signatories and the observers of the contract. Each one of its elements must be a valid PartyIdString (as described in ``value.proto``). Required
repeated string witness_parties = 5 [json_name = "witnessParties"];
- Parameters:
value
- The bytes of the witnessParties to add.- Returns:
- This builder for chaining.
-
getPackageName
The package name of the contract. Required
string package_name = 6 [json_name = "packageName"];
- Specified by:
getPackageName
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- The packageName.
-
getPackageNameBytes
public com.google.protobuf.ByteString getPackageNameBytes()The package name of the contract. Required
string package_name = 6 [json_name = "packageName"];
- Specified by:
getPackageNameBytes
in interfaceEventOuterClass.ArchivedEventOrBuilder
- Returns:
- The bytes for packageName.
-
setPackageName
The package name of the contract. Required
string package_name = 6 [json_name = "packageName"];
- Parameters:
value
- The packageName to set.- Returns:
- This builder for chaining.
-
clearPackageName
The package name of the contract. Required
string package_name = 6 [json_name = "packageName"];
- Returns:
- This builder for chaining.
-
setPackageNameBytes
public EventOuterClass.ArchivedEvent.Builder setPackageNameBytes(com.google.protobuf.ByteString value) The package name of the contract. Required
string package_name = 6 [json_name = "packageName"];
- Parameters:
value
- The bytes for packageName to set.- Returns:
- This builder for chaining.
-
getImplementedInterfacesList
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
- Specified by:
getImplementedInterfacesList
in interfaceEventOuterClass.ArchivedEventOrBuilder
-
getImplementedInterfacesCount
public int getImplementedInterfacesCount()The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
- Specified by:
getImplementedInterfacesCount
in interfaceEventOuterClass.ArchivedEventOrBuilder
-
getImplementedInterfaces
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
- Specified by:
getImplementedInterfaces
in interfaceEventOuterClass.ArchivedEventOrBuilder
-
setImplementedInterfaces
public EventOuterClass.ArchivedEvent.Builder setImplementedInterfaces(int index, ValueOuterClass.Identifier value) The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
setImplementedInterfaces
public EventOuterClass.ArchivedEvent.Builder setImplementedInterfaces(int index, ValueOuterClass.Identifier.Builder builderForValue) The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
addImplementedInterfaces
public EventOuterClass.ArchivedEvent.Builder addImplementedInterfaces(ValueOuterClass.Identifier value) The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
addImplementedInterfaces
public EventOuterClass.ArchivedEvent.Builder addImplementedInterfaces(int index, ValueOuterClass.Identifier value) The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
addImplementedInterfaces
public EventOuterClass.ArchivedEvent.Builder addImplementedInterfaces(ValueOuterClass.Identifier.Builder builderForValue) The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
addImplementedInterfaces
public EventOuterClass.ArchivedEvent.Builder addImplementedInterfaces(int index, ValueOuterClass.Identifier.Builder builderForValue) The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
addAllImplementedInterfaces
public EventOuterClass.ArchivedEvent.Builder addAllImplementedInterfaces(Iterable<? extends ValueOuterClass.Identifier> values) The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
clearImplementedInterfaces
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
removeImplementedInterfaces
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
getImplementedInterfacesBuilder
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
getImplementedInterfacesOrBuilder
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
- Specified by:
getImplementedInterfacesOrBuilder
in interfaceEventOuterClass.ArchivedEventOrBuilder
-
getImplementedInterfacesOrBuilderList
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
- Specified by:
getImplementedInterfacesOrBuilderList
in interfaceEventOuterClass.ArchivedEventOrBuilder
-
addImplementedInterfacesBuilder
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
addImplementedInterfacesBuilder
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
getImplementedInterfacesBuilderList
The interfaces implemented by the target template that have been matched from the interface filter query. Populated only in case interface filters with include_interface_view set. If defined, the identifier uses the package-id reference format. Optional
repeated .com.daml.ledger.api.v2.Identifier implemented_interfaces = 7 [json_name = "implementedInterfaces"];
-
setUnknownFields
public final EventOuterClass.ArchivedEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-
mergeUnknownFields
public final EventOuterClass.ArchivedEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
-