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 Cloud 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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 template.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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.
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 315 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 |