Class ListTablesRequest (2.5.0)

public sealed class ListTablesRequest : IMessage<ListTablesRequest>, IEquatable<ListTablesRequest>, IDeepCloneable<ListTablesRequest>, IBufferMessage, IMessage, IPageRequest

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]

Inheritance

Object > ListTablesRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListTablesRequest()

public ListTablesRequest()

ListTablesRequest(ListTablesRequest)

public ListTablesRequest(ListTablesRequest other)
Parameter
NameDescription
otherListTablesRequest

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
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The value of next_page_token returned by a previous call.

Property Value
TypeDescription
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
TypeDescription
String

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
TypeDescription
InstanceName

View

public Table.Types.View View { get; set; }

The view to be applied to the returned tables' fields. Only NAME_ONLY view (default) and REPLICATION_VIEW are supported.

Property Value
TypeDescription
Table.Types.View