class Google::Apis::BigtableadminV1::UpdateInstanceMetadata
The metadata for the Operation returned by UpdateInstance.
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]
Request message for BigtableInstanceAdmin.PartialUpdateInstance. Corresponds to the JSON property `originalRequest` @return [Google::Apis::BigtableadminV1::PartialUpdateInstanceRequest]
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 826 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 831 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