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

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

Overview

Information about a backup.

Instance Attribute Summary collapse

Instance Attribute Details

#backup::String (readonly)

Returns Output only. Name of the backup.

Returns:

  • (::String)

    Output only. Name of the backup.



340
341
342
343
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 340

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

#end_time::Google::Protobuf::Timestamp (readonly)

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.



340
341
342
343
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 340

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

#source_table::String (readonly)

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.



340
341
342
343
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 340

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

#start_time::Google::Protobuf::Timestamp (readonly)

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.



340
341
342
343
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 340

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