Skip to content

Commit

Permalink
chore: Bump gapic-generator-python version to 1.3.0 (#209)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472561635

Source-Link: googleapis/googleapis@332ecf5

Source-Link: googleapis/googleapis-gen@4313d68
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9
  • Loading branch information
gcf-owl-bot[bot] committed Sep 7, 2022
1 parent af6bee9 commit d3a0e8a
Show file tree
Hide file tree
Showing 47 changed files with 961 additions and 401 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,13 @@ async def list_hubs(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_list_hubs():
Expand Down Expand Up @@ -344,6 +351,13 @@ async def get_hub(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_get_hub():
Expand Down Expand Up @@ -449,6 +463,13 @@ async def create_hub(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_create_hub():
Expand Down Expand Up @@ -583,6 +604,13 @@ async def update_hub(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_update_hub():
Expand Down Expand Up @@ -710,6 +738,13 @@ async def delete_hub(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_delete_hub():
Expand Down Expand Up @@ -828,6 +863,13 @@ async def list_spokes(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_list_spokes():
Expand Down Expand Up @@ -934,6 +976,13 @@ async def get_spoke(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_get_spoke():
Expand Down Expand Up @@ -1040,6 +1089,13 @@ async def create_spoke(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_create_spoke():
Expand Down Expand Up @@ -1175,6 +1231,13 @@ async def update_spoke(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_update_spoke():
Expand Down Expand Up @@ -1307,6 +1370,13 @@ async def delete_spoke(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
async def sample_delete_spoke():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,13 @@ def list_hubs(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_list_hubs():
Expand Down Expand Up @@ -663,6 +670,13 @@ def get_hub(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_get_hub():
Expand Down Expand Up @@ -768,6 +782,13 @@ def create_hub(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_create_hub():
Expand Down Expand Up @@ -902,6 +923,13 @@ def update_hub(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_update_hub():
Expand Down Expand Up @@ -1029,6 +1057,13 @@ def delete_hub(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_delete_hub():
Expand Down Expand Up @@ -1147,6 +1182,13 @@ def list_spokes(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_list_spokes():
Expand Down Expand Up @@ -1253,6 +1295,13 @@ def get_spoke(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_get_spoke():
Expand Down Expand Up @@ -1359,6 +1408,13 @@ def create_spoke(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_create_spoke():
Expand Down Expand Up @@ -1494,6 +1550,13 @@ def update_spoke(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_update_spoke():
Expand Down Expand Up @@ -1626,6 +1689,13 @@ def delete_spoke(
.. code-block:: python
# This snippet has been automatically generated and should be regarded as a
# code template only.
# It will require modifications to work:
# - It may require correct/in-range values for request initialization.
# - It may require specifying regional endpoints when creating the service
# client as shown in:
# https://googleapis.dev/python/google-api-core/latest/client_options.html
from google.cloud import networkconnectivity_v1
def sample_delete_spoke():
Expand Down
Loading

0 comments on commit d3a0e8a

Please sign in to comment.