Skip to content

Commit cd79b10

Browse files
chore: Bump gapic-generator-python version to 1.3.0 (#340)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 472561635 Source-Link: googleapis/googleapis@332ecf5 Source-Link: googleapis/googleapis-gen@4313d68 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9
1 parent 2f85e99 commit cd79b10

File tree

66 files changed

+1441
-601
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1441
-601
lines changed

packages/google-cloud-kms/google/cloud/kms_v1/services/ekm_service/async_client.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@ async def list_ekm_connections(
221221
222222
.. code-block:: python
223223
224+
# This snippet has been automatically generated and should be regarded as a
225+
# code template only.
226+
# It will require modifications to work:
227+
# - It may require correct/in-range values for request initialization.
228+
# - It may require specifying regional endpoints when creating the service
229+
# client as shown in:
230+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
224231
from google.cloud import kms_v1
225232
226233
async def sample_list_ekm_connections():
@@ -342,6 +349,13 @@ async def get_ekm_connection(
342349
343350
.. code-block:: python
344351
352+
# This snippet has been automatically generated and should be regarded as a
353+
# code template only.
354+
# It will require modifications to work:
355+
# - It may require correct/in-range values for request initialization.
356+
# - It may require specifying regional endpoints when creating the service
357+
# client as shown in:
358+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
345359
from google.cloud import kms_v1
346360
347361
async def sample_get_ekm_connection():
@@ -462,6 +476,13 @@ async def create_ekm_connection(
462476
463477
.. code-block:: python
464478
479+
# This snippet has been automatically generated and should be regarded as a
480+
# code template only.
481+
# It will require modifications to work:
482+
# - It may require correct/in-range values for request initialization.
483+
# - It may require specifying regional endpoints when creating the service
484+
# client as shown in:
485+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
465486
from google.cloud import kms_v1
466487
467488
async def sample_create_ekm_connection():
@@ -601,6 +622,13 @@ async def update_ekm_connection(
601622
602623
.. code-block:: python
603624
625+
# This snippet has been automatically generated and should be regarded as a
626+
# code template only.
627+
# It will require modifications to work:
628+
# - It may require correct/in-range values for request initialization.
629+
# - It may require specifying regional endpoints when creating the service
630+
# client as shown in:
631+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
604632
from google.cloud import kms_v1
605633
606634
async def sample_update_ekm_connection():

packages/google-cloud-kms/google/cloud/kms_v1/services/ekm_service/client.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,13 @@ def list_ekm_connections(
472472
473473
.. code-block:: python
474474
475+
# This snippet has been automatically generated and should be regarded as a
476+
# code template only.
477+
# It will require modifications to work:
478+
# - It may require correct/in-range values for request initialization.
479+
# - It may require specifying regional endpoints when creating the service
480+
# client as shown in:
481+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
475482
from google.cloud import kms_v1
476483
477484
def sample_list_ekm_connections():
@@ -583,6 +590,13 @@ def get_ekm_connection(
583590
584591
.. code-block:: python
585592
593+
# This snippet has been automatically generated and should be regarded as a
594+
# code template only.
595+
# It will require modifications to work:
596+
# - It may require correct/in-range values for request initialization.
597+
# - It may require specifying regional endpoints when creating the service
598+
# client as shown in:
599+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
586600
from google.cloud import kms_v1
587601
588602
def sample_get_ekm_connection():
@@ -693,6 +707,13 @@ def create_ekm_connection(
693707
694708
.. code-block:: python
695709
710+
# This snippet has been automatically generated and should be regarded as a
711+
# code template only.
712+
# It will require modifications to work:
713+
# - It may require correct/in-range values for request initialization.
714+
# - It may require specifying regional endpoints when creating the service
715+
# client as shown in:
716+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
696717
from google.cloud import kms_v1
697718
698719
def sample_create_ekm_connection():
@@ -822,6 +843,13 @@ def update_ekm_connection(
822843
823844
.. code-block:: python
824845
846+
# This snippet has been automatically generated and should be regarded as a
847+
# code template only.
848+
# It will require modifications to work:
849+
# - It may require correct/in-range values for request initialization.
850+
# - It may require specifying regional endpoints when creating the service
851+
# client as shown in:
852+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
825853
from google.cloud import kms_v1
826854
827855
def sample_update_ekm_connection():

0 commit comments

Comments
 (0)