Skip to content

Commit

Permalink
chore: Use gapic-generator-python 0.65.0 (#26)
Browse files Browse the repository at this point in the history
* chore: Use gapic-generator-python 0.65.0

PiperOrigin-RevId: 440970084

Source-Link: googleapis/googleapis@5e0a3d5

Source-Link: googleapis/googleapis-gen@b0c628a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjBjNjI4YTNmYWRlNzY4ZjIyNWQ3Njk5Mjc5MWVhMWJhMmE4ODFiZSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 12, 2022
1 parent 95c69ea commit 8f0efec
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from collections import OrderedDict
import functools
import re
from typing import Dict, Optional, Sequence, Tuple, Type, Union
from typing import Dict, Mapping, Optional, Sequence, Tuple, Type, Union
import pkg_resources

from google.api_core.client_options import ClientOptions
Expand Down Expand Up @@ -349,7 +349,7 @@ def sample_list_certificates():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -460,7 +460,7 @@ def sample_get_certificate():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -499,7 +499,6 @@ async def create_certificate(
r"""Creates a new Certificate in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -594,7 +593,7 @@ def sample_create_certificate():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -723,7 +722,7 @@ def sample_update_certificate():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -854,7 +853,7 @@ def sample_delete_certificate():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -899,7 +898,6 @@ async def list_certificate_maps(
r"""Lists CertificateMaps in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -972,7 +970,7 @@ def sample_list_certificate_maps():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1086,7 +1084,7 @@ def sample_get_certificate_map():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1125,7 +1123,6 @@ async def create_certificate_map(
r"""Creates a new CertificateMap in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1220,7 +1217,7 @@ def sample_create_certificate_map():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1349,7 +1346,7 @@ def sample_update_certificate_map():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1398,7 +1395,6 @@ async def delete_certificate_map(
Remove all the entries from the map before calling this
method.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1485,7 +1481,7 @@ def sample_delete_certificate_map():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1532,7 +1528,6 @@ async def list_certificate_map_entries(
r"""Lists CertificateMapEntries in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1606,7 +1601,7 @@ def sample_list_certificate_map_entries():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1718,7 +1713,7 @@ def sample_get_certificate_map_entry():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1759,7 +1754,6 @@ async def create_certificate_map_entry(
r"""Creates a new CertificateMapEntry in a given project
and location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1861,7 +1855,7 @@ def sample_create_certificate_map_entry():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1997,7 +1991,7 @@ def sample_update_certificate_map_entry():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -2131,7 +2125,7 @@ def sample_delete_certificate_map_entry():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -2176,7 +2170,6 @@ async def list_dns_authorizations(
r"""Lists DnsAuthorizations in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -2249,7 +2242,7 @@ def sample_list_dns_authorizations():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -2364,7 +2357,7 @@ def sample_get_dns_authorization():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -2403,7 +2396,6 @@ async def create_dns_authorization(
r"""Creates a new DnsAuthorization in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -2501,7 +2493,7 @@ def sample_create_dns_authorization():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -2633,7 +2625,7 @@ def sample_update_dns_authorization():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down Expand Up @@ -2765,7 +2757,7 @@ def sample_delete_dns_authorization():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
core_exceptions.GoogleAPICallError,
),
deadline=60.0,
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from collections import OrderedDict
import os
import re
from typing import Dict, Optional, Sequence, Tuple, Type, Union
from typing import Dict, Mapping, Optional, Sequence, Tuple, Type, Union
import pkg_resources

from google.api_core import client_options as client_options_lib
Expand Down Expand Up @@ -788,7 +788,6 @@ def create_certificate(
r"""Creates a new Certificate in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1161,7 +1160,6 @@ def list_certificate_maps(
r"""Lists CertificateMaps in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1369,7 +1367,6 @@ def create_certificate_map(
r"""Creates a new CertificateMap in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1624,7 +1621,6 @@ def delete_certificate_map(
Remove all the entries from the map before calling this
method.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1749,7 +1745,6 @@ def list_certificate_map_entries(
r"""Lists CertificateMapEntries in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -1964,7 +1959,6 @@ def create_certificate_map_entry(
r"""Creates a new CertificateMapEntry in a given project
and location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -2366,7 +2360,6 @@ def list_dns_authorizations(
r"""Lists DnsAuthorizations in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down Expand Up @@ -2575,7 +2568,6 @@ def create_dns_authorization(
r"""Creates a new DnsAuthorization in a given project and
location.
.. code-block:: python
from google.cloud import certificate_manager_v1
Expand Down
Loading

0 comments on commit 8f0efec

Please sign in to comment.