Skip to content

Commit

Permalink
chore: Bump gapic-generator-python version to 1.3.0 (#172)
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 297aa19 commit f0c2cb5
Show file tree
Hide file tree
Showing 67 changed files with 1,441 additions and 601 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ async def search_domains(
.. 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 domains_v1
async def sample_search_domains():
Expand Down Expand Up @@ -329,6 +336,13 @@ async def retrieve_register_parameters(
.. 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 domains_v1
async def sample_retrieve_register_parameters():
Expand Down Expand Up @@ -448,6 +462,13 @@ async def register_domain(
.. 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 domains_v1
async def sample_register_domain():
Expand Down Expand Up @@ -614,6 +635,13 @@ async def retrieve_transfer_parameters(
.. 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 domains_v1
async def sample_retrieve_transfer_parameters():
Expand Down Expand Up @@ -744,6 +772,13 @@ async def transfer_domain(
.. 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 domains_v1
async def sample_transfer_domain():
Expand Down Expand Up @@ -923,6 +958,13 @@ async def list_registrations(
.. 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 domains_v1
async def sample_list_registrations():
Expand Down Expand Up @@ -1031,6 +1073,13 @@ async def get_registration(
.. 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 domains_v1
async def sample_get_registration():
Expand Down Expand Up @@ -1155,6 +1204,13 @@ async def update_registration(
.. 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 domains_v1
async def sample_update_registration():
Expand Down Expand Up @@ -1296,6 +1352,13 @@ async def configure_management_settings(
.. 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 domains_v1
async def sample_configure_management_settings():
Expand Down Expand Up @@ -1448,6 +1511,13 @@ async def configure_dns_settings(
.. 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 domains_v1
async def sample_configure_dns_settings():
Expand Down Expand Up @@ -1608,6 +1678,13 @@ async def configure_contact_settings(
.. 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 domains_v1
async def sample_configure_contact_settings():
Expand Down Expand Up @@ -1767,6 +1844,13 @@ async def export_registration(
.. 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 domains_v1
async def sample_export_registration():
Expand Down Expand Up @@ -1917,6 +2001,13 @@ async def delete_registration(
.. 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 domains_v1
async def sample_delete_registration():
Expand Down Expand Up @@ -2038,6 +2129,13 @@ async def retrieve_authorization_code(
.. 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 domains_v1
async def sample_retrieve_authorization_code():
Expand Down Expand Up @@ -2138,6 +2236,13 @@ async def reset_authorization_code(
.. 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 domains_v1
async def sample_reset_authorization_code():
Expand Down
Loading

0 comments on commit f0c2cb5

Please sign in to comment.