lib/google/cloud/dataproc/v1/job_controller_client.rb in google-cloud-dataproc-0.3.0 vs lib/google/cloud/dataproc/v1/job_controller_client.rb in google-cloud-dataproc-0.3.1

- old
+ new

@@ -215,12 +215,12 @@ # Required. The job resource. # A hash of the same form as `Google::Cloud::Dataproc::V1::Job` # can also be provided. # @param request_id [String] # Optional. A unique id used to identify the request. If the server - # receives two {Google::Cloud::Dataproc::V1::SubmitJobRequest SubmitJobRequest} requests with the same - # id, then the second request will be ignored and the + # receives two {Google::Cloud::Dataproc::V1::SubmitJobRequest SubmitJobRequest} + # requests with the same id, then the second request will be ignored and the # first {Google::Cloud::Dataproc::V1::Job Job} created and stored in the backend # is returned. # # It is recommended to always set this value to a # [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier). @@ -477,10 +477,11 @@ @update_job.call(req, options, &block) end # Starts a job cancellation request. To access the job resource # after cancellation, call - # [regions/\\{region}/jobs.list](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/list) or + # [regions/\\{region}/jobs.list](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/list) + # or # [regions/\\{region}/jobs.get](https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/get). # # @param project_id [String] # Required. The ID of the Google Cloud Platform project that the job # belongs to.