Class: Google::Cloud::Dataproc::V1beta2::ClusterOperation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ClusterOperation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb
Overview
The cluster operation triggered by a workflow.
Instance Attribute Summary collapse
-
#done ⇒ ::Boolean
readonly
Output only.
-
#error ⇒ ::String
readonly
Output only.
-
#operation_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#done ⇒ ::Boolean (readonly)
Returns Output only. Indicates the operation is done.
473 474 475 476 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 473 class ClusterOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::String (readonly)
Returns Output only. Error, if operation failed.
473 474 475 476 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 473 class ClusterOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_id ⇒ ::String (readonly)
Returns Output only. The id of the cluster operation.
473 474 475 476 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 473 class ClusterOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |