Skip to content

Commit

Permalink
chore: Bump gapic-generator-python version to 1.3.0 (#83)
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] authored Sep 7, 2022
1 parent 3294336 commit a7a03a1
Show file tree
Hide file tree
Showing 44 changed files with 961 additions and 401 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@ async def list_certificates(
.. 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 certificate_manager_v1
async def sample_list_certificates():
Expand Down Expand Up @@ -388,6 +395,13 @@ async def get_certificate(
.. 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 certificate_manager_v1
async def sample_get_certificate():
Expand Down Expand Up @@ -493,6 +507,13 @@ async def create_certificate(
.. 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 certificate_manager_v1
async def sample_create_certificate():
Expand Down Expand Up @@ -632,6 +653,13 @@ async def update_certificate(
.. 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 certificate_manager_v1
async def sample_update_certificate():
Expand Down Expand Up @@ -762,6 +790,13 @@ async def delete_certificate(
.. 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 certificate_manager_v1
async def sample_delete_certificate():
Expand Down Expand Up @@ -889,6 +924,13 @@ async def list_certificate_maps(
.. 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 certificate_manager_v1
async def sample_list_certificate_maps():
Expand Down Expand Up @@ -1006,6 +1048,13 @@ async def get_certificate_map(
.. 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 certificate_manager_v1
async def sample_get_certificate_map():
Expand Down Expand Up @@ -1114,6 +1163,13 @@ async def create_certificate_map(
.. 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 certificate_manager_v1
async def sample_create_certificate_map():
Expand Down Expand Up @@ -1253,6 +1309,13 @@ async def update_certificate_map(
.. 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 certificate_manager_v1
async def sample_update_certificate_map():
Expand Down Expand Up @@ -1386,6 +1449,13 @@ async def delete_certificate_map(
.. 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 certificate_manager_v1
async def sample_delete_certificate_map():
Expand Down Expand Up @@ -1516,6 +1586,13 @@ async def list_certificate_map_entries(
.. 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 certificate_manager_v1
async def sample_list_certificate_map_entries():
Expand Down Expand Up @@ -1634,6 +1711,13 @@ async def get_certificate_map_entry(
.. 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 certificate_manager_v1
async def sample_get_certificate_map_entry():
Expand Down Expand Up @@ -1742,6 +1826,13 @@ async def create_certificate_map_entry(
.. 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 certificate_manager_v1
async def sample_create_certificate_map_entry():
Expand Down Expand Up @@ -1890,6 +1981,13 @@ async def update_certificate_map_entry(
.. 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 certificate_manager_v1
async def sample_update_certificate_map_entry():
Expand Down Expand Up @@ -2027,6 +2125,13 @@ async def delete_certificate_map_entry(
.. 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 certificate_manager_v1
async def sample_delete_certificate_map_entry():
Expand Down Expand Up @@ -2155,6 +2260,13 @@ async def list_dns_authorizations(
.. 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 certificate_manager_v1
async def sample_list_dns_authorizations():
Expand Down Expand Up @@ -2272,6 +2384,13 @@ async def get_dns_authorization(
.. 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 certificate_manager_v1
async def sample_get_dns_authorization():
Expand Down Expand Up @@ -2381,6 +2500,13 @@ async def create_dns_authorization(
.. 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 certificate_manager_v1
async def sample_create_dns_authorization():
Expand Down Expand Up @@ -2523,6 +2649,13 @@ async def update_dns_authorization(
.. 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 certificate_manager_v1
async def sample_update_dns_authorization():
Expand Down Expand Up @@ -2656,6 +2789,13 @@ async def delete_dns_authorization(
.. 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 certificate_manager_v1
async def sample_delete_dns_authorization():
Expand Down
Loading

0 comments on commit a7a03a1

Please sign in to comment.