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

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

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

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

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

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

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

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

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

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

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

        public SampleRowKeysResponse.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<SampleRowKeysResponse.Builder>
        Throws:
        IOException
      • getRowKey

        public com.google.protobuf.ByteString getRowKey()
         Sorted streamed sequence of sample row keys in the table. The table might
         have contents before the first row key in the list and after the last one,
         but a key containing the empty string indicates "end of table" and will be
         the last response given, if present.
         Note that row keys in this list may not have ever been written to or read
         from, and users should therefore not make any assumptions about the row key
         structure that are specific to their use case.
         
        bytes row_key = 1;
        Specified by:
        getRowKey in interface SampleRowKeysResponseOrBuilder
        Returns:
        The rowKey.
      • setRowKey

        public SampleRowKeysResponse.Builder setRowKey​(com.google.protobuf.ByteString value)
         Sorted streamed sequence of sample row keys in the table. The table might
         have contents before the first row key in the list and after the last one,
         but a key containing the empty string indicates "end of table" and will be
         the last response given, if present.
         Note that row keys in this list may not have ever been written to or read
         from, and users should therefore not make any assumptions about the row key
         structure that are specific to their use case.
         
        bytes row_key = 1;
        Parameters:
        value - The rowKey to set.
        Returns:
        This builder for chaining.
      • clearRowKey

        public SampleRowKeysResponse.Builder clearRowKey()
         Sorted streamed sequence of sample row keys in the table. The table might
         have contents before the first row key in the list and after the last one,
         but a key containing the empty string indicates "end of table" and will be
         the last response given, if present.
         Note that row keys in this list may not have ever been written to or read
         from, and users should therefore not make any assumptions about the row key
         structure that are specific to their use case.
         
        bytes row_key = 1;
        Returns:
        This builder for chaining.
      • getOffsetBytes

        public long getOffsetBytes()
         Approximate total storage space used by all rows in the table which precede
         `row_key`. Buffering the contents of all rows between two subsequent
         samples would require space roughly equal to the difference in their
         `offset_bytes` fields.
         
        int64 offset_bytes = 2;
        Specified by:
        getOffsetBytes in interface SampleRowKeysResponseOrBuilder
        Returns:
        The offsetBytes.
      • setOffsetBytes

        public SampleRowKeysResponse.Builder setOffsetBytes​(long value)
         Approximate total storage space used by all rows in the table which precede
         `row_key`. Buffering the contents of all rows between two subsequent
         samples would require space roughly equal to the difference in their
         `offset_bytes` fields.
         
        int64 offset_bytes = 2;
        Parameters:
        value - The offsetBytes to set.
        Returns:
        This builder for chaining.
      • clearOffsetBytes

        public SampleRowKeysResponse.Builder clearOffsetBytes()
         Approximate total storage space used by all rows in the table which precede
         `row_key`. Buffering the contents of all rows between two subsequent
         samples would require space roughly equal to the difference in their
         `offset_bytes` fields.
         
        int64 offset_bytes = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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