Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseRequest.
The request for RestoreDatabase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup
def backup() -> ::String
Returns
-
(::String) — Name of the backup from which to restore. Values are of the form
projects/<project>/instances/<instance>/backups/<backup>
.
#backup=
def backup=(value) -> ::String
Parameter
-
value (::String) — Name of the backup from which to restore. Values are of the form
projects/<project>/instances/<instance>/backups/<backup>
.
Returns
-
(::String) — Name of the backup from which to restore. Values are of the form
projects/<project>/instances/<instance>/backups/<backup>
.
#database_id
def database_id() -> ::String
Returns
-
(::String) — Required. The id of the database to create and restore to. This
database must not already exist. The
database_id
appended toparent
forms the full database name of the formprojects/<project>/instances/<instance>/databases/<database_id>
.
#database_id=
def database_id=(value) -> ::String
Parameter
-
value (::String) — Required. The id of the database to create and restore to. This
database must not already exist. The
database_id
appended toparent
forms the full database name of the formprojects/<project>/instances/<instance>/databases/<database_id>
.
Returns
-
(::String) — Required. The id of the database to create and restore to. This
database must not already exist. The
database_id
appended toparent
forms the full database name of the formprojects/<project>/instances/<instance>/databases/<database_id>
.
#encryption_config
def encryption_config() -> ::Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig
Returns
-
(::Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig) — Optional. An encryption configuration describing the encryption type and
key resources in Cloud KMS used to encrypt/decrypt the database to restore
to. If this field is not specified, the restored database will use the same
encryption configuration as the backup by default, namely
encryption_type
=
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION
.
#encryption_config=
def encryption_config=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig
Parameter
-
value (::Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig) — Optional. An encryption configuration describing the encryption type and
key resources in Cloud KMS used to encrypt/decrypt the database to restore
to. If this field is not specified, the restored database will use the same
encryption configuration as the backup by default, namely
encryption_type
=
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION
.
Returns
-
(::Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig) — Optional. An encryption configuration describing the encryption type and
key resources in Cloud KMS used to encrypt/decrypt the database to restore
to. If this field is not specified, the restored database will use the same
encryption configuration as the backup by default, namely
encryption_type
=
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The name of the instance in which to create the
restored database. This instance must be in the same project and
have the same instance configuration as the instance containing
the source backup. Values are of the form
projects/<project>/instances/<instance>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the instance in which to create the
restored database. This instance must be in the same project and
have the same instance configuration as the instance containing
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 database. This instance must be in the same project and
have the same instance configuration as the instance containing
the source backup. Values are of the form
projects/<project>/instances/<instance>
.