Class EventQueryServiceOuterClass.Created.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<EventQueryServiceOuterClass.Created.Builder>
com.daml.ledger.api.v2.EventQueryServiceOuterClass.Created.Builder
All Implemented Interfaces:
EventQueryServiceOuterClass.CreatedOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
EventQueryServiceOuterClass.Created

public static final class EventQueryServiceOuterClass.Created.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EventQueryServiceOuterClass.Created.Builder> implements EventQueryServiceOuterClass.CreatedOrBuilder
Protobuf type com.daml.ledger.api.v2.Created
  • 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<EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
    • getDefaultInstanceForType

      public EventQueryServiceOuterClass.Created 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 EventQueryServiceOuterClass.Created 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<EventQueryServiceOuterClass.Created.Builder>
    • setField

      public EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
    • clearField

      public EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
    • clearOneof

      public EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
    • setRepeatedField

      public EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
    • addRepeatedField

      public EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
    • mergeFrom

      public EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
    • mergeFrom

      public EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
      Throws:
      IOException
    • hasCreatedEvent

      public boolean hasCreatedEvent()
       Required
       The event as it appeared in the context of its original update (i.e. daml transaction or
       reassignment) on this participant node. You can use its offset and node_id to find the
       corresponding update and the node within it.
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
      Specified by:
      hasCreatedEvent in interface EventQueryServiceOuterClass.CreatedOrBuilder
      Returns:
      Whether the createdEvent field is set.
    • getCreatedEvent

      public EventOuterClass.CreatedEvent getCreatedEvent()
       Required
       The event as it appeared in the context of its original update (i.e. daml transaction or
       reassignment) on this participant node. You can use its offset and node_id to find the
       corresponding update and the node within it.
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
      Specified by:
      getCreatedEvent in interface EventQueryServiceOuterClass.CreatedOrBuilder
      Returns:
      The createdEvent.
    • setCreatedEvent

       Required
       The event as it appeared in the context of its original update (i.e. daml transaction or
       reassignment) on this participant node. You can use its offset and node_id to find the
       corresponding update and the node within it.
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
    • setCreatedEvent

       Required
       The event as it appeared in the context of its original update (i.e. daml transaction or
       reassignment) on this participant node. You can use its offset and node_id to find the
       corresponding update and the node within it.
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
    • mergeCreatedEvent

       Required
       The event as it appeared in the context of its original update (i.e. daml transaction or
       reassignment) on this participant node. You can use its offset and node_id to find the
       corresponding update and the node within it.
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
    • clearCreatedEvent

      public EventQueryServiceOuterClass.Created.Builder clearCreatedEvent()
       Required
       The event as it appeared in the context of its original update (i.e. daml transaction or
       reassignment) on this participant node. You can use its offset and node_id to find the
       corresponding update and the node within it.
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
    • getCreatedEventBuilder

      public EventOuterClass.CreatedEvent.Builder getCreatedEventBuilder()
       Required
       The event as it appeared in the context of its original update (i.e. daml transaction or
       reassignment) on this participant node. You can use its offset and node_id to find the
       corresponding update and the node within it.
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
    • getCreatedEventOrBuilder

      public EventOuterClass.CreatedEventOrBuilder getCreatedEventOrBuilder()
       Required
       The event as it appeared in the context of its original update (i.e. daml transaction or
       reassignment) on this participant node. You can use its offset and node_id to find the
       corresponding update and the node within it.
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
      Specified by:
      getCreatedEventOrBuilder in interface EventQueryServiceOuterClass.CreatedOrBuilder
    • getSynchronizerId

      public String getSynchronizerId()
       The synchronizer which sequenced the creation of the contract
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Specified by:
      getSynchronizerId in interface EventQueryServiceOuterClass.CreatedOrBuilder
      Returns:
      The synchronizerId.
    • getSynchronizerIdBytes

      public com.google.protobuf.ByteString getSynchronizerIdBytes()
       The synchronizer which sequenced the creation of the contract
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Specified by:
      getSynchronizerIdBytes in interface EventQueryServiceOuterClass.CreatedOrBuilder
      Returns:
      The bytes for synchronizerId.
    • setSynchronizerId

      public EventQueryServiceOuterClass.Created.Builder setSynchronizerId(String value)
       The synchronizer which sequenced the creation of the contract
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Parameters:
      value - The synchronizerId to set.
      Returns:
      This builder for chaining.
    • clearSynchronizerId

      public EventQueryServiceOuterClass.Created.Builder clearSynchronizerId()
       The synchronizer which sequenced the creation of the contract
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Returns:
      This builder for chaining.
    • setSynchronizerIdBytes

      public EventQueryServiceOuterClass.Created.Builder setSynchronizerIdBytes(com.google.protobuf.ByteString value)
       The synchronizer which sequenced the creation of the contract
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Parameters:
      value - The bytes for synchronizerId to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>
    • mergeUnknownFields

      public final EventQueryServiceOuterClass.Created.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<EventQueryServiceOuterClass.Created.Builder>