Cloud Spanner Database Admin V1 API - Class Google::Cloud::Spanner::Admin::Database::V1::CopyBackupMetadata (v0.9.0)

Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::CopyBackupMetadata.

Metadata type for the google.longrunning.Operation returned by CopyBackup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cancel_time

def cancel_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — 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 to Code.CANCELLED.

#cancel_time=

def cancel_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — 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 to Code.CANCELLED.
Returns
  • (::Google::Protobuf::Timestamp) — 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 to Code.CANCELLED.

#name

def name() -> ::String
Returns
  • (::String) — The name of the backup being created through the copy operation. Values are of the form projects/<project>/instances/<instance>/backups/<backup>.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the backup being created through the copy operation. Values are of the form projects/<project>/instances/<instance>/backups/<backup>.
Returns
  • (::String) — The name of the backup being created through the copy operation. Values are of the form projects/<project>/instances/<instance>/backups/<backup>.

#progress

def progress() -> ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress

#progress=

def progress=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
Parameter

#source_backup

def source_backup() -> ::String
Returns
  • (::String) — The name of the source backup that is being copied. Values are of the form projects/<project>/instances/<instance>/backups/<backup>.

#source_backup=

def source_backup=(value) -> ::String
Parameter
  • value (::String) — The name of the source backup that is being copied. Values are of the form projects/<project>/instances/<instance>/backups/<backup>.
Returns
  • (::String) — The name of the source backup that is being copied. Values are of the form projects/<project>/instances/<instance>/backups/<backup>.