Class: Google::Bigtable::Admin::V2::GetTableRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Request message for BigtableTableAdmin::GetTable

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns The unique name of the requested table. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Returns:

  • (String)

    The unique name of the requested table. Values are of the form projects/<project>/instances/<instance>/tables/<table>.



140
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 140

class GetTableRequest; end

#viewGoogle::Bigtable::Admin::V2::Table::View

Returns The view to be applied to the returned table's fields. Defaults to SCHEMA_VIEW if unspecified.

Returns:



140
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 140

class GetTableRequest; end