Skip to content

Commit 4f496a6

Browse files
chore: use gapic-generator-python 0.63.4 (#73)
* chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 Source-Link: googleapis/googleapis@ea58002 Source-Link: googleapis/googleapis-gen@ca893ff Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: delete duplicates Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <[email protected]>
1 parent dfaa948 commit 4f496a6

File tree

49 files changed

+180
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+180
-198
lines changed

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/flex_templates_service/async_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ async def launch_flex_template(
213213
) -> templates.LaunchFlexTemplateResponse:
214214
r"""Launch a job with a FlexTemplate.
215215
216-
.. code-block::
216+
.. code-block:: python
217217
218218
from google.cloud import dataflow_v1beta3
219219

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/flex_templates_service/client.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,7 @@ def launch_flex_template(
397397
) -> templates.LaunchFlexTemplateResponse:
398398
r"""Launch a job with a FlexTemplate.
399399
400-
401-
.. code-block::
400+
.. code-block:: python
402401
403402
from google.cloud import dataflow_v1beta3
404403

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/jobs_v1_beta3/async_client.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ async def create_job(
220220
will always start in ``us-central1``.
221221
222222
223-
.. code-block::
223+
.. code-block:: python
224224
225225
from google.cloud import dataflow_v1beta3
226226
@@ -288,7 +288,7 @@ async def get_job(
288288
get the state of jobs that are running in ``us-central1``.
289289
290290
291-
.. code-block::
291+
.. code-block:: python
292292
293293
from google.cloud import dataflow_v1beta3
294294
@@ -357,7 +357,7 @@ async def update_job(
357357
``us-central1``.
358358
359359
360-
.. code-block::
360+
.. code-block:: python
361361
362362
from google.cloud import dataflow_v1beta3
363363
@@ -427,7 +427,7 @@ async def list_jobs(
427427
running in ``us-central1``.
428428
429429
430-
.. code-block::
430+
.. code-block:: python
431431
432432
from google.cloud import dataflow_v1beta3
433433
@@ -504,7 +504,7 @@ async def aggregated_list_jobs(
504504
) -> pagers.AggregatedListJobsAsyncPager:
505505
r"""List the jobs of a project across all regions.
506506
507-
.. code-block::
507+
.. code-block:: python
508508
509509
from google.cloud import dataflow_v1beta3
510510
@@ -583,7 +583,7 @@ async def check_active_jobs(
583583
project across all regions.
584584
585585
586-
.. code-block::
586+
.. code-block:: python
587587
588588
from google.cloud import dataflow_v1beta3
589589
@@ -642,7 +642,7 @@ async def snapshot_job(
642642
) -> snapshots.Snapshot:
643643
r"""Snapshot the state of a streaming job.
644644
645-
.. code-block::
645+
.. code-block:: python
646646
647647
from google.cloud import dataflow_v1beta3
648648

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/jobs_v1_beta3/client.py

+7-14
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,7 @@ def create_job(
405405
will always start in ``us-central1``.
406406
407407
408-
409-
.. code-block::
408+
.. code-block:: python
410409
411410
from google.cloud import dataflow_v1beta3
412411
@@ -475,8 +474,7 @@ def get_job(
475474
get the state of jobs that are running in ``us-central1``.
476475
477476
478-
479-
.. code-block::
477+
.. code-block:: python
480478
481479
from google.cloud import dataflow_v1beta3
482480
@@ -546,8 +544,7 @@ def update_job(
546544
``us-central1``.
547545
548546
549-
550-
.. code-block::
547+
.. code-block:: python
551548
552549
from google.cloud import dataflow_v1beta3
553550
@@ -618,8 +615,7 @@ def list_jobs(
618615
running in ``us-central1``.
619616
620617
621-
622-
.. code-block::
618+
.. code-block:: python
623619
624620
from google.cloud import dataflow_v1beta3
625621
@@ -697,8 +693,7 @@ def aggregated_list_jobs(
697693
) -> pagers.AggregatedListJobsPager:
698694
r"""List the jobs of a project across all regions.
699695
700-
701-
.. code-block::
696+
.. code-block:: python
702697
703698
from google.cloud import dataflow_v1beta3
704699
@@ -778,8 +773,7 @@ def check_active_jobs(
778773
project across all regions.
779774
780775
781-
782-
.. code-block::
776+
.. code-block:: python
783777
784778
from google.cloud import dataflow_v1beta3
785779
@@ -839,8 +833,7 @@ def snapshot_job(
839833
) -> snapshots.Snapshot:
840834
r"""Snapshot the state of a streaming job.
841835
842-
843-
.. code-block::
836+
.. code-block:: python
844837
845838
from google.cloud import dataflow_v1beta3
846839

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/messages_v1_beta3/async_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ async def list_job_messages(
221221
``us-central1``.
222222
223223
224-
.. code-block::
224+
.. code-block:: python
225225
226226
from google.cloud import dataflow_v1beta3
227227

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/messages_v1_beta3/client.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,7 @@ def list_job_messages(
404404
``us-central1``.
405405
406406
407-
408-
.. code-block::
407+
.. code-block:: python
409408
410409
from google.cloud import dataflow_v1beta3
411410

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/metrics_v1_beta3/async_client.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ async def get_job_metrics(
222222
``us-central1``.
223223
224224
225-
.. code-block::
225+
.. code-block:: python
226226
227227
from google.cloud import dataflow_v1beta3
228228
@@ -295,7 +295,7 @@ async def get_job_execution_details(
295295
without notice.
296296
297297
298-
.. code-block::
298+
.. code-block:: python
299299
300300
from google.cloud import dataflow_v1beta3
301301
@@ -371,7 +371,7 @@ async def get_stage_execution_details(
371371
without notice.
372372
373373
374-
.. code-block::
374+
.. code-block:: python
375375
376376
from google.cloud import dataflow_v1beta3
377377

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/metrics_v1_beta3/client.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,7 @@ def get_job_metrics(
405405
``us-central1``.
406406
407407
408-
409-
.. code-block::
408+
.. code-block:: python
410409
411410
from google.cloud import dataflow_v1beta3
412411
@@ -480,8 +479,7 @@ def get_job_execution_details(
480479
without notice.
481480
482481
483-
484-
.. code-block::
482+
.. code-block:: python
485483
486484
from google.cloud import dataflow_v1beta3
487485
@@ -560,8 +558,7 @@ def get_stage_execution_details(
560558
without notice.
561559
562560
563-
564-
.. code-block::
561+
.. code-block:: python
565562
566563
from google.cloud import dataflow_v1beta3
567564

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/snapshots_v1_beta3/async_client.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ async def get_snapshot(
213213
) -> snapshots.Snapshot:
214214
r"""Gets information about a snapshot.
215215
216-
.. code-block::
216+
.. code-block:: python
217217
218218
from google.cloud import dataflow_v1beta3
219219
@@ -272,7 +272,7 @@ async def delete_snapshot(
272272
) -> snapshots.DeleteSnapshotResponse:
273273
r"""Deletes a snapshot.
274274
275-
.. code-block::
275+
.. code-block:: python
276276
277277
from google.cloud import dataflow_v1beta3
278278
@@ -330,7 +330,7 @@ async def list_snapshots(
330330
) -> snapshots.ListSnapshotsResponse:
331331
r"""Lists snapshots.
332332
333-
.. code-block::
333+
.. code-block:: python
334334
335335
from google.cloud import dataflow_v1beta3
336336

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/snapshots_v1_beta3/client.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,7 @@ def get_snapshot(
396396
) -> snapshots.Snapshot:
397397
r"""Gets information about a snapshot.
398398
399-
400-
.. code-block::
399+
.. code-block:: python
401400
402401
from google.cloud import dataflow_v1beta3
403402
@@ -457,8 +456,7 @@ def delete_snapshot(
457456
) -> snapshots.DeleteSnapshotResponse:
458457
r"""Deletes a snapshot.
459458
460-
461-
.. code-block::
459+
.. code-block:: python
462460
463461
from google.cloud import dataflow_v1beta3
464462
@@ -517,8 +515,7 @@ def list_snapshots(
517515
) -> snapshots.ListSnapshotsResponse:
518516
r"""Lists snapshots.
519517
520-
521-
.. code-block::
518+
.. code-block:: python
522519
523520
from google.cloud import dataflow_v1beta3
524521

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/templates_service/async_client.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async def create_job_from_template(
215215
) -> jobs.Job:
216216
r"""Creates a Cloud Dataflow job from a template.
217217
218-
.. code-block::
218+
.. code-block:: python
219219
220220
from google.cloud import dataflow_v1beta3
221221
@@ -277,7 +277,7 @@ async def launch_template(
277277
) -> templates.LaunchTemplateResponse:
278278
r"""Launch a template.
279279
280-
.. code-block::
280+
.. code-block:: python
281281
282282
from google.cloud import dataflow_v1beta3
283283
@@ -338,7 +338,7 @@ async def get_template(
338338
) -> templates.GetTemplateResponse:
339339
r"""Get the template associated with a template.
340340
341-
.. code-block::
341+
.. code-block:: python
342342
343343
from google.cloud import dataflow_v1beta3
344344

packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/services/templates_service/client.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,7 @@ def create_job_from_template(
398398
) -> jobs.Job:
399399
r"""Creates a Cloud Dataflow job from a template.
400400
401-
402-
.. code-block::
401+
.. code-block:: python
403402
404403
from google.cloud import dataflow_v1beta3
405404
@@ -462,8 +461,7 @@ def launch_template(
462461
) -> templates.LaunchTemplateResponse:
463462
r"""Launch a template.
464463
465-
466-
.. code-block::
464+
.. code-block:: python
467465
468466
from google.cloud import dataflow_v1beta3
469467
@@ -525,8 +523,7 @@ def get_template(
525523
) -> templates.GetTemplateResponse:
526524
r"""Get the template associated with a template.
527525
528-
529-
.. code-block::
526+
.. code-block:: python
530527
531528
from google.cloud import dataflow_v1beta3
532529
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-dataflow-client
2424

2525

26-
# [START dataflow_generated_dataflow_v1beta3_FlexTemplatesService_LaunchFlexTemplate_async]
26+
# [START dataflow_v1beta3_generated_FlexTemplatesService_LaunchFlexTemplate_async]
2727
from google.cloud import dataflow_v1beta3
2828

2929

@@ -41,4 +41,4 @@ async def sample_launch_flex_template():
4141
# Handle the response
4242
print(response)
4343

44-
# [END dataflow_generated_dataflow_v1beta3_FlexTemplatesService_LaunchFlexTemplate_async]
44+
# [END dataflow_v1beta3_generated_FlexTemplatesService_LaunchFlexTemplate_async]
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-dataflow-client
2424

2525

26-
# [START dataflow_generated_dataflow_v1beta3_FlexTemplatesService_LaunchFlexTemplate_sync]
26+
# [START dataflow_v1beta3_generated_FlexTemplatesService_LaunchFlexTemplate_sync]
2727
from google.cloud import dataflow_v1beta3
2828

2929

@@ -41,4 +41,4 @@ def sample_launch_flex_template():
4141
# Handle the response
4242
print(response)
4343

44-
# [END dataflow_generated_dataflow_v1beta3_FlexTemplatesService_LaunchFlexTemplate_sync]
44+
# [END dataflow_v1beta3_generated_FlexTemplatesService_LaunchFlexTemplate_sync]
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-dataflow-client
2424

2525

26-
# [START dataflow_generated_dataflow_v1beta3_JobsV1Beta3_AggregatedListJobs_async]
26+
# [START dataflow_v1beta3_generated_JobsV1Beta3_AggregatedListJobs_async]
2727
from google.cloud import dataflow_v1beta3
2828

2929

@@ -42,4 +42,4 @@ async def sample_aggregated_list_jobs():
4242
async for response in page_result:
4343
print(response)
4444

45-
# [END dataflow_generated_dataflow_v1beta3_JobsV1Beta3_AggregatedListJobs_async]
45+
# [END dataflow_v1beta3_generated_JobsV1Beta3_AggregatedListJobs_async]

0 commit comments

Comments
 (0)