class Google::Apis::ContaineranalysisV1alpha1::UpdateOperationRequest
Request for updating an existing operation
Attributes
operation[RW]
This resource represents a long-running operation that is the result of a network API call. Corresponds to the JSON property `operation` @return [Google::Apis::ContaineranalysisV1alpha1::Operation]
update_mask[RW]
The fields to update. Corresponds to the JSON property `updateMask` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 3613 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 3618 def update!(**args) @operation = args[:operation] if args.key?(:operation) @update_mask = args[:update_mask] if args.key?(:update_mask) end