Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::CopyBackupMetadata (v0.26.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CopyBackupMetadata.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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>/clusters/<cluster>/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>/clusters/<cluster>/backups/<backup>.
Returns
  • (::String) — The name of the backup being created through the copy operation. Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>.

#progress

def progress() -> ::Google::Cloud::Bigtable::Admin::V2::OperationProgress
Returns

#progress=

def progress=(value) -> ::Google::Cloud::Bigtable::Admin::V2::OperationProgress
Parameter
Returns

#source_backup_info

def source_backup_info() -> ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Returns

#source_backup_info=

def source_backup_info=(value) -> ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Parameter
Returns