Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 22668f6

Browse files
docs: Fix formatting of request arg in docstring (#177)
* docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: googleapis/googleapis@8a085ae Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b22defd commit 22668f6

File tree

10 files changed

+16
-28
lines changed

10 files changed

+16
-28
lines changed

‎google/cloud/dataflow_v1beta3/services/flex_templates_service/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ def __call__(
216216
request (~.templates.LaunchFlexTemplateRequest):
217217
The request object. A request to launch a Cloud Dataflow
218218
job from a FlexTemplate.
219-
220219
retry (google.api_core.retry.Retry): Designation of what errors, if any,
221220
should be retried.
222221
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/jobs_v1_beta3/transports/rest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ def __call__(
459459
request (~.jobs.CreateJobRequest):
460460
The request object. Request to create a Cloud Dataflow
461461
job.
462-
463462
retry (google.api_core.retry.Retry): Designation of what errors, if any,
464463
should be retried.
465464
timeout (float): The timeout for this request.
@@ -552,7 +551,6 @@ def __call__(
552551
request (~.jobs.GetJobRequest):
553552
The request object. Request to get the state of a Cloud
554553
Dataflow job.
555-
556554
retry (google.api_core.retry.Retry): Designation of what errors, if any,
557555
should be retried.
558556
timeout (float): The timeout for this request.
@@ -722,7 +720,6 @@ def __call__(
722720
request (~.jobs.SnapshotJobRequest):
723721
The request object. Request to create a snapshot of a
724722
job.
725-
726723
retry (google.api_core.retry.Retry): Designation of what errors, if any,
727724
should be retried.
728725
timeout (float): The timeout for this request.
@@ -813,7 +810,6 @@ def __call__(
813810
request (~.jobs.UpdateJobRequest):
814811
The request object. Request to update a Cloud Dataflow
815812
job.
816-
817813
retry (google.api_core.retry.Retry): Designation of what errors, if any,
818814
should be retried.
819815
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/messages_v1_beta3/async_client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ async def sample_list_job_messages():
260260
261261
Args:
262262
request (Optional[Union[google.cloud.dataflow_v1beta3.types.ListJobMessagesRequest, dict]]):
263-
The request object. Request to list job messages.
264-
Up to max_results messages will be returned in the time
265-
range specified starting with the oldest messages first.
266-
If no time range is specified the results with start
267-
with the oldest message.
263+
The request object. Request to list job messages. Up to max_results messages
264+
will be returned in the time range specified starting
265+
with the oldest messages first. If no time range is
266+
specified the results with start with the oldest
267+
message.
268268
retry (google.api_core.retry.Retry): Designation of what errors, if any,
269269
should be retried.
270270
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/messages_v1_beta3/client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,11 @@ def sample_list_job_messages():
469469
470470
Args:
471471
request (Union[google.cloud.dataflow_v1beta3.types.ListJobMessagesRequest, dict]):
472-
The request object. Request to list job messages.
473-
Up to max_results messages will be returned in the time
474-
range specified starting with the oldest messages first.
475-
If no time range is specified the results with start
476-
with the oldest message.
472+
The request object. Request to list job messages. Up to max_results messages
473+
will be returned in the time range specified starting
474+
with the oldest messages first. If no time range is
475+
specified the results with start with the oldest
476+
message.
477477
retry (google.api_core.retry.Retry): Designation of what errors, if any,
478478
should be retried.
479479
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/messages_v1_beta3/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def __call__(
219219
with the oldest messages first. If no time range is
220220
specified the results with start with the oldest
221221
message.
222-
223222
retry (google.api_core.retry.Retry): Designation of what errors, if any,
224223
should be retried.
225224
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/metrics_v1_beta3/async_client.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,7 @@ async def sample_get_job_execution_details():
358358
359359
Args:
360360
request (Optional[Union[google.cloud.dataflow_v1beta3.types.GetJobExecutionDetailsRequest, dict]]):
361-
The request object. Request to get job execution
362-
details.
361+
The request object. Request to get job execution details.
363362
retry (google.api_core.retry.Retry): Designation of what errors, if any,
364363
should be retried.
365364
timeout (float): The timeout for this request.
@@ -461,8 +460,8 @@ async def sample_get_stage_execution_details():
461460
Args:
462461
request (Optional[Union[google.cloud.dataflow_v1beta3.types.GetStageExecutionDetailsRequest, dict]]):
463462
The request object. Request to get information about a
464-
particular execution stage of a job. Currently only
465-
tracked for Batch jobs.
463+
particular execution stage of a job.
464+
Currently only tracked for Batch jobs.
466465
retry (google.api_core.retry.Retry): Designation of what errors, if any,
467466
should be retried.
468467
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/metrics_v1_beta3/client.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,7 @@ def sample_get_job_execution_details():
568568
569569
Args:
570570
request (Union[google.cloud.dataflow_v1beta3.types.GetJobExecutionDetailsRequest, dict]):
571-
The request object. Request to get job execution
572-
details.
571+
The request object. Request to get job execution details.
573572
retry (google.api_core.retry.Retry): Designation of what errors, if any,
574573
should be retried.
575574
timeout (float): The timeout for this request.
@@ -674,8 +673,8 @@ def sample_get_stage_execution_details():
674673
Args:
675674
request (Union[google.cloud.dataflow_v1beta3.types.GetStageExecutionDetailsRequest, dict]):
676675
The request object. Request to get information about a
677-
particular execution stage of a job. Currently only
678-
tracked for Batch jobs.
676+
particular execution stage of a job.
677+
Currently only tracked for Batch jobs.
679678
retry (google.api_core.retry.Retry): Designation of what errors, if any,
680679
should be retried.
681680
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/metrics_v1_beta3/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ def __call__(
445445
The request object. Request to get information about a
446446
particular execution stage of a job.
447447
Currently only tracked for Batch jobs.
448-
449448
retry (google.api_core.retry.Retry): Designation of what errors, if any,
450449
should be retried.
451450
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/snapshots_v1_beta3/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ def __call__(
353353
request (~.snapshots.GetSnapshotRequest):
354354
The request object. Request to get information about a
355355
snapshot
356-
357356
retry (google.api_core.retry.Retry): Designation of what errors, if any,
358357
should be retried.
359358
timeout (float): The timeout for this request.

‎google/cloud/dataflow_v1beta3/services/templates_service/transports/rest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ def __call__(
274274
request (~.templates.CreateJobFromTemplateRequest):
275275
The request object. A request to create a Cloud Dataflow
276276
job from a template.
277-
278277
retry (google.api_core.retry.Retry): Designation of what errors, if any,
279278
should be retried.
280279
timeout (float): The timeout for this request.
@@ -369,7 +368,6 @@ def __call__(
369368
request (~.templates.GetTemplateRequest):
370369
The request object. A request to retrieve a Cloud
371370
Dataflow job template.
372-
373371
retry (google.api_core.retry.Retry): Designation of what errors, if any,
374372
should be retried.
375373
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)