Class: Google::Cloud::Dataproc::V1::ClusterOperation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/workflow_templates.rb

Overview

The cluster operation triggered by a workflow.

Instance Attribute Summary collapse

Instance Attribute Details

#done::Boolean (readonly)

Returns Output only. Indicates the operation is done.

Returns:

  • (::Boolean)

    Output only. Indicates the operation is done.



465
466
467
468
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 465

class ClusterOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#error::String (readonly)

Returns Output only. Error, if operation failed.

Returns:

  • (::String)

    Output only. Error, if operation failed.



465
466
467
468
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 465

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.

Returns:

  • (::String)

    Output only. The id of the cluster operation.



465
466
467
468
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 465

class ClusterOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end