Class: Google::Cloud::Bigtable::Admin::V2::CopyBackupMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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>.



808
809
810
811
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 808

class CopyBackupMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#progress::Google::Cloud::Bigtable::Admin::V2::OperationProgress

Returns The progress of the CopyBackup operation.

Returns:



808
809
810
811
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 808

class CopyBackupMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_backup_info::Google::Cloud::Bigtable::Admin::V2::BackupInfo

Returns Information about the source backup that is being copied from.

Returns:



808
809
810
811
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 808

class CopyBackupMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end