public static final class ListHotTabletsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListHotTabletsResponse.Builder> implements ListHotTabletsResponseOrBuilder
Response message for BigtableInstanceAdmin.ListHotTablets.Protobuf type
google.bigtable.admin.v2.ListHotTabletsResponse| Modifier and Type | Method and Description |
|---|---|
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.
|
ListHotTabletsResponse.Builder |
addHotTablets(HotTablet.Builder builderForValue)
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
ListHotTabletsResponse.Builder |
addHotTablets(HotTablet value)
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
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.
|
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.
|
HotTablet.Builder |
addHotTabletsBuilder()
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
HotTablet.Builder |
addHotTabletsBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
ListHotTabletsResponse |
build() |
ListHotTabletsResponse |
buildPartial() |
ListHotTabletsResponse.Builder |
clear() |
ListHotTabletsResponse.Builder |
clearHotTablets()
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
ListHotTabletsResponse.Builder |
clearNextPageToken()
Set if not all hot tablets could be returned in a single response.
|
ListHotTabletsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HotTablet |
getHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
HotTablet.Builder |
getHotTabletsBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
List<HotTablet.Builder> |
getHotTabletsBuilderList()
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
int |
getHotTabletsCount()
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
List<HotTablet> |
getHotTabletsList()
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
HotTabletOrBuilder |
getHotTabletsOrBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
List<? extends HotTabletOrBuilder> |
getHotTabletsOrBuilderList()
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
String |
getNextPageToken()
Set if not all hot tablets could be returned in a single response.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Set if not all hot tablets could be returned in a single response.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListHotTabletsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListHotTabletsResponse.Builder |
mergeFrom(ListHotTabletsResponse other) |
ListHotTabletsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListHotTabletsResponse.Builder |
removeHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall
within the requested time range.
|
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.
|
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.
|
ListHotTabletsResponse.Builder |
setNextPageToken(String value)
Set if not all hot tablets could be returned in a single response.
|
ListHotTabletsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Set if not all hot tablets could be returned in a single response.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ListHotTabletsResponse.Builder>public ListHotTabletsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListHotTabletsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ListHotTabletsResponse.Builder>public ListHotTabletsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListHotTabletsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListHotTabletsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListHotTabletsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListHotTabletsResponse.Builder>public ListHotTabletsResponse.Builder mergeFrom(ListHotTabletsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListHotTabletsResponse.Builder>public ListHotTabletsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListHotTabletsResponse.Builder>IOExceptionpublic 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;getHotTabletsList in interface ListHotTabletsResponseOrBuilderpublic 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;getHotTabletsCount in interface ListHotTabletsResponseOrBuilderpublic 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;getHotTablets in interface ListHotTabletsResponseOrBuilderpublic 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;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;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;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;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;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;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;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;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;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;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;getHotTabletsOrBuilder in interface ListHotTabletsResponseOrBuilderpublic 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;getHotTabletsOrBuilderList in interface ListHotTabletsResponseOrBuilderpublic 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;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;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;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;getNextPageToken in interface ListHotTabletsResponseOrBuilderpublic 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;getNextPageTokenBytes in interface ListHotTabletsResponseOrBuilderpublic 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;value - The nextPageToken to set.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;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;value - The bytes for nextPageToken to set.Copyright © 2026 Google LLC. All rights reserved.