Class ScannedData.IncrementalField.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<ScannedData.IncrementalField.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<ScannedData.IncrementalField.Builder>
      • getDefaultInstanceForType

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

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

        public ScannedData.IncrementalField buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public ScannedData.IncrementalField.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<ScannedData.IncrementalField.Builder>
        Throws:
        IOException
      • getFieldBytes

        public com.google.protobuf.ByteString getFieldBytes()
         The field that contains values which monotonically increases over time
         (e.g. a timestamp column).
         
        string field = 1;
        Specified by:
        getFieldBytes in interface ScannedData.IncrementalFieldOrBuilder
        Returns:
        The bytes for field.
      • setField

        public ScannedData.IncrementalField.Builder setField​(String value)
         The field that contains values which monotonically increases over time
         (e.g. a timestamp column).
         
        string field = 1;
        Parameters:
        value - The field to set.
        Returns:
        This builder for chaining.
      • clearField

        public ScannedData.IncrementalField.Builder clearField()
         The field that contains values which monotonically increases over time
         (e.g. a timestamp column).
         
        string field = 1;
        Returns:
        This builder for chaining.
      • setFieldBytes

        public ScannedData.IncrementalField.Builder setFieldBytes​(com.google.protobuf.ByteString value)
         The field that contains values which monotonically increases over time
         (e.g. a timestamp column).
         
        string field = 1;
        Parameters:
        value - The bytes for field to set.
        Returns:
        This builder for chaining.
      • setStart

        public ScannedData.IncrementalField.Builder setStart​(String value)
         Value that marks the start of the range.
         
        string start = 2;
        Parameters:
        value - The start to set.
        Returns:
        This builder for chaining.
      • setStartBytes

        public ScannedData.IncrementalField.Builder setStartBytes​(com.google.protobuf.ByteString value)
         Value that marks the start of the range.
         
        string start = 2;
        Parameters:
        value - The bytes for start to set.
        Returns:
        This builder for chaining.
      • setEndBytes

        public ScannedData.IncrementalField.Builder setEndBytes​(com.google.protobuf.ByteString value)
         Value that marks the end of the range.
         
        string end = 3;
        Parameters:
        value - The bytes for end to set.
        Returns:
        This builder for chaining.