Class GetTableRequest (2.32.0)

GetTableRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
name str
Required. The unique name of the requested table. Values are of the form projects/{project}/instances/{instance}/tables/{table}.
view google.cloud.bigtable_admin_v2.types.Table.View
The view to be applied to the returned table's fields. Defaults to SCHEMA_VIEW if unspecified.