proto_docs/google/cloud/dataproc/v1/workflow_templates.rb in google-cloud-dataproc-v1-0.2.3 vs proto_docs/google/cloud/dataproc/v1/workflow_templates.rb in google-cloud-dataproc-v1-0.3.0

- old
+ new

@@ -73,11 +73,11 @@ # @!attribute [rw] jobs # @return [::Array<::Google::Cloud::Dataproc::V1::OrderedJob>] # Required. The Directed Acyclic Graph of Jobs to submit. # @!attribute [rw] parameters # @return [::Array<::Google::Cloud::Dataproc::V1::TemplateParameter>] - # Optional. emplate parameters whose values are substituted into the + # Optional. Template parameters whose values are substituted into the # template. Values for parameters must be provided when the template is # instantiated. class WorkflowTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods @@ -187,25 +187,31 @@ # The id must contain only letters (a-z, A-Z), numbers (0-9), # underscores (_), and hyphens (-). Cannot begin or end with underscore # or hyphen. Must consist of between 3 and 50 characters. # @!attribute [rw] hadoop_job # @return [::Google::Cloud::Dataproc::V1::HadoopJob] + # Optional. Job is a Hadoop job. # @!attribute [rw] spark_job # @return [::Google::Cloud::Dataproc::V1::SparkJob] + # Optional. Job is a Spark job. # @!attribute [rw] pyspark_job # @return [::Google::Cloud::Dataproc::V1::PySparkJob] + # Optional. Job is a PySpark job. # @!attribute [rw] hive_job # @return [::Google::Cloud::Dataproc::V1::HiveJob] + # Optional. Job is a Hive job. # @!attribute [rw] pig_job # @return [::Google::Cloud::Dataproc::V1::PigJob] + # Optional. Job is a Pig job. # @!attribute [rw] spark_r_job # @return [::Google::Cloud::Dataproc::V1::SparkRJob] - # Spark R job + # Optional. Job is a SparkR job. # @!attribute [rw] spark_sql_job # @return [::Google::Cloud::Dataproc::V1::SparkSqlJob] + # Optional. Job is a SparkSql job. # @!attribute [rw] presto_job # @return [::Google::Cloud::Dataproc::V1::PrestoJob] - # Presto job + # Optional. Job is a Presto job. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. The labels to associate with this job. # # Label keys must be between 1 and 63 characters long, and must conform to