Class: Google::Cloud::Bigtable::Admin::V2::UpdateMaterializedViewMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateMaterializedViewMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
The metadata for the Operation returned by UpdateMaterializedView.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
If set, the time at which this operation finished or was canceled.
-
#original_request ⇒ ::Google::Cloud::Bigtable::Admin::V2::UpdateMaterializedViewRequest
The request that prompted the initiation of this UpdateMaterializedView operation.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time at which this operation was started.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns If set, the time at which this operation finished or was canceled.
742 743 744 745 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 742 class UpdateMaterializedViewMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_request ⇒ ::Google::Cloud::Bigtable::Admin::V2::UpdateMaterializedViewRequest
Returns The request that prompted the initiation of this UpdateMaterializedView operation.
742 743 744 745 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 742 class UpdateMaterializedViewMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this operation was started.
742 743 744 745 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 742 class UpdateMaterializedViewMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |