Class: Google::Cloud::Firestore::Admin::V1::RestoreDatabaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::RestoreDatabaseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/firestore_admin.rb
Overview
The request message for FirestoreAdmin.RestoreDatabase.
Instance Attribute Summary collapse
-
#backup ⇒ ::String
Required.
-
#database_id ⇒ ::String
Required.
-
#encryption_config ⇒ ::Google::Cloud::Firestore::Admin::V1::Database::EncryptionConfig
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#backup ⇒ ::String
Returns Required. Backup to restore from. Must be from the same project as the parent.
The restored database will be created in the same location as the source backup.
Format is: projects/{project_id}/locations/{location}/backups/{backup}
.
560 561 562 563 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 560 class RestoreDatabaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_id ⇒ ::String
Returns Required. The ID to use for the database, which will become the final component of the database's resource name. This database ID must not be associated with an existing database.
This value should be 4-63 characters. Valid characters are /[a-z][0-9]-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.
"(default)" database ID is also valid.
560 561 562 563 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 560 class RestoreDatabaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encryption_config ⇒ ::Google::Cloud::Firestore::Admin::V1::Database::EncryptionConfig
Returns Optional. Encryption configuration for the restored database.
If this field is not specified, the restored database will use the same encryption configuration as the backup, namely use_source_encryption.
560 561 562 563 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 560 class RestoreDatabaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project to restore the database in. Format is
projects/{project_id}
.
560 561 562 563 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 560 class RestoreDatabaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |