public final class ListTablesRequest extends GeneratedMessageV3 implements ListTablesRequestOrBuilder
Request message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables
Protobuf type google.bigtable.admin.v2.ListTablesRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListTablesRequestImplements
ListTablesRequestOrBuilderStatic Fields
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Type | Description |
int |
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Type | Description |
int |
VIEW_FIELD_NUMBER
public static final int VIEW_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListTablesRequest getDefaultInstance()
Type | Description |
ListTablesRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListTablesRequest.Builder newBuilder()
Type | Description |
ListTablesRequest.Builder |
newBuilder(ListTablesRequest prototype)
public static ListTablesRequest.Builder newBuilder(ListTablesRequest prototype)
Name | Description |
prototype | ListTablesRequest |
Type | Description |
ListTablesRequest.Builder |
parseDelimitedFrom(InputStream input)
public static ListTablesRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListTablesRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTablesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListTablesRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListTablesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTablesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListTablesRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListTablesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTablesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListTablesRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListTablesRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTablesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListTablesRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListTablesRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTablesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListTablesRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListTablesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTablesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTablesRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListTablesRequest> parser()
Type | Description |
Parser<ListTablesRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListTablesRequest getDefaultInstanceForType()
Type | Description |
ListTablesRequest |
getPageSize()
public int getPageSize()
Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.
int32 page_size = 4;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
The value of next_page_token
returned by a previous call.
string page_token = 3;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
The value of next_page_token
returned by a previous call.
string page_token = 3;
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public String getParent()
Required. The unique name of the instance for which tables should be listed.
Values are of the form projects/{project}/instances/{instance}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The unique name of the instance for which tables should be listed.
Values are of the form projects/{project}/instances/{instance}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getParserForType()
public Parser<ListTablesRequest> getParserForType()
Type | Description |
Parser<ListTablesRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getView()
public Table.View getView()
The view to be applied to the returned tables' fields. Only NAME_ONLY view (default) and REPLICATION_VIEW are supported.
.google.bigtable.admin.v2.Table.View view = 2;
Type | Description |
Table.View | The view. |
getViewValue()
public int getViewValue()
The view to be applied to the returned tables' fields. Only NAME_ONLY view (default) and REPLICATION_VIEW are supported.
.google.bigtable.admin.v2.Table.View view = 2;
Type | Description |
int | The enum numeric value on the wire for view. |
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 ListTablesRequest.Builder newBuilderForType()
Type | Description |
ListTablesRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTablesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListTablesRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListTablesRequest.Builder toBuilder()
Type | Description |
ListTablesRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |