lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb in google-cloud-dataproc-0.3.0 vs lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb in google-cloud-dataproc-0.3.1
- old
+ new
@@ -134,12 +134,12 @@
# Required. The step id. The id must be unique among all jobs
# within the template.
#
# The step id is used as prefix for job id, as job
# `goog-dataproc-workflow-step-id` label, and in
- # {Google::Cloud::Dataproc::V1::OrderedJob#prerequisite_step_ids prerequisiteStepIds} field from other
- # steps.
+ # {Google::Cloud::Dataproc::V1::OrderedJob#prerequisite_step_ids prerequisiteStepIds}
+ # field from other steps.
#
# 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
@@ -203,13 +203,13 @@
# @return [Array<String>]
# Required. Paths to all fields that the parameter replaces.
# A field is allowed to appear in at most one parameter's list of field
# paths.
#
- # A field path is similar in syntax to a {Google::Protobuf::FieldMask}.
- # For example, a field path that references the zone field of a workflow
- # template's cluster selector would be specified as
- # `placement.clusterSelector.zone`.
+ # A field path is similar in syntax to a
+ # {Google::Protobuf::FieldMask}. For example, a
+ # field path that references the zone field of a workflow template's cluster
+ # selector would be specified as `placement.clusterSelector.zone`.
#
# Also, field paths can reference fields using the following syntax:
#
# * Values in maps can be referenced by key:
# * labels['key']
\ No newline at end of file