Class: Google::Bigtable::Admin::V2::CreateBackupMetadata
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::CreateBackupMetadata
- 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
-
#end_time ⇒ Google::Protobuf::Timestamp
If set, the time at which this operation finished or was cancelled.
-
#name ⇒ String
The name of the backup being created.
-
#source_table ⇒ String
The name of the table the backup is created from.
-
#start_time ⇒ Google::Protobuf::Timestamp
The time at which this operation started.
Instance Attribute Details
#end_time ⇒ Google::Protobuf::Timestamp
Returns If set, the time at which this operation finished or was cancelled.
399 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 399 class CreateBackupMetadata; end |
#name ⇒ String
Returns 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_table ⇒ String
Returns 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_time ⇒ Google::Protobuf::Timestamp
Returns The time at which this operation started.
399 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 399 class CreateBackupMetadata; end |