public static final class ListTablesRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListTablesRequest.Builder> implements ListTablesRequestOrBuilder
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]Protobuf type
google.bigtable.admin.v2.ListTablesRequest| Modifier and Type | Method and Description |
|---|---|
ListTablesRequest |
build() |
ListTablesRequest |
buildPartial() |
ListTablesRequest.Builder |
clear() |
ListTablesRequest.Builder |
clearPageSize()
Maximum number of results per page.
|
ListTablesRequest.Builder |
clearPageToken()
The value of `next_page_token` returned by a previous call.
|
ListTablesRequest.Builder |
clearParent()
Required.
|
ListTablesRequest.Builder |
clearView()
The view to be applied to the returned tables' fields.
|
ListTablesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getPageSize()
Maximum number of results per page.
|
String |
getPageToken()
The value of `next_page_token` returned by a previous call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Table.View |
getView()
The view to be applied to the returned tables' fields.
|
int |
getViewValue()
The view to be applied to the returned tables' fields.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListTablesRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListTablesRequest.Builder |
mergeFrom(ListTablesRequest other) |
ListTablesRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListTablesRequest.Builder |
setPageSize(int value)
Maximum number of results per page.
|
ListTablesRequest.Builder |
setPageToken(String value)
The value of `next_page_token` returned by a previous call.
|
ListTablesRequest.Builder |
setPageTokenBytes(com.google.protobuf.ByteString value)
The value of `next_page_token` returned by a previous call.
|
ListTablesRequest.Builder |
setParent(String value)
Required.
|
ListTablesRequest.Builder |
setParentBytes(com.google.protobuf.ByteString value)
Required.
|
ListTablesRequest.Builder |
setView(Table.View value)
The view to be applied to the returned tables' fields.
|
ListTablesRequest.Builder |
setViewValue(int value)
The view to be applied to the returned tables' fields.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ListTablesRequest.Builder>public ListTablesRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListTablesRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ListTablesRequest.Builder>public ListTablesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListTablesRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListTablesRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListTablesRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListTablesRequest.Builder>public ListTablesRequest.Builder mergeFrom(ListTablesRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListTablesRequest.Builder>public ListTablesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListTablesRequest.Builder>IOExceptionpublic 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) = { ... }
getParent in interface ListTablesRequestOrBuilderpublic com.google.protobuf.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) = { ... }
getParentBytes in interface ListTablesRequestOrBuilderpublic ListTablesRequest.Builder setParent(String value)
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) = { ... }
value - The parent to set.public ListTablesRequest.Builder clearParent()
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) = { ... }
public ListTablesRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
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) = { ... }
value - The bytes for parent to set.public int getViewValue()
The view to be applied to the returned tables' fields. NAME_ONLY view (default) and REPLICATION_VIEW are supported.
.google.bigtable.admin.v2.Table.View view = 2;getViewValue in interface ListTablesRequestOrBuilderpublic ListTablesRequest.Builder setViewValue(int value)
The view to be applied to the returned tables' fields. NAME_ONLY view (default) and REPLICATION_VIEW are supported.
.google.bigtable.admin.v2.Table.View view = 2;value - The enum numeric value on the wire for view to set.public Table.View getView()
The view to be applied to the returned tables' fields. NAME_ONLY view (default) and REPLICATION_VIEW are supported.
.google.bigtable.admin.v2.Table.View view = 2;getView in interface ListTablesRequestOrBuilderpublic ListTablesRequest.Builder setView(Table.View value)
The view to be applied to the returned tables' fields. NAME_ONLY view (default) and REPLICATION_VIEW are supported.
.google.bigtable.admin.v2.Table.View view = 2;value - The view to set.public ListTablesRequest.Builder clearView()
The view to be applied to the returned tables' fields. NAME_ONLY view (default) and REPLICATION_VIEW are supported.
.google.bigtable.admin.v2.Table.View view = 2;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;getPageSize in interface ListTablesRequestOrBuilderpublic ListTablesRequest.Builder setPageSize(int value)
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;value - The pageSize to set.public ListTablesRequest.Builder clearPageSize()
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;public String getPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 3;getPageToken in interface ListTablesRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
The value of `next_page_token` returned by a previous call.
string page_token = 3;getPageTokenBytes in interface ListTablesRequestOrBuilderpublic ListTablesRequest.Builder setPageToken(String value)
The value of `next_page_token` returned by a previous call.
string page_token = 3;value - The pageToken to set.public ListTablesRequest.Builder clearPageToken()
The value of `next_page_token` returned by a previous call.
string page_token = 3;public ListTablesRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The value of `next_page_token` returned by a previous call.
string page_token = 3;value - The bytes for pageToken to set.Copyright © 2026 Google LLC. All rights reserved.