Interface protos.google.bigtable.admin.v2.IListTablesRequest (3.5.4)

Properties of a ListTablesRequest.

Package

@google-cloud/bigtable!

Properties

pageSize

pageSize?: (number|null);

ListTablesRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListTablesRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListTablesRequest parent

Property Value
TypeDescription
(string|null)

view

view?: (google.bigtable.admin.v2.Table.View|keyof typeof google.bigtable.admin.v2.Table.View|null);

ListTablesRequest view

Property Value
TypeDescription
(google.bigtable.admin.v2.Table.View|keyof typeof google.bigtable.admin.v2.Table.View|null)