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 Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
    • getDefaultInstanceForType

      public EventOuterClass.ArchivedEvent getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public EventOuterClass.ArchivedEvent buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.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 interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
    • clearField

      public EventOuterClass.ArchivedEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
    • clearOneof

      public EventOuterClass.ArchivedEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.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 interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.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 interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
    • mergeFrom

      public EventOuterClass.ArchivedEvent.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EventOuterClass.ArchivedEvent.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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 interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.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 interface EventOuterClass.ArchivedEventOrBuilder
      Returns:
      The offset.
    • setOffset

      public EventOuterClass.ArchivedEvent.Builder setOffset(long value)
       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 interface EventOuterClass.ArchivedEventOrBuilder
      Returns:
      The nodeId.
    • setNodeId

      public EventOuterClass.ArchivedEvent.Builder setNodeId(int value)
       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

      public String 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 interface EventOuterClass.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 interface EventOuterClass.ArchivedEventOrBuilder
      Returns:
      The bytes for contractId.
    • setContractId

      public EventOuterClass.ArchivedEvent.Builder setContractId(String 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 contractId to set.
      Returns:
      This builder for chaining.
    • clearContractId

      public EventOuterClass.ArchivedEvent.Builder 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 interface EventOuterClass.ArchivedEventOrBuilder
      Returns:
      Whether the templateId field is set.
    • getTemplateId

      public ValueOuterClass.Identifier 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 interface EventOuterClass.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

       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

      public EventOuterClass.ArchivedEvent.Builder 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

      public ValueOuterClass.Identifier.Builder 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

      public ValueOuterClass.IdentifierOrBuilder 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 interface EventOuterClass.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 interface EventOuterClass.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 interface EventOuterClass.ArchivedEventOrBuilder
      Returns:
      The count of witnessParties.
    • getWitnessParties

      public String getWitnessParties(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:
      getWitnessParties in interface EventOuterClass.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 interface EventOuterClass.ArchivedEventOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the witnessParties at the given index.
    • setWitnessParties

      public EventOuterClass.ArchivedEvent.Builder setWitnessParties(int index, String 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:
      index - The index to set the value at.
      value - The witnessParties to set.
      Returns:
      This builder for chaining.
    • addWitnessParties

      public EventOuterClass.ArchivedEvent.Builder addWitnessParties(String 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 witnessParties to add.
      Returns:
      This builder for chaining.
    • addAllWitnessParties

      public EventOuterClass.ArchivedEvent.Builder addAllWitnessParties(Iterable<String> values)
       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

      public EventOuterClass.ArchivedEvent.Builder 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

      public String getPackageName()
       The package name of the contract.
       Required
       
      string package_name = 6 [json_name = "packageName"];
      Specified by:
      getPackageName in interface EventOuterClass.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 interface EventOuterClass.ArchivedEventOrBuilder
      Returns:
      The bytes for packageName.
    • setPackageName

      public EventOuterClass.ArchivedEvent.Builder setPackageName(String value)
       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

      public EventOuterClass.ArchivedEvent.Builder 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

      public List<ValueOuterClass.Identifier> 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 interface EventOuterClass.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 interface EventOuterClass.ArchivedEventOrBuilder
    • getImplementedInterfaces

      public ValueOuterClass.Identifier getImplementedInterfaces(int index)
       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 interface EventOuterClass.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

      public EventOuterClass.ArchivedEvent.Builder 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

      public EventOuterClass.ArchivedEvent.Builder removeImplementedInterfaces(int index)
       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

      public ValueOuterClass.Identifier.Builder getImplementedInterfacesBuilder(int index)
       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

      public ValueOuterClass.IdentifierOrBuilder getImplementedInterfacesOrBuilder(int index)
       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 interface EventOuterClass.ArchivedEventOrBuilder
    • getImplementedInterfacesOrBuilderList

      public List<? extends ValueOuterClass.IdentifierOrBuilder> 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 interface EventOuterClass.ArchivedEventOrBuilder
    • addImplementedInterfacesBuilder

      public ValueOuterClass.Identifier.Builder 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

      public ValueOuterClass.Identifier.Builder addImplementedInterfacesBuilder(int index)
       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

      public List<ValueOuterClass.Identifier.Builder> 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 interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>
    • mergeUnknownFields

      public final EventOuterClass.ArchivedEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.ArchivedEvent.Builder>