@@ -221,7 +221,7 @@ def submit_job(
221
221
Args:
222
222
project_id (str): Required. The ID of the Google Cloud Platform project that the job
223
223
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.
225
225
job (Union[dict, ~google.cloud.dataproc_v1.types.Job]): Required. The job resource.
226
226
227
227
If a dict is provided, it must be of the same form as the protobuf
@@ -304,7 +304,7 @@ def get_job(
304
304
Args:
305
305
project_id (str): Required. The ID of the Google Cloud Platform project that the job
306
306
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.
308
308
job_id (str): Required. The job ID.
309
309
retry (Optional[google.api_core.retry.Retry]): A retry object used
310
310
to retry requests. If ``None`` is specified, requests will
@@ -386,7 +386,7 @@ def list_jobs(
386
386
Args:
387
387
project_id (str): Required. The ID of the Google Cloud Platform project that the job
388
388
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.
390
390
page_size (int): The maximum number of resources contained in the
391
391
underlying API response. If page streaming is performed per-
392
392
resource, this parameter does not affect the return value. If page
@@ -507,7 +507,7 @@ def update_job(
507
507
Args:
508
508
project_id (str): Required. The ID of the Google Cloud Platform project that the job
509
509
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.
511
511
job_id (str): Required. The job ID.
512
512
job (Union[dict, ~google.cloud.dataproc_v1.types.Job]): Required. The changes to the job.
513
513
@@ -597,7 +597,7 @@ def cancel_job(
597
597
Args:
598
598
project_id (str): Required. The ID of the Google Cloud Platform project that the job
599
599
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.
601
601
job_id (str): Required. The job ID.
602
602
retry (Optional[google.api_core.retry.Retry]): A retry object used
603
603
to retry requests. If ``None`` is specified, requests will
@@ -668,7 +668,7 @@ def delete_job(
668
668
Args:
669
669
project_id (str): Required. The ID of the Google Cloud Platform project that the job
670
670
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.
672
672
job_id (str): Required. The job ID.
673
673
retry (Optional[google.api_core.retry.Retry]): A retry object used
674
674
to retry requests. If ``None`` is specified, requests will
0 commit comments