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

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 operation returned by CreateBackup.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

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

Returns:



609
610
611
612
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 609

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

#name::String

Returns The name of the backup being created.

Returns:

  • (::String)

    The name of the backup being created.



609
610
611
612
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 609

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

#source_table::String

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

Returns:

  • (::String)

    The name of the table the backup is created from.



609
610
611
612
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 609

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

#start_time::Google::Protobuf::Timestamp

Returns The time at which this operation started.

Returns:



609
610
611
612
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 609

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