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
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
Name | Description |
values | Iterable<? extends com.google.bigtable.admin.v2.HotTablet>
|
Returns
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
Returns
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
Returns
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
Returns
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
Returns
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
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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListHotTabletsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListHotTabletsResponse build()
Returns
buildPartial()
public ListHotTabletsResponse buildPartial()
Returns
clear()
public ListHotTabletsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListHotTabletsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
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
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
clearOneof(Descriptors.OneofDescriptor oneof)
public ListHotTabletsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ListHotTabletsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListHotTabletsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Returns
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
Returns
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
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
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
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
Returns
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
Type | Description |
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
Type | Description |
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
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListHotTabletsResponse other)
public ListHotTabletsResponse.Builder mergeFrom(ListHotTabletsResponse other)
Parameter
Returns
public ListHotTabletsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListHotTabletsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListHotTabletsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListHotTabletsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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
Returns
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
Returns
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
Name | Description |
value | String
The nextPageToken to set.
|
Returns
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
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListHotTabletsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListHotTabletsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides