Class: Google::Apis::CloudbuildV1::CancelOperationRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV1::CancelOperationRequest
- Defined in:
- generated/google/apis/cloudbuild_v1/classes.rb,
generated/google/apis/cloudbuild_v1/representations.rb,
generated/google/apis/cloudbuild_v1/representations.rb
Overview
The request message for Operations.CancelOperation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CancelOperationRequest
constructor
A new instance of CancelOperationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ CancelOperationRequest
Returns a new instance of CancelOperationRequest
242 243 244 |
# File 'generated/google/apis/cloudbuild_v1/classes.rb', line 242 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
247 248 |
# File 'generated/google/apis/cloudbuild_v1/classes.rb', line 247 def update!(**args) end |