public final class ListTablesResponse extends GeneratedMessageV3 implements ListTablesResponseOrBuilder
Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables
Protobuf type google.bigtable.admin.v2.ListTablesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListTablesResponseImplements
ListTablesResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
TABLES_FIELD_NUMBER
public static final int TABLES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListTablesResponse getDefaultInstance()
Type | Description |
ListTablesResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListTablesResponse.Builder newBuilder()
Type | Description |
ListTablesResponse.Builder |
newBuilder(ListTablesResponse prototype)
public static ListTablesResponse.Builder newBuilder(ListTablesResponse prototype)
Name | Description |
prototype | ListTablesResponse |
Type | Description |
ListTablesResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListTablesResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListTablesResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTablesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListTablesResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListTablesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTablesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListTablesResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListTablesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTablesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListTablesResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListTablesResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTablesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListTablesResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListTablesResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTablesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListTablesResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListTablesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTablesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListTablesResponse> parser()
Type | Description |
Parser<ListTablesResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListTablesResponse getDefaultInstanceForType()
Type | Description |
ListTablesResponse |
getNextPageToken()
public String getNextPageToken()
Set if not all tables 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 tables 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<ListTablesResponse> getParserForType()
Type | Description |
Parser<ListTablesResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTables(int index)
public Table getTables(int index)
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Name | Description |
index | int |
Type | Description |
Table |
getTablesCount()
public int getTablesCount()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Type | Description |
int |
getTablesList()
public List<Table> getTablesList()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Type | Description |
List<Table> |
getTablesOrBuilder(int index)
public TableOrBuilder getTablesOrBuilder(int index)
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Name | Description |
index | int |
Type | Description |
TableOrBuilder |
getTablesOrBuilderList()
public List<? extends TableOrBuilder> getTablesOrBuilderList()
The tables present in the requested instance.
repeated .google.bigtable.admin.v2.Table tables = 1;
Type | Description |
List<? extends com.google.bigtable.admin.v2.TableOrBuilder> |
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 ListTablesResponse.Builder newBuilderForType()
Type | Description |
ListTablesResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTablesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListTablesResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListTablesResponse.Builder toBuilder()
Type | Description |
ListTablesResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |