Class: Google::Cloud::Bigtable::Admin::V2::GetTableRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::GetTableRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Request message for google.bigtable.admin.v2.BigtableTableAdmin.GetTable
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Bigtable::Admin::V2::Table::View
The view to be applied to the returned table's fields.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique name of the requested table.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
238 239 240 241 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 238 class GetTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Bigtable::Admin::V2::Table::View
Returns The view to be applied to the returned table's fields.
Defaults to SCHEMA_VIEW
if unspecified.
238 239 240 241 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 238 class GetTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |