class Google::Apis::BigtableadminV1::UpdateClusterMetadata
The metadata for the Operation returned by UpdateCluster.
Attributes
finish_time[RW]
The time at which the operation failed or was completed successfully. Corresponds to the JSON property `finishTime` @return [String]
original_request[RW]
A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance
. Corresponds to the JSON property `originalRequest` @return [Google::Apis::BigtableadminV1::Cluster]
request_time[RW]
The time at which the original request was received. Corresponds to the JSON property `requestTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigtableadmin_v1/classes.rb, line 795 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigtableadmin_v1/classes.rb, line 800 def update!(**args) @finish_time = args[:finish_time] if args.key?(:finish_time) @original_request = args[:original_request] if args.key?(:original_request) @request_time = args[:request_time] if args.key?(:request_time) end