Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#239)
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 <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent c96016e commit 66f33a7
Show file tree
Hide file tree
Showing 65 changed files with 300 additions and 330 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ async def list_ekm_connections(
) -> pagers.ListEkmConnectionsAsyncPager:
r"""Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -338,7 +338,7 @@ async def get_ekm_connection(
[EkmConnection][google.cloud.kms.v1.EkmConnection].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -455,7 +455,7 @@ async def create_ekm_connection(
in a given Project and Location.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -591,7 +591,7 @@ async def update_ekm_connection(
metadata.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ def list_ekm_connections(
) -> pagers.ListEkmConnectionsPager:
r"""Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -546,8 +545,7 @@ def get_ekm_connection(
[EkmConnection][google.cloud.kms.v1.EkmConnection].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -654,8 +652,7 @@ def create_ekm_connection(
in a given Project and Location.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -781,8 +778,7 @@ def update_ekm_connection(
metadata.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ async def list_key_rings(
) -> pagers.ListKeyRingsAsyncPager:
r"""Lists [KeyRings][google.cloud.kms.v1.KeyRing].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -367,7 +367,7 @@ async def list_crypto_keys(
) -> pagers.ListCryptoKeysAsyncPager:
r"""Lists [CryptoKeys][google.cloud.kms.v1.CryptoKey].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -479,7 +479,7 @@ async def list_crypto_key_versions(
) -> pagers.ListCryptoKeyVersionsAsyncPager:
r"""Lists [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -592,7 +592,7 @@ async def list_import_jobs(
) -> pagers.ListImportJobsAsyncPager:
r"""Lists [ImportJobs][google.cloud.kms.v1.ImportJob].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -706,7 +706,7 @@ async def get_key_ring(
[KeyRing][google.cloud.kms.v1.KeyRing].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -811,7 +811,7 @@ async def get_crypto_key(
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -921,7 +921,7 @@ async def get_crypto_key_version(
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -1043,7 +1043,7 @@ async def get_public_key(
[ASYMMETRIC_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_DECRYPT].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -1150,7 +1150,7 @@ async def get_import_job(
[ImportJob][google.cloud.kms.v1.ImportJob].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -1300,7 +1300,7 @@ async def create_key_ring(
Project and Location.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -1429,7 +1429,7 @@ async def create_crypto_key(
are required.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -1565,7 +1565,7 @@ async def create_crypto_key_version(
[ENABLED][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionState.ENABLED].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -1689,7 +1689,7 @@ async def import_crypto_key_version(
[CryptoKey][google.cloud.kms.v1.CryptoKey].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -1781,7 +1781,7 @@ async def create_import_job(
is required.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -1952,7 +1952,7 @@ async def update_crypto_key(
) -> resources.CryptoKey:
r"""Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -2084,7 +2084,7 @@ async def update_crypto_key_version(
to move between other states.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -2215,7 +2215,7 @@ async def update_crypto_key_primary_version(
[ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -2356,7 +2356,7 @@ async def destroy_crypto_key_version(
may be called to reverse the process.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -2482,7 +2482,7 @@ async def restore_crypto_key_version(
will be cleared.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -2602,7 +2602,7 @@ async def encrypt(
[ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -2735,7 +2735,7 @@ async def decrypt(
[ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -2855,7 +2855,7 @@ async def asymmetric_sign(
[GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -2980,7 +2980,7 @@ async def asymmetric_decrypt(
ASYMMETRIC_DECRYPT.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -3099,7 +3099,7 @@ async def mac_sign(
same key.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -3219,7 +3219,7 @@ async def mac_verify(
verification was successful.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down Expand Up @@ -3344,7 +3344,7 @@ async def generate_random_bytes(
source in the provided location.
.. code-block::
.. code-block:: python
from google.cloud import kms_v1
Expand Down
Loading

0 comments on commit 66f33a7

Please sign in to comment.