Class: Google::Cloud::Dataproc::V1::WorkflowMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::WorkflowMetadata
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb
Overview
A Dataproc workflow template resource.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
Output only.
-
#cluster_uuid ⇒ String
Output only.
-
#create_cluster ⇒ Google::Cloud::Dataproc::V1::ClusterOperation
Output only.
-
#delete_cluster ⇒ Google::Cloud::Dataproc::V1::ClusterOperation
Output only.
-
#end_time ⇒ Google::Protobuf::Timestamp
Output only.
-
#graph ⇒ Google::Cloud::Dataproc::V1::WorkflowGraph
Output only.
-
#parameters ⇒ Hash{String => String}
Map from parameter names to values that were used for those parameters.
-
#start_time ⇒ Google::Protobuf::Timestamp
Output only.
-
#state ⇒ Google::Cloud::Dataproc::V1::WorkflowMetadata::State
Output only.
-
#template ⇒ String
Output only.
-
#version ⇒ Integer
Output only.
Instance Attribute Details
#cluster_name ⇒ String
Returns Output only. The name of the target cluster.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#cluster_uuid ⇒ String
Returns Output only. The UUID of target cluster.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#create_cluster ⇒ Google::Cloud::Dataproc::V1::ClusterOperation
Returns Output only. The create cluster operation metadata.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#delete_cluster ⇒ Google::Cloud::Dataproc::V1::ClusterOperation
Returns Output only. The delete cluster operation metadata.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#end_time ⇒ Google::Protobuf::Timestamp
Returns Output only. Workflow end time.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#graph ⇒ Google::Cloud::Dataproc::V1::WorkflowGraph
Returns Output only. The workflow graph.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#parameters ⇒ Hash{String => String}
Returns Map from parameter names to values that were used for those parameters.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#start_time ⇒ Google::Protobuf::Timestamp
Returns Output only. Workflow start time.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#state ⇒ Google::Cloud::Dataproc::V1::WorkflowMetadata::State
Returns Output only. The workflow state.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#template ⇒ String
Returns Output only. The resource name of the workflow template as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}For
projects.locations.workflowTemplates, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |
#version ⇒ Integer
Returns Output only. The version of template at the time of workflow instantiation.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 320 class WorkflowMetadata # The operation state. module State # Unused. UNKNOWN = 0 # The operation has been created. PENDING = 1 # The operation is running. RUNNING = 2 # The operation is done; either cancelled or completed. DONE = 3 end end |