Skip to content

Commit 2a3c5bd

Browse files
chore: use gapic-generator-python 0.63.4 (#69)
* 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 * chore: delete duplicates Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent 9ffa59d commit 2a3c5bd

17 files changed

+70
-77
lines changed

packages/google-cloud-data-fusion/google/cloud/data_fusion_v1/services/data_fusion/async_client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ async def list_available_versions(
219219
the specified project and location.
220220
221221
222-
.. code-block::
222+
.. code-block:: python
223223
224224
from google.cloud import data_fusion_v1
225225
@@ -322,7 +322,7 @@ async def list_instances(
322322
and location.
323323
324324
325-
.. code-block::
325+
.. code-block:: python
326326
327327
from google.cloud import data_fusion_v1
328328
@@ -400,7 +400,7 @@ async def get_instance(
400400
) -> datafusion.Instance:
401401
r"""Gets details of a single Data Fusion instance.
402402
403-
.. code-block::
403+
.. code-block:: python
404404
405405
from google.cloud import data_fusion_v1
406406
@@ -471,7 +471,7 @@ async def create_instance(
471471
project and location.
472472
473473
474-
.. code-block::
474+
.. code-block:: python
475475
476476
from google.cloud import data_fusion_v1
477477
@@ -594,7 +594,7 @@ async def delete_instance(
594594
) -> operation_async.AsyncOperation:
595595
r"""Deletes a single Date Fusion instance.
596596
597-
.. code-block::
597+
.. code-block:: python
598598
599599
from google.cloud import data_fusion_v1
600600
@@ -711,7 +711,7 @@ async def update_instance(
711711
) -> operation_async.AsyncOperation:
712712
r"""Updates a single Data Fusion instance.
713713
714-
.. code-block::
714+
.. code-block:: python
715715
716716
from google.cloud import data_fusion_v1
717717
@@ -842,7 +842,7 @@ async def restart_instance(
842842
At the end of an operation instance is fully restarted.
843843
844844
845-
.. code-block::
845+
.. code-block:: python
846846
847847
from google.cloud import data_fusion_v1
848848

packages/google-cloud-data-fusion/google/cloud/data_fusion_v1/services/data_fusion/client.py

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,7 @@ def list_available_versions(
439439
the specified project and location.
440440
441441
442-
443-
.. code-block::
442+
.. code-block:: python
444443
445444
from google.cloud import data_fusion_v1
446445
@@ -543,8 +542,7 @@ def list_instances(
543542
and location.
544543
545544
546-
547-
.. code-block::
545+
.. code-block:: python
548546
549547
from google.cloud import data_fusion_v1
550548
@@ -623,8 +621,7 @@ def get_instance(
623621
) -> datafusion.Instance:
624622
r"""Gets details of a single Data Fusion instance.
625623
626-
627-
.. code-block::
624+
.. code-block:: python
628625
629626
from google.cloud import data_fusion_v1
630627
@@ -696,8 +693,7 @@ def create_instance(
696693
project and location.
697694
698695
699-
700-
.. code-block::
696+
.. code-block:: python
701697
702698
from google.cloud import data_fusion_v1
703699
@@ -820,8 +816,7 @@ def delete_instance(
820816
) -> operation.Operation:
821817
r"""Deletes a single Date Fusion instance.
822818
823-
824-
.. code-block::
819+
.. code-block:: python
825820
826821
from google.cloud import data_fusion_v1
827822
@@ -938,8 +933,7 @@ def update_instance(
938933
) -> operation.Operation:
939934
r"""Updates a single Data Fusion instance.
940935
941-
942-
.. code-block::
936+
.. code-block:: python
943937
944938
from google.cloud import data_fusion_v1
945939
@@ -1070,8 +1064,7 @@ def restart_instance(
10701064
At the end of an operation instance is fully restarted.
10711065
10721066
1073-
1074-
.. code-block::
1067+
.. code-block:: python
10751068
10761069
from google.cloud import data_fusion_v1
10771070
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-data-fusion
2424

2525

26-
# [START datafusion_generated_data_fusion_v1_DataFusion_CreateInstance_async]
26+
# [START datafusion_v1_generated_DataFusion_CreateInstance_async]
2727
from google.cloud import data_fusion_v1
2828

2929

@@ -47,4 +47,4 @@ async def sample_create_instance():
4747
# Handle the response
4848
print(response)
4949

50-
# [END datafusion_generated_data_fusion_v1_DataFusion_CreateInstance_async]
50+
# [END datafusion_v1_generated_DataFusion_CreateInstance_async]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-data-fusion
2424

2525

26-
# [START datafusion_generated_data_fusion_v1_DataFusion_CreateInstance_sync]
26+
# [START datafusion_v1_generated_DataFusion_CreateInstance_sync]
2727
from google.cloud import data_fusion_v1
2828

2929

@@ -47,4 +47,4 @@ def sample_create_instance():
4747
# Handle the response
4848
print(response)
4949

50-
# [END datafusion_generated_data_fusion_v1_DataFusion_CreateInstance_sync]
50+
# [END datafusion_v1_generated_DataFusion_CreateInstance_sync]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-data-fusion
2424

2525

26-
# [START datafusion_generated_data_fusion_v1_DataFusion_DeleteInstance_async]
26+
# [START datafusion_v1_generated_DataFusion_DeleteInstance_async]
2727
from google.cloud import data_fusion_v1
2828

2929

@@ -46,4 +46,4 @@ async def sample_delete_instance():
4646
# Handle the response
4747
print(response)
4848

49-
# [END datafusion_generated_data_fusion_v1_DataFusion_DeleteInstance_async]
49+
# [END datafusion_v1_generated_DataFusion_DeleteInstance_async]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-data-fusion
2424

2525

26-
# [START datafusion_generated_data_fusion_v1_DataFusion_DeleteInstance_sync]
26+
# [START datafusion_v1_generated_DataFusion_DeleteInstance_sync]
2727
from google.cloud import data_fusion_v1
2828

2929

@@ -46,4 +46,4 @@ def sample_delete_instance():
4646
# Handle the response
4747
print(response)
4848

49-
# [END datafusion_generated_data_fusion_v1_DataFusion_DeleteInstance_sync]
49+
# [END datafusion_v1_generated_DataFusion_DeleteInstance_sync]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-data-fusion
2424

2525

26-
# [START datafusion_generated_data_fusion_v1_DataFusion_GetInstance_async]
26+
# [START datafusion_v1_generated_DataFusion_GetInstance_async]
2727
from google.cloud import data_fusion_v1
2828

2929

@@ -42,4 +42,4 @@ async def sample_get_instance():
4242
# Handle the response
4343
print(response)
4444

45-
# [END datafusion_generated_data_fusion_v1_DataFusion_GetInstance_async]
45+
# [END datafusion_v1_generated_DataFusion_GetInstance_async]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-data-fusion
2424

2525

26-
# [START datafusion_generated_data_fusion_v1_DataFusion_GetInstance_sync]
26+
# [START datafusion_v1_generated_DataFusion_GetInstance_sync]
2727
from google.cloud import data_fusion_v1
2828

2929

@@ -42,4 +42,4 @@ def sample_get_instance():
4242
# Handle the response
4343
print(response)
4444

45-
# [END datafusion_generated_data_fusion_v1_DataFusion_GetInstance_sync]
45+
# [END datafusion_v1_generated_DataFusion_GetInstance_sync]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-data-fusion
2424

2525

26-
# [START datafusion_generated_data_fusion_v1_DataFusion_ListAvailableVersions_async]
26+
# [START datafusion_v1_generated_DataFusion_ListAvailableVersions_async]
2727
from google.cloud import data_fusion_v1
2828

2929

@@ -43,4 +43,4 @@ async def sample_list_available_versions():
4343
async for response in page_result:
4444
print(response)
4545

46-
# [END datafusion_generated_data_fusion_v1_DataFusion_ListAvailableVersions_async]
46+
# [END datafusion_v1_generated_DataFusion_ListAvailableVersions_async]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# python3 -m pip install google-cloud-data-fusion
2424

2525

26-
# [START datafusion_generated_data_fusion_v1_DataFusion_ListAvailableVersions_sync]
26+
# [START datafusion_v1_generated_DataFusion_ListAvailableVersions_sync]
2727
from google.cloud import data_fusion_v1
2828

2929

@@ -43,4 +43,4 @@ def sample_list_available_versions():
4343
for response in page_result:
4444
print(response)
4545

46-
# [END datafusion_generated_data_fusion_v1_DataFusion_ListAvailableVersions_sync]
46+
# [END datafusion_v1_generated_DataFusion_ListAvailableVersions_sync]

0 commit comments

Comments
 (0)