Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#109)
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 34f4f9c commit 7b12f8a
Show file tree
Hide file tree
Showing 66 changed files with 300 additions and 330 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ async def search_domains(
confirm availability.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -322,7 +322,7 @@ async def retrieve_register_parameters(
call ``RegisterDomain``.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -437,7 +437,7 @@ async def register_domain(
and retry registration.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -599,7 +599,7 @@ async def retrieve_transfer_parameters(
Use the returned values to call ``TransferDomain``.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -725,7 +725,7 @@ async def transfer_domain(
the resource and retry the transfer.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -899,7 +899,7 @@ async def list_registrations(
) -> pagers.ListRegistrationsAsyncPager:
r"""Lists the ``Registration`` resources in a project.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -999,7 +999,7 @@ async def get_registration(
) -> domains.Registration:
r"""Gets the details of a ``Registration`` resource.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1119,7 +1119,7 @@ async def update_registration(
``ConfigureContactSettings``
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1255,7 +1255,7 @@ async def configure_management_settings(
) -> operation_async.AsyncOperation:
r"""Updates a ``Registration``'s management settings.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1402,7 +1402,7 @@ async def configure_dns_settings(
) -> operation_async.AsyncOperation:
r"""Updates a ``Registration``'s DNS settings.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1558,7 +1558,7 @@ async def configure_contact_settings(
require confirmation by the domain's registrant contact .
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1713,7 +1713,7 @@ async def export_registration(
sets up billing in Google Domains.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1859,7 +1859,7 @@ async def delete_registration(
sets up billing in Google Domains.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1979,7 +1979,7 @@ async def retrieve_authorization_code(
the initial domain registration.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -2075,7 +2075,7 @@ async def reset_authorization_code(
the initial domain registration.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,7 @@ def search_domains(
confirm availability.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -526,8 +525,7 @@ def retrieve_register_parameters(
call ``RegisterDomain``.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -644,8 +642,7 @@ def register_domain(
and retry registration.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -807,8 +804,7 @@ def retrieve_transfer_parameters(
Use the returned values to call ``TransferDomain``.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -936,8 +932,7 @@ def transfer_domain(
the resource and retry the transfer.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1111,8 +1106,7 @@ def list_registrations(
) -> pagers.ListRegistrationsPager:
r"""Lists the ``Registration`` resources in a project.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1212,8 +1206,7 @@ def get_registration(
) -> domains.Registration:
r"""Gets the details of a ``Registration`` resource.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1333,8 +1326,7 @@ def update_registration(
``ConfigureContactSettings``
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1470,8 +1462,7 @@ def configure_management_settings(
) -> operation.Operation:
r"""Updates a ``Registration``'s management settings.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1620,8 +1611,7 @@ def configure_dns_settings(
) -> operation.Operation:
r"""Updates a ``Registration``'s DNS settings.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1777,8 +1767,7 @@ def configure_contact_settings(
require confirmation by the domain's registrant contact .
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -1935,8 +1924,7 @@ def export_registration(
sets up billing in Google Domains.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -2082,8 +2070,7 @@ def delete_registration(
sets up billing in Google Domains.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -2203,8 +2190,7 @@ def retrieve_authorization_code(
the initial domain registration.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down Expand Up @@ -2302,8 +2288,7 @@ def reset_authorization_code(
the initial domain registration.
.. code-block::
.. code-block:: python
from google.cloud import domains_v1
Expand Down
Loading

0 comments on commit 7b12f8a

Please sign in to comment.