public sealed class ListTablesRequest : IMessage<ListTablesRequest>, IEquatable<ListTablesRequest>, IDeepCloneable<ListTablesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListTablesRequest.
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
Implements
IMessageListTablesRequest, IEquatableListTablesRequest, IDeepCloneableListTablesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListTablesRequest()
public ListTablesRequest()
ListTablesRequest(ListTablesRequest)
public ListTablesRequest(ListTablesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTablesRequest |
Properties
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The value of next_page_token
returned by a previous call.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The unique name of the instance for which tables should be
listed. Values are of the form projects/{project}/instances/{instance}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
View
public Table.Types.View View { get; set; }
The view to be applied to the returned tables' fields. NAME_ONLY view (default) and REPLICATION_VIEW are supported.
Property Value | |
---|---|
Type | Description |
TableTypesView |