Class Table.ReadRowsRequest.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<Table.ReadRowsRequest.Builder>
      • clear

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

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

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

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

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

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

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

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

        public Table.ReadRowsRequest.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<Table.ReadRowsRequest.Builder>
      • isInitialized

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

        public Table.ReadRowsRequest.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<Table.ReadRowsRequest.Builder>
        Throws:
        IOException
      • setInstanceBytes

        public Table.ReadRowsRequest.Builder setInstanceBytes​(com.google.protobuf.ByteString value)
         Yamcs instance name.
         
        optional string instance = 1;
      • setTableBytes

        public Table.ReadRowsRequest.Builder setTableBytes​(com.google.protobuf.ByteString value)
         Table name.
         
        optional string table = 2;
      • getColsList

        public com.google.protobuf.ProtocolStringList getColsList()
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
        Specified by:
        getColsList in interface Table.ReadRowsRequestOrBuilder
      • getColsCount

        public int getColsCount()
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
        Specified by:
        getColsCount in interface Table.ReadRowsRequestOrBuilder
      • getCols

        public String getCols​(int index)
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
        Specified by:
        getCols in interface Table.ReadRowsRequestOrBuilder
      • getColsBytes

        public com.google.protobuf.ByteString getColsBytes​(int index)
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
        Specified by:
        getColsBytes in interface Table.ReadRowsRequestOrBuilder
      • setCols

        public Table.ReadRowsRequest.Builder setCols​(int index,
                                                     String value)
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
      • addCols

        public Table.ReadRowsRequest.Builder addCols​(String value)
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
      • addAllCols

        public Table.ReadRowsRequest.Builder addAllCols​(Iterable<String> values)
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
      • clearCols

        public Table.ReadRowsRequest.Builder clearCols()
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
      • addColsBytes

        public Table.ReadRowsRequest.Builder addColsBytes​(com.google.protobuf.ByteString value)
         The columns to be included in the result. If unspecified, all
         table and/or additional tuple columns will be included.
         
        repeated string cols = 3;
      • setUnknownFields

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

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