Interface protos.google.spanner.admin.database.v1.ICreateBackupRequest

Properties of a CreateBackupRequest.

Package

@google-cloud/spanner!

Properties

backup

backup?: (google.spanner.admin.database.v1.IBackup|null);

CreateBackupRequest backup

Property Value
TypeDescription
(google.spanner.admin.database.v1.IBackup|null)

backupId

backupId?: (string|null);

CreateBackupRequest backupId

Property Value
TypeDescription
(string|null)

encryptionConfig

encryptionConfig?: (google.spanner.admin.database.v1.ICreateBackupEncryptionConfig|null);

CreateBackupRequest encryptionConfig

Property Value
TypeDescription
(google.spanner.admin.database.v1.ICreateBackupEncryptionConfig|null)

parent

parent?: (string|null);

CreateBackupRequest parent

Property Value
TypeDescription
(string|null)