public final class ListHotTabletsResponse extends GeneratedMessageV3 implements ListHotTabletsResponseOrBuilder
Response message for BigtableInstanceAdmin.ListHotTablets.
Protobuf type google.bigtable.admin.v2.ListHotTabletsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListHotTabletsResponseImplements
ListHotTabletsResponseOrBuilderStatic Fields
HOT_TABLETS_FIELD_NUMBER
public static final int HOT_TABLETS_FIELD_NUMBER
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListHotTabletsResponse getDefaultInstance()
Type | Description |
ListHotTabletsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListHotTabletsResponse.Builder newBuilder()
Type | Description |
ListHotTabletsResponse.Builder |
newBuilder(ListHotTabletsResponse prototype)
public static ListHotTabletsResponse.Builder newBuilder(ListHotTabletsResponse prototype)
Name | Description |
prototype | ListHotTabletsResponse |
Type | Description |
ListHotTabletsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListHotTabletsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListHotTabletsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListHotTabletsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListHotTabletsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListHotTabletsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListHotTabletsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListHotTabletsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListHotTabletsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListHotTabletsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListHotTabletsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListHotTabletsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListHotTabletsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListHotTabletsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListHotTabletsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListHotTabletsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListHotTabletsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListHotTabletsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListHotTabletsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListHotTabletsResponse> parser()
Type | Description |
Parser<ListHotTabletsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListHotTabletsResponse getDefaultInstanceForType()
Type | Description |
ListHotTabletsResponse |
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;
Name | Description |
index | int |
Type | Description |
HotTablet |
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
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;
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;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListHotTabletsResponse> getParserForType()
Type | Description |
Parser<ListHotTabletsResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListHotTabletsResponse.Builder newBuilderForType()
Type | Description |
ListHotTabletsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListHotTabletsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListHotTabletsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListHotTabletsResponse.Builder toBuilder()
Type | Description |
ListHotTabletsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |