Class: Google::Cloud::Bigtable::Admin::V2::RestoreTableRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

The request for RestoreTable.

Instance Attribute Summary collapse

Instance Attribute Details

#backup::String

Returns Name of the backup from which to restore. Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>.

Returns:

  • (::String)

    Name of the backup from which to restore. Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>.



42
43
44
45
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 42

class RestoreTableRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the instance in which to create the restored table. This instance must be in the same project as the source backup. Values are of the form projects/<project>/instances/<instance>.

Returns:

  • (::String)

    Required. The name of the instance in which to create the restored table. This instance must be in the same project as the source backup. Values are of the form projects/<project>/instances/<instance>.



42
43
44
45
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 42

class RestoreTableRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_id::String

Returns Required. The id of the table to create and restore to. This table must not already exist. The table_id appended to parent forms the full table name of the form projects/<project>/instances/<instance>/tables/<table_id>.

Returns:

  • (::String)

    Required. The id of the table to create and restore to. This table must not already exist. The table_id appended to parent forms the full table name of the form projects/<project>/instances/<instance>/tables/<table_id>.



42
43
44
45
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 42

class RestoreTableRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end