Class History.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<History.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<History.Builder>
io.temporal.api.history.v1.History.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HistoryOrBuilder, Cloneable
Enclosing class:
History

public static final class History.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<History.Builder> implements HistoryOrBuilder
Protobuf type temporal.api.history.v1.History
  • 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<History.Builder>
    • clear

      public History.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<History.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<History.Builder>
    • getDefaultInstanceForType

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

      public History build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

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

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

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

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

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

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

      public History.Builder mergeFrom(History other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<History.Builder>
    • mergeFrom

      public History.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<History.Builder>
      Throws:
      IOException
    • getEventsList

      public List<HistoryEvent> getEventsList()
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
      Specified by:
      getEventsList in interface HistoryOrBuilder
    • getEventsCount

      public int getEventsCount()
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
      Specified by:
      getEventsCount in interface HistoryOrBuilder
    • getEvents

      public HistoryEvent getEvents(int index)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
      Specified by:
      getEvents in interface HistoryOrBuilder
    • setEvents

      public History.Builder setEvents(int index, HistoryEvent value)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • setEvents

      public History.Builder setEvents(int index, HistoryEvent.Builder builderForValue)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • addEvents

      public History.Builder addEvents(HistoryEvent value)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • addEvents

      public History.Builder addEvents(int index, HistoryEvent value)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • addEvents

      public History.Builder addEvents(HistoryEvent.Builder builderForValue)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • addEvents

      public History.Builder addEvents(int index, HistoryEvent.Builder builderForValue)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • addAllEvents

      public History.Builder addAllEvents(Iterable<? extends HistoryEvent> values)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • clearEvents

      public History.Builder clearEvents()
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • removeEvents

      public History.Builder removeEvents(int index)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • getEventsBuilder

      public HistoryEvent.Builder getEventsBuilder(int index)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • getEventsOrBuilder

      public HistoryEventOrBuilder getEventsOrBuilder(int index)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
      Specified by:
      getEventsOrBuilder in interface HistoryOrBuilder
    • getEventsOrBuilderList

      public List<? extends HistoryEventOrBuilder> getEventsOrBuilderList()
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
      Specified by:
      getEventsOrBuilderList in interface HistoryOrBuilder
    • addEventsBuilder

      public HistoryEvent.Builder addEventsBuilder()
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • addEventsBuilder

      public HistoryEvent.Builder addEventsBuilder(int index)
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • getEventsBuilderList

      public List<HistoryEvent.Builder> getEventsBuilderList()
      repeated .temporal.api.history.v1.HistoryEvent events = 1;
    • setUnknownFields

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

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