Class: Google::Cloud::Bigtable::Admin::V2::UndeleteTableRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UndeleteTableRequest
- 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.UndeleteTable
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique name of the table to be restored.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
303 304 305 306 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 303 class UndeleteTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |