lib/google/cloud/dataproc/v1beta2/jobs_services_pb.rb in google-cloud-dataproc-0.3.0 vs lib/google/cloud/dataproc/v1beta2/jobs_services_pb.rb in google-cloud-dataproc-0.3.1
- old
+ new
@@ -43,10 +43,11 @@
rpc :ListJobs, ListJobsRequest, ListJobsResponse
# Updates a job in a project.
rpc :UpdateJob, UpdateJobRequest, Job
# Starts a job cancellation request. To access the job resource
# after cancellation, call
- # [regions/\\{region}/jobs.list](/dataproc/docs/reference/rest/v1beta2/projects.regions.jobs/list) or
+ # [regions/\\{region}/jobs.list](/dataproc/docs/reference/rest/v1beta2/projects.regions.jobs/list)
+ # or
# [regions/\\{region}/jobs.get](/dataproc/docs/reference/rest/v1beta2/projects.regions.jobs/get).
rpc :CancelJob, CancelJobRequest, Job
# Deletes the job from the project. If the job is active, the delete fails,
# and the response returns `FAILED_PRECONDITION`.
rpc :DeleteJob, DeleteJobRequest, Google::Protobuf::Empty