Class: Google::Container::V1::CancelOperationRequest
- Inherits:
-
Object
- Object
- Google::Container::V1::CancelOperationRequest
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
CancelOperationRequest cancels a single operation.
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The server-assigned +name+ of the operation.
-
#project_id ⇒ String
The Google Developers Console project ID or project number.
-
#zone ⇒ String
The name of the Google Compute Engine zone in which the operation resides.
Instance Attribute Details
#operation_id ⇒ String
Returns The server-assigned +name+ of the operation.
1039 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1039 class CancelOperationRequest; end |
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
1039 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1039 class CancelOperationRequest; end |
#zone ⇒ String
Returns The name of the Google Compute Engine zone in which the operation resides.
1039 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1039 class CancelOperationRequest; end |