Class: Google::Cloud::Bigtable::Admin::V2::PartialUpdateClusterMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::PartialUpdateClusterMetadata
- 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 PartialUpdateCluster.
Instance Attribute Summary collapse
-
#finish_time ⇒ ::Google::Protobuf::Timestamp
The time at which the operation failed or was completed successfully.
-
#original_request ⇒ ::Google::Cloud::Bigtable::Admin::V2::PartialUpdateClusterRequest
The original request for PartialUpdateCluster.
-
#request_time ⇒ ::Google::Protobuf::Timestamp
The time at which the original request was received.
Instance Attribute Details
#finish_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the operation failed or was completed successfully.
323 324 325 326 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 323 class PartialUpdateClusterMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_request ⇒ ::Google::Cloud::Bigtable::Admin::V2::PartialUpdateClusterRequest
Returns The original request for PartialUpdateCluster.
323 324 325 326 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 323 class PartialUpdateClusterMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the original request was received.
323 324 325 326 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 323 class PartialUpdateClusterMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |