Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#69)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent 44129b1 commit eab98cc
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ async def list_connectivity_tests(
) -> pagers.ListConnectivityTestsAsyncPager:
r"""Lists all Connectivity Tests owned by a project.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -333,7 +333,7 @@ async def get_connectivity_test(
) -> connectivity_test.ConnectivityTest:
r"""Gets the details of a specific Connectivity Test.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -440,7 +440,7 @@ async def create_connectivity_test(
documentation.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -590,7 +590,7 @@ async def update_connectivity_test(
for more details.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -723,7 +723,7 @@ async def rerun_connectivity_test(
returns a value of ``UNKNOWN``.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -807,7 +807,7 @@ async def delete_connectivity_test(
) -> operation_async.AsyncOperation:
r"""Deletes a specific ``ConnectivityTest``.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,7 @@ def list_connectivity_tests(
) -> pagers.ListConnectivityTestsPager:
r"""Lists all Connectivity Tests owned by a project.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -528,8 +527,7 @@ def get_connectivity_test(
) -> connectivity_test.ConnectivityTest:
r"""Gets the details of a specific Connectivity Test.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -636,8 +634,7 @@ def create_connectivity_test(
documentation.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -787,8 +784,7 @@ def update_connectivity_test(
for more details.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -921,8 +917,7 @@ def rerun_connectivity_test(
returns a value of ``UNKNOWN``.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down Expand Up @@ -1007,8 +1002,7 @@ def delete_connectivity_test(
) -> operation.Operation:
r"""Deletes a specific ``ConnectivityTest``.
.. code-block::
.. code-block:: python
from google.cloud import network_management_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_CreateConnectivityTest_async]
# [START networkmanagement_v1_generated_ReachabilityService_CreateConnectivityTest_async]
from google.cloud import network_management_v1


Expand Down Expand Up @@ -51,4 +51,4 @@ async def sample_create_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_CreateConnectivityTest_async]
# [END networkmanagement_v1_generated_ReachabilityService_CreateConnectivityTest_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_CreateConnectivityTest_sync]
# [START networkmanagement_v1_generated_ReachabilityService_CreateConnectivityTest_sync]
from google.cloud import network_management_v1


Expand Down Expand Up @@ -51,4 +51,4 @@ def sample_create_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_CreateConnectivityTest_sync]
# [END networkmanagement_v1_generated_ReachabilityService_CreateConnectivityTest_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_DeleteConnectivityTest_async]
# [START networkmanagement_v1_generated_ReachabilityService_DeleteConnectivityTest_async]
from google.cloud import network_management_v1


Expand All @@ -46,4 +46,4 @@ async def sample_delete_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_DeleteConnectivityTest_async]
# [END networkmanagement_v1_generated_ReachabilityService_DeleteConnectivityTest_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_DeleteConnectivityTest_sync]
# [START networkmanagement_v1_generated_ReachabilityService_DeleteConnectivityTest_sync]
from google.cloud import network_management_v1


Expand All @@ -46,4 +46,4 @@ def sample_delete_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_DeleteConnectivityTest_sync]
# [END networkmanagement_v1_generated_ReachabilityService_DeleteConnectivityTest_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_GetConnectivityTest_async]
# [START networkmanagement_v1_generated_ReachabilityService_GetConnectivityTest_async]
from google.cloud import network_management_v1


Expand All @@ -42,4 +42,4 @@ async def sample_get_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_GetConnectivityTest_async]
# [END networkmanagement_v1_generated_ReachabilityService_GetConnectivityTest_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_GetConnectivityTest_sync]
# [START networkmanagement_v1_generated_ReachabilityService_GetConnectivityTest_sync]
from google.cloud import network_management_v1


Expand All @@ -42,4 +42,4 @@ def sample_get_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_GetConnectivityTest_sync]
# [END networkmanagement_v1_generated_ReachabilityService_GetConnectivityTest_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_ListConnectivityTests_async]
# [START networkmanagement_v1_generated_ReachabilityService_ListConnectivityTests_async]
from google.cloud import network_management_v1


Expand All @@ -43,4 +43,4 @@ async def sample_list_connectivity_tests():
async for response in page_result:
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_ListConnectivityTests_async]
# [END networkmanagement_v1_generated_ReachabilityService_ListConnectivityTests_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_ListConnectivityTests_sync]
# [START networkmanagement_v1_generated_ReachabilityService_ListConnectivityTests_sync]
from google.cloud import network_management_v1


Expand All @@ -43,4 +43,4 @@ def sample_list_connectivity_tests():
for response in page_result:
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_ListConnectivityTests_sync]
# [END networkmanagement_v1_generated_ReachabilityService_ListConnectivityTests_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_RerunConnectivityTest_async]
# [START networkmanagement_v1_generated_ReachabilityService_RerunConnectivityTest_async]
from google.cloud import network_management_v1


Expand All @@ -46,4 +46,4 @@ async def sample_rerun_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_RerunConnectivityTest_async]
# [END networkmanagement_v1_generated_ReachabilityService_RerunConnectivityTest_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_RerunConnectivityTest_sync]
# [START networkmanagement_v1_generated_ReachabilityService_RerunConnectivityTest_sync]
from google.cloud import network_management_v1


Expand All @@ -46,4 +46,4 @@ def sample_rerun_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_RerunConnectivityTest_sync]
# [END networkmanagement_v1_generated_ReachabilityService_RerunConnectivityTest_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_UpdateConnectivityTest_async]
# [START networkmanagement_v1_generated_ReachabilityService_UpdateConnectivityTest_async]
from google.cloud import network_management_v1


Expand All @@ -49,4 +49,4 @@ async def sample_update_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_UpdateConnectivityTest_async]
# [END networkmanagement_v1_generated_ReachabilityService_UpdateConnectivityTest_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-network-management


# [START networkmanagement_generated_network_management_v1_ReachabilityService_UpdateConnectivityTest_sync]
# [START networkmanagement_v1_generated_ReachabilityService_UpdateConnectivityTest_sync]
from google.cloud import network_management_v1


Expand All @@ -49,4 +49,4 @@ def sample_update_connectivity_test():
# Handle the response
print(response)

# [END networkmanagement_generated_network_management_v1_ReachabilityService_UpdateConnectivityTest_sync]
# [END networkmanagement_v1_generated_ReachabilityService_UpdateConnectivityTest_sync]
Loading

0 comments on commit eab98cc

Please sign in to comment.