Class ListHotTabletsResponse.Builder (2.17.1)

public static final class ListHotTabletsResponse.Builder extends GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder> implements ListHotTabletsResponseOrBuilder

Response message for BigtableInstanceAdmin.ListHotTablets.

Protobuf type google.bigtable.admin.v2.ListHotTabletsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllHotTablets(Iterable<? extends HotTablet> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.bigtable.admin.v2.HotTablet>
Returns
TypeDescription
ListHotTabletsResponse.Builder

addHotTablets(HotTablet value)

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;

Parameter
NameDescription
valueHotTablet
Returns
TypeDescription
ListHotTabletsResponse.Builder

addHotTablets(HotTablet.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueHotTablet.Builder
Returns
TypeDescription
ListHotTabletsResponse.Builder

addHotTablets(int index, HotTablet value)

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;

Parameters
NameDescription
indexint
valueHotTablet
Returns
TypeDescription
ListHotTabletsResponse.Builder

addHotTablets(int index, HotTablet.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueHotTablet.Builder
Returns
TypeDescription
ListHotTabletsResponse.Builder

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;

Returns
TypeDescription
HotTablet.Builder

addHotTabletsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
HotTablet.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListHotTabletsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

build()

public ListHotTabletsResponse build()
Returns
TypeDescription
ListHotTabletsResponse

buildPartial()

public ListHotTabletsResponse buildPartial()
Returns
TypeDescription
ListHotTabletsResponse

clear()

public ListHotTabletsResponse.Builder clear()
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListHotTabletsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

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;

Returns
TypeDescription
ListHotTabletsResponse.Builder

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
TypeDescription
ListHotTabletsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListHotTabletsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

clone()

public ListHotTabletsResponse.Builder clone()
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListHotTabletsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListHotTabletsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getHotTablets(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
HotTablet

getHotTabletsBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
HotTablet.Builder

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;

Returns
TypeDescription
List<Builder>

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;

Returns
TypeDescription
int

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;

Returns
TypeDescription
List<HotTablet>

getHotTabletsOrBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
HotTabletOrBuilder

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;

Returns
TypeDescription
List<? extends com.google.bigtable.admin.v2.HotTabletOrBuilder>

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;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public 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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListHotTabletsResponse other)

public ListHotTabletsResponse.Builder mergeFrom(ListHotTabletsResponse other)
Parameter
NameDescription
otherListHotTabletsResponse
Returns
TypeDescription
ListHotTabletsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListHotTabletsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListHotTabletsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListHotTabletsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

removeHotTablets(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListHotTabletsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListHotTabletsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

setHotTablets(int index, HotTablet value)

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;

Parameters
NameDescription
indexint
valueHotTablet
Returns
TypeDescription
ListHotTabletsResponse.Builder

setHotTablets(int index, HotTablet.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueHotTablet.Builder
Returns
TypeDescription
ListHotTabletsResponse.Builder

setNextPageToken(String value)

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;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListHotTabletsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListHotTabletsResponse.Builder setNextPageTokenBytes(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;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListHotTabletsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListHotTabletsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListHotTabletsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListHotTabletsResponse.Builder
Overrides