Class: Google::Bigtable::Admin::V2::BackupInfo

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

Overview

Information about a backup.

Instance Attribute Summary collapse

Instance Attribute Details

#backupString

Returns Output only. Name of the backup.

Returns:

  • (String)

    Output only. Name of the backup.



290
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 290

class BackupInfo; end

#end_timeGoogle::Protobuf::Timestamp

Returns Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.

Returns:

  • (Google::Protobuf::Timestamp)

    Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.



290
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 290

class BackupInfo; end

#source_tableString

Returns Output only. Name of the table the backup was created from.

Returns:

  • (String)

    Output only. Name of the table the backup was created from.



290
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 290

class BackupInfo; end

#start_timeGoogle::Protobuf::Timestamp

Returns Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.

Returns:

  • (Google::Protobuf::Timestamp)

    Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.



290
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 290

class BackupInfo; end