Class Table.RebuildHistogramRequest.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.RebuildHistogramRequest.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.RebuildHistogramRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public boolean hasStart()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
        Specified by:
        hasStart in interface Table.RebuildHistogramRequestOrBuilder
      • getStart

        public com.google.protobuf.Timestamp getStart()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
        Specified by:
        getStart in interface Table.RebuildHistogramRequestOrBuilder
      • setStart

        public Table.RebuildHistogramRequest.Builder setStart​(com.google.protobuf.Timestamp value)
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
      • setStart

        public Table.RebuildHistogramRequest.Builder setStart​(com.google.protobuf.Timestamp.Builder builderForValue)
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
      • mergeStart

        public Table.RebuildHistogramRequest.Builder mergeStart​(com.google.protobuf.Timestamp value)
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
      • clearStart

        public Table.RebuildHistogramRequest.Builder clearStart()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
      • getStartBuilder

        public com.google.protobuf.Timestamp.Builder getStartBuilder()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
      • getStartOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the start of the archive.
         
        optional .google.protobuf.Timestamp start = 3;
        Specified by:
        getStartOrBuilder in interface Table.RebuildHistogramRequestOrBuilder
      • hasStop

        public boolean hasStop()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
        Specified by:
        hasStop in interface Table.RebuildHistogramRequestOrBuilder
      • getStop

        public com.google.protobuf.Timestamp getStop()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
        Specified by:
        getStop in interface Table.RebuildHistogramRequestOrBuilder
      • setStop

        public Table.RebuildHistogramRequest.Builder setStop​(com.google.protobuf.Timestamp value)
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
      • setStop

        public Table.RebuildHistogramRequest.Builder setStop​(com.google.protobuf.Timestamp.Builder builderForValue)
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
      • mergeStop

        public Table.RebuildHistogramRequest.Builder mergeStop​(com.google.protobuf.Timestamp value)
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
      • clearStop

        public Table.RebuildHistogramRequest.Builder clearStop()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
      • getStopBuilder

        public com.google.protobuf.Timestamp.Builder getStopBuilder()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
      • getStopOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
         Specify a date string in ISO 8601 format. The histogram data for all partitions overlapping with the [start, stop] interval will be recreated.
        If not specified, it is assumed as the end of of the archive.
         
        optional .google.protobuf.Timestamp stop = 4;
        Specified by:
        getStopOrBuilder in interface Table.RebuildHistogramRequestOrBuilder