GoogleApi.Spanner.V1.Model.CopyBackupMetadata (google_api_spanner v0.48.0)
View SourceMetadata type for the operation returned by CopyBackup.
Attributes
-
cancelTime
(type:DateTime.t
, default:nil
) - The time at which cancellation of CopyBackup operation was received. Operations.CancelOperation starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding toCode.CANCELLED
. -
name
(type:String.t
, default:nil
) - The name of the backup being created through the copy operation. Values are of the formprojects//instances//backups/
. -
progress
(type:GoogleApi.Spanner.V1.Model.OperationProgress.t
, default:nil
) - The progress of the CopyBackup operation. -
sourceBackup
(type:String.t
, default:nil
) - The name of the source backup that is being copied. Values are of the formprojects//instances//backups/
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.CopyBackupMetadata{ cancelTime: DateTime.t() | nil, name: String.t() | nil, progress: GoogleApi.Spanner.V1.Model.OperationProgress.t() | nil, sourceBackup: String.t() | nil }