@@ -221,7 +221,7 @@ def submit_job(
221221 Args:
222222 project_id (str): Required. The ID of the Google Cloud Platform project that the job
223223 belongs to.
224- region (str): Required. The Cloud Dataproc region in which to handle the request.
224+ region (str): Required. The Dataproc region in which to handle the request.
225225 job (Union[dict, ~google.cloud.dataproc_v1.types.Job]): Required. The job resource.
226226
227227 If a dict is provided, it must be of the same form as the protobuf
@@ -304,7 +304,7 @@ def get_job(
304304 Args:
305305 project_id (str): Required. The ID of the Google Cloud Platform project that the job
306306 belongs to.
307- region (str): Required. The Cloud Dataproc region in which to handle the request.
307+ region (str): Required. The Dataproc region in which to handle the request.
308308 job_id (str): Required. The job ID.
309309 retry (Optional[google.api_core.retry.Retry]): A retry object used
310310 to retry requests. If ``None`` is specified, requests will
@@ -386,7 +386,7 @@ def list_jobs(
386386 Args:
387387 project_id (str): Required. The ID of the Google Cloud Platform project that the job
388388 belongs to.
389- region (str): Required. The Cloud Dataproc region in which to handle the request.
389+ region (str): Required. The Dataproc region in which to handle the request.
390390 page_size (int): The maximum number of resources contained in the
391391 underlying API response. If page streaming is performed per-
392392 resource, this parameter does not affect the return value. If page
@@ -507,7 +507,7 @@ def update_job(
507507 Args:
508508 project_id (str): Required. The ID of the Google Cloud Platform project that the job
509509 belongs to.
510- region (str): Required. The Cloud Dataproc region in which to handle the request.
510+ region (str): Required. The Dataproc region in which to handle the request.
511511 job_id (str): Required. The job ID.
512512 job (Union[dict, ~google.cloud.dataproc_v1.types.Job]): Required. The changes to the job.
513513
@@ -597,7 +597,7 @@ def cancel_job(
597597 Args:
598598 project_id (str): Required. The ID of the Google Cloud Platform project that the job
599599 belongs to.
600- region (str): Required. The Cloud Dataproc region in which to handle the request.
600+ region (str): Required. The Dataproc region in which to handle the request.
601601 job_id (str): Required. The job ID.
602602 retry (Optional[google.api_core.retry.Retry]): A retry object used
603603 to retry requests. If ``None`` is specified, requests will
@@ -668,7 +668,7 @@ def delete_job(
668668 Args:
669669 project_id (str): Required. The ID of the Google Cloud Platform project that the job
670670 belongs to.
671- region (str): Required. The Cloud Dataproc region in which to handle the request.
671+ region (str): Required. The Dataproc region in which to handle the request.
672672 job_id (str): Required. The job ID.
673673 retry (Optional[google.api_core.retry.Retry]): A retry object used
674674 to retry requests. If ``None`` is specified, requests will
0 commit comments