Class: Google::Cloud::Bigtable::Admin::V2::UpdateTableMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateTableMetadata
- 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 UpdateTable.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
If set, the time at which this operation finished or was canceled.
-
#name ⇒ ::String
The name of the table being updated.
-
#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 canceled.
279 280 281 282 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 279 class UpdateTableMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the table being updated.
279 280 281 282 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 279 class UpdateTableMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this operation started.
279 280 281 282 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 279 class UpdateTableMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |