Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::WorkflowMetadata (v1.0.2)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::WorkflowMetadata.

A Dataproc workflow template resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_name

defcluster_name()->::String
Returns
  • (::String) — Output only. The name of the target cluster.

#cluster_uuid

defcluster_uuid()->::String
Returns
  • (::String) — Output only. The UUID of target cluster.

#create_cluster

defcreate_cluster()->::Google::Cloud::Dataproc::V1::ClusterOperation
Returns

#dag_end_time

defdag_end_time()->::Google::Protobuf::Timestamp
Returns

#dag_start_time

defdag_start_time()->::Google::Protobuf::Timestamp
Returns

#dag_timeout

defdag_timeout()->::Google::Protobuf::Duration
Returns

#delete_cluster

defdelete_cluster()->::Google::Cloud::Dataproc::V1::ClusterOperation
Returns

#end_time

defend_time()->::Google::Protobuf::Timestamp
Returns

#graph

defgraph()->::Google::Cloud::Dataproc::V1::WorkflowGraph
Returns

#parameters

defparameters()->::Google::Protobuf::Map{::String=>::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Map from parameter names to values that were used for those parameters.

#parameters=

defparameters=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Map from parameter names to values that were used for those parameters.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Map from parameter names to values that were used for those parameters.

#start_time

defstart_time()->::Google::Protobuf::Timestamp
Returns

#state

defstate()->::Google::Cloud::Dataproc::V1::WorkflowMetadata::State
Returns

#template

deftemplate()->::String
Returns
  • (::String) —

    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}

#version

defversion()->::Integer
Returns
  • (::Integer) — Output only. The version of template at the time of workflow instantiation.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.