Interface protos.google.cloud.sql.v1.IBackupRun (0.23.0)

Properties of a BackupRun.

Package

@google-cloud/sql

Properties

backupKind

backupKind?:(google.cloud.sql.v1.SqlBackupKind|keyoftypeofgoogle.cloud.sql.v1.SqlBackupKind|null);

BackupRun backupKind

description

description?:(string|null);

BackupRun description

diskEncryptionConfiguration

diskEncryptionConfiguration?:(google.cloud.sql.v1.IDiskEncryptionConfiguration|null);

BackupRun diskEncryptionConfiguration

diskEncryptionStatus

diskEncryptionStatus?:(google.cloud.sql.v1.IDiskEncryptionStatus|null);

BackupRun diskEncryptionStatus

endTime

endTime?:(google.protobuf.ITimestamp|null);

BackupRun endTime

enqueuedTime

enqueuedTime?:(google.protobuf.ITimestamp|null);

BackupRun enqueuedTime

error

error?:(google.cloud.sql.v1.IOperationError|null);

BackupRun error

id

id?:(number|Long|string|null);

BackupRun id

instance

instance?:(string|null);

BackupRun instance

kind

kind?:(string|null);

BackupRun kind

location

location?:(string|null);

BackupRun location

maxChargeableBytes

maxChargeableBytes?:(number|Long|string|null);

BackupRun maxChargeableBytes

selfLink

selfLink?:(string|null);

BackupRun selfLink

startTime

startTime?:(google.protobuf.ITimestamp|null);

BackupRun startTime

status

status?:(google.cloud.sql.v1.SqlBackupRunStatus|keyoftypeofgoogle.cloud.sql.v1.SqlBackupRunStatus|null);

BackupRun status

timeZone

timeZone?:(string|null);

BackupRun timeZone

type

type?:(google.cloud.sql.v1.SqlBackupRunType|keyoftypeofgoogle.cloud.sql.v1.SqlBackupRunType|null);

BackupRun type

windowStartTime

windowStartTime?:(google.protobuf.ITimestamp|null);

BackupRun windowStartTime

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.