Class Yamcs.IndexResult.Builder

    • Method Detail

      • 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<Yamcs.IndexResult.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

        public Yamcs.IndexResult.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<Yamcs.IndexResult.Builder>
      • isInitialized

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

        public Yamcs.IndexResult.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<Yamcs.IndexResult.Builder>
        Throws:
        IOException
      • removeRecords

        public Yamcs.IndexResult.Builder removeRecords​(int index)
        repeated .yamcs.protobuf.ArchiveRecord records = 2;
      • getRecordsBuilder

        public Yamcs.ArchiveRecord.Builder getRecordsBuilder​(int index)
        repeated .yamcs.protobuf.ArchiveRecord records = 2;
      • addRecordsBuilder

        public Yamcs.ArchiveRecord.Builder addRecordsBuilder​(int index)
        repeated .yamcs.protobuf.ArchiveRecord records = 2;
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
        type can be histogram or completeness
         
        optional string type = 3;
        Specified by:
        getTypeBytes in interface Yamcs.IndexResultOrBuilder
      • setTypeBytes

        public Yamcs.IndexResult.Builder setTypeBytes​(com.google.protobuf.ByteString value)
        type can be histogram or completeness
         
        optional string type = 3;
      • hasTableName

        public boolean hasTableName()
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;
        Specified by:
        hasTableName in interface Yamcs.IndexResultOrBuilder
      • getTableName

        public String getTableName()
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;
        Specified by:
        getTableName in interface Yamcs.IndexResultOrBuilder
      • getTableNameBytes

        public com.google.protobuf.ByteString getTableNameBytes()
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;
        Specified by:
        getTableNameBytes in interface Yamcs.IndexResultOrBuilder
      • setTableName

        public Yamcs.IndexResult.Builder setTableName​(String value)
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;
      • clearTableName

        public Yamcs.IndexResult.Builder clearTableName()
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;
      • setTableNameBytes

        public Yamcs.IndexResult.Builder setTableNameBytes​(com.google.protobuf.ByteString value)
        if type=histogram, the tableName is the table for which the histogram is sent
         
        optional string tableName = 4;
      • setUnknownFields

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

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