Class: Google::Cloud::Dataproc::V1beta2::WorkflowMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::WorkflowMetadata
- Defined in:
- lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/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::V1beta2::ClusterOperation
Output only.
-
#delete_cluster ⇒ Google::Cloud::Dataproc::V1beta2::ClusterOperation
Output only.
-
#end_time ⇒ Google::Protobuf::Timestamp
Output only.
-
#graph ⇒ Google::Cloud::Dataproc::V1beta2::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::V1beta2::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.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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::V1beta2::ClusterOperation
Returns Output only. The create cluster operation metadata.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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::V1beta2::ClusterOperation
Returns Output only. The delete cluster operation metadata.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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::V1beta2::WorkflowGraph
Returns Output only. The workflow graph.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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::V1beta2::WorkflowMetadata::State
Returns Output only. The workflow state.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 314 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 |