Class IndexGroup.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<IndexGroup.Builder>
org.yamcs.protobuf.IndexGroup.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, IndexGroupOrBuilder
Enclosing class:
IndexGroup

public static final class IndexGroup.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IndexGroup.Builder> implements IndexGroupOrBuilder
Protobuf type yamcs.protobuf.archive.IndexGroup
  • 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<IndexGroup.Builder>
    • clear

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

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

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

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

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

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

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

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

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

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

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

      public IndexGroup.Builder mergeFrom(IndexGroup other)
    • isInitialized

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

      public IndexGroup.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<IndexGroup.Builder>
      Throws:
      IOException
    • hasId

      public boolean hasId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Specified by:
      hasId in interface IndexGroupOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public Yamcs.NamedObjectId getId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Specified by:
      getId in interface IndexGroupOrBuilder
      Returns:
      The id.
    • setId

      optional .yamcs.protobuf.NamedObjectId id = 1;
    • setId

      public IndexGroup.Builder setId(Yamcs.NamedObjectId.Builder builderForValue)
      optional .yamcs.protobuf.NamedObjectId id = 1;
    • mergeId

      public IndexGroup.Builder mergeId(Yamcs.NamedObjectId value)
      optional .yamcs.protobuf.NamedObjectId id = 1;
    • clearId

      public IndexGroup.Builder clearId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
    • getIdBuilder

      public Yamcs.NamedObjectId.Builder getIdBuilder()
      optional .yamcs.protobuf.NamedObjectId id = 1;
    • getIdOrBuilder

      public Yamcs.NamedObjectIdOrBuilder getIdOrBuilder()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Specified by:
      getIdOrBuilder in interface IndexGroupOrBuilder
    • getEntryList

      public List<IndexEntry> getEntryList()
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      Specified by:
      getEntryList in interface IndexGroupOrBuilder
    • getEntryCount

      public int getEntryCount()
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      Specified by:
      getEntryCount in interface IndexGroupOrBuilder
    • getEntry

      public IndexEntry getEntry(int index)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      Specified by:
      getEntry in interface IndexGroupOrBuilder
    • setEntry

      public IndexGroup.Builder setEntry(int index, IndexEntry value)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • setEntry

      public IndexGroup.Builder setEntry(int index, IndexEntry.Builder builderForValue)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • addEntry

      public IndexGroup.Builder addEntry(IndexEntry value)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • addEntry

      public IndexGroup.Builder addEntry(int index, IndexEntry value)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • addEntry

      public IndexGroup.Builder addEntry(IndexEntry.Builder builderForValue)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • addEntry

      public IndexGroup.Builder addEntry(int index, IndexEntry.Builder builderForValue)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • addAllEntry

      public IndexGroup.Builder addAllEntry(Iterable<? extends IndexEntry> values)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • clearEntry

      public IndexGroup.Builder clearEntry()
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • removeEntry

      public IndexGroup.Builder removeEntry(int index)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • getEntryBuilder

      public IndexEntry.Builder getEntryBuilder(int index)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • getEntryOrBuilder

      public IndexEntryOrBuilder getEntryOrBuilder(int index)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      Specified by:
      getEntryOrBuilder in interface IndexGroupOrBuilder
    • getEntryOrBuilderList

      public List<? extends IndexEntryOrBuilder> getEntryOrBuilderList()
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
      Specified by:
      getEntryOrBuilderList in interface IndexGroupOrBuilder
    • addEntryBuilder

      public IndexEntry.Builder addEntryBuilder()
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • addEntryBuilder

      public IndexEntry.Builder addEntryBuilder(int index)
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • getEntryBuilderList

      public List<IndexEntry.Builder> getEntryBuilderList()
      repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
    • setUnknownFields

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

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