Class: Google::Bigtable::Admin::V2::CreateBackupMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Metadata type for the operation returned by CreateBackup.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeGoogle::Protobuf::Timestamp

Returns If set, the time at which this operation finished or was cancelled.

Returns:



399
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 399

class CreateBackupMetadata; end

#nameString

Returns The name of the backup being created.

Returns:

  • (String)

    The name of the backup being created.



399
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 399

class CreateBackupMetadata; end

#source_tableString

Returns The name of the table the backup is created from.

Returns:

  • (String)

    The name of the table the backup is created from.



399
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 399

class CreateBackupMetadata; end

#start_timeGoogle::Protobuf::Timestamp

Returns The time at which this operation started.

Returns:



399
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 399

class CreateBackupMetadata; end