Class: Google::Cloud::Dataproc::V1::WorkflowTemplatePlacement

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

Specifies workflow execution target.

Either managed_cluster or cluster_selector is required.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_selector::Google::Cloud::Dataproc::V1::ClusterSelector

Returns Optional. A selector that chooses target cluster for jobs based on metadata.

The selector is evaluated at the time each job is submitted.

Note: The following fields are mutually exclusive: cluster_selector, managed_cluster. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dataproc::V1::ClusterSelector)

    Optional. A selector that chooses target cluster for jobs based on metadata.

    The selector is evaluated at the time each job is submitted.

    Note: The following fields are mutually exclusive: cluster_selector, managed_cluster. If a field in that set is populated, all other fields in the set will automatically be cleared.



163
164
165
166
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 163

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

#managed_cluster::Google::Cloud::Dataproc::V1::ManagedCluster

Returns A cluster that is managed by the workflow.

Note: The following fields are mutually exclusive: managed_cluster, cluster_selector. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dataproc::V1::ManagedCluster)

    A cluster that is managed by the workflow.

    Note: The following fields are mutually exclusive: managed_cluster, cluster_selector. If a field in that set is populated, all other fields in the set will automatically be cleared.



163
164
165
166
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 163

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