Class: Google::Cloud::Dataproc::V1::ClusterOperation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ClusterOperation
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb
Overview
The cluster operation triggered by a workflow.
Instance Attribute Summary collapse
-
#done ⇒ true, false
Output only.
-
#error ⇒ String
Output only.
-
#operation_id ⇒ String
Output only.
Instance Attribute Details
#done ⇒ true, false
Returns Output only. Indicates the operation is done.
347 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 347 class ClusterOperation; end |
#error ⇒ String
Returns Output only. Error, if operation failed.
347 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 347 class ClusterOperation; end |
#operation_id ⇒ String
Returns Output only. The id of the cluster operation.
347 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 347 class ClusterOperation; end |