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

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

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

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

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

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

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

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

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

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

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

        public ListHotTabletsResponse.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<ListHotTabletsResponse.Builder>
        Throws:
        IOException
      • getHotTabletsList

        public List<HotTablet> getHotTabletsList()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
        Specified by:
        getHotTabletsList in interface ListHotTabletsResponseOrBuilder
      • getHotTabletsCount

        public int getHotTabletsCount()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
        Specified by:
        getHotTabletsCount in interface ListHotTabletsResponseOrBuilder
      • getHotTablets

        public HotTablet getHotTablets​(int index)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
        Specified by:
        getHotTablets in interface ListHotTabletsResponseOrBuilder
      • setHotTablets

        public ListHotTabletsResponse.Builder setHotTablets​(int index,
                                                            HotTablet value)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • setHotTablets

        public ListHotTabletsResponse.Builder setHotTablets​(int index,
                                                            HotTablet.Builder builderForValue)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • addHotTablets

        public ListHotTabletsResponse.Builder addHotTablets​(HotTablet value)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • addHotTablets

        public ListHotTabletsResponse.Builder addHotTablets​(int index,
                                                            HotTablet value)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • addHotTablets

        public ListHotTabletsResponse.Builder addHotTablets​(HotTablet.Builder builderForValue)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • addHotTablets

        public ListHotTabletsResponse.Builder addHotTablets​(int index,
                                                            HotTablet.Builder builderForValue)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • addAllHotTablets

        public ListHotTabletsResponse.Builder addAllHotTablets​(Iterable<? extends HotTablet> values)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • clearHotTablets

        public ListHotTabletsResponse.Builder clearHotTablets()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • removeHotTablets

        public ListHotTabletsResponse.Builder removeHotTablets​(int index)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getHotTabletsBuilder

        public HotTablet.Builder getHotTabletsBuilder​(int index)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getHotTabletsOrBuilder

        public HotTabletOrBuilder getHotTabletsOrBuilder​(int index)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
        Specified by:
        getHotTabletsOrBuilder in interface ListHotTabletsResponseOrBuilder
      • getHotTabletsOrBuilderList

        public List<? extends HotTabletOrBuilder> getHotTabletsOrBuilderList()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
        Specified by:
        getHotTabletsOrBuilderList in interface ListHotTabletsResponseOrBuilder
      • addHotTabletsBuilder

        public HotTablet.Builder addHotTabletsBuilder()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • addHotTabletsBuilder

        public HotTablet.Builder addHotTabletsBuilder​(int index)
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getHotTabletsBuilderList

        public List<HotTablet.Builder> getHotTabletsBuilderList()
         List of hot tablets in the tables of the requested cluster that fall
         within the requested time range. Hot tablets are ordered by node cpu usage
         percent. If there are multiple hot tablets that correspond to the same
         tablet within a 15-minute interval, only the hot tablet with the highest
         node cpu usage will be included in the response.
         
        repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
      • getNextPageToken

        public String getNextPageToken()
         Set if not all hot tablets could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListHotTabletsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         Set if not all hot tablets could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListHotTabletsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListHotTabletsResponse.Builder setNextPageToken​(String value)
         Set if not all hot tablets could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListHotTabletsResponse.Builder clearNextPageToken()
         Set if not all hot tablets could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListHotTabletsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         Set if not all hot tablets could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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