Skip to content

Commit cef5dbc

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

16 files changed

+289
-121
lines changed

packages/google-cloud-beyondcorp-appconnectors/google/cloud/beyondcorp_appconnectors_v1/services/app_connectors_service/async_client.py

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,13 @@ async def list_app_connectors(
243243
244244
.. code-block:: python
245245
246+
# This snippet has been automatically generated and should be regarded as a
247+
# code template only.
248+
# It will require modifications to work:
249+
# - It may require correct/in-range values for request initialization.
250+
# - It may require specifying regional endpoints when creating the service
251+
# client as shown in:
252+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
246253
from google.cloud import beyondcorp_appconnectors_v1
247254
248255
async def sample_list_app_connectors():
@@ -352,6 +359,13 @@ async def get_app_connector(
352359
353360
.. code-block:: python
354361
362+
# This snippet has been automatically generated and should be regarded as a
363+
# code template only.
364+
# It will require modifications to work:
365+
# - It may require correct/in-range values for request initialization.
366+
# - It may require specifying regional endpoints when creating the service
367+
# client as shown in:
368+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
355369
from google.cloud import beyondcorp_appconnectors_v1
356370
357371
async def sample_get_app_connector():
@@ -458,6 +472,13 @@ async def create_app_connector(
458472
459473
.. code-block:: python
460474
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
461482
from google.cloud import beyondcorp_appconnectors_v1
462483
463484
async def sample_create_app_connector():
@@ -600,6 +621,13 @@ async def update_app_connector(
600621
601622
.. code-block:: python
602623
624+
# This snippet has been automatically generated and should be regarded as a
625+
# code template only.
626+
# It will require modifications to work:
627+
# - It may require correct/in-range values for request initialization.
628+
# - It may require specifying regional endpoints when creating the service
629+
# client as shown in:
630+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
603631
from google.cloud import beyondcorp_appconnectors_v1
604632
605633
async def sample_update_app_connector():
@@ -733,6 +761,13 @@ async def delete_app_connector(
733761
734762
.. code-block:: python
735763
764+
# This snippet has been automatically generated and should be regarded as a
765+
# code template only.
766+
# It will require modifications to work:
767+
# - It may require correct/in-range values for request initialization.
768+
# - It may require specifying regional endpoints when creating the service
769+
# client as shown in:
770+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
736771
from google.cloud import beyondcorp_appconnectors_v1
737772
738773
async def sample_delete_app_connector():
@@ -851,6 +886,13 @@ async def report_status(
851886
852887
.. code-block:: python
853888
889+
# This snippet has been automatically generated and should be regarded as a
890+
# code template only.
891+
# It will require modifications to work:
892+
# - It may require correct/in-range values for request initialization.
893+
# - It may require specifying regional endpoints when creating the service
894+
# client as shown in:
895+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
854896
from google.cloud import beyondcorp_appconnectors_v1
855897
856898
async def sample_report_status():

packages/google-cloud-beyondcorp-appconnectors/google/cloud/beyondcorp_appconnectors_v1/services/app_connectors_service/client.py

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,13 @@ def list_app_connectors(
465465
466466
.. code-block:: python
467467
468+
# This snippet has been automatically generated and should be regarded as a
469+
# code template only.
470+
# It will require modifications to work:
471+
# - It may require correct/in-range values for request initialization.
472+
# - It may require specifying regional endpoints when creating the service
473+
# client as shown in:
474+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
468475
from google.cloud import beyondcorp_appconnectors_v1
469476
470477
def sample_list_app_connectors():
@@ -574,6 +581,13 @@ def get_app_connector(
574581
575582
.. code-block:: python
576583
584+
# This snippet has been automatically generated and should be regarded as a
585+
# code template only.
586+
# It will require modifications to work:
587+
# - It may require correct/in-range values for request initialization.
588+
# - It may require specifying regional endpoints when creating the service
589+
# client as shown in:
590+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
577591
from google.cloud import beyondcorp_appconnectors_v1
578592
579593
def sample_get_app_connector():
@@ -680,6 +694,13 @@ def create_app_connector(
680694
681695
.. code-block:: python
682696
697+
# This snippet has been automatically generated and should be regarded as a
698+
# code template only.
699+
# It will require modifications to work:
700+
# - It may require correct/in-range values for request initialization.
701+
# - It may require specifying regional endpoints when creating the service
702+
# client as shown in:
703+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
683704
from google.cloud import beyondcorp_appconnectors_v1
684705
685706
def sample_create_app_connector():
@@ -822,6 +843,13 @@ def update_app_connector(
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 beyondcorp_appconnectors_v1
826854
827855
def sample_update_app_connector():
@@ -955,6 +983,13 @@ def delete_app_connector(
955983
956984
.. code-block:: python
957985
986+
# This snippet has been automatically generated and should be regarded as a
987+
# code template only.
988+
# It will require modifications to work:
989+
# - It may require correct/in-range values for request initialization.
990+
# - It may require specifying regional endpoints when creating the service
991+
# client as shown in:
992+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
958993
from google.cloud import beyondcorp_appconnectors_v1
959994
960995
def sample_delete_app_connector():
@@ -1073,6 +1108,13 @@ def report_status(
10731108
10741109
.. code-block:: python
10751110
1111+
# This snippet has been automatically generated and should be regarded as a
1112+
# code template only.
1113+
# It will require modifications to work:
1114+
# - It may require correct/in-range values for request initialization.
1115+
# - It may require specifying regional endpoints when creating the service
1116+
# client as shown in:
1117+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
10761118
from google.cloud import beyondcorp_appconnectors_v1
10771119
10781120
def sample_report_status():
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[mypy]
2-
python_version = 3.6
2+
python_version = 3.7
33
namespace_packages = True

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_create_app_connector_async.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_CreateAppConnector_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_create_app_connector_sync.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_CreateAppConnector_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_delete_app_connector_async.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_DeleteAppConnector_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_delete_app_connector_sync.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_DeleteAppConnector_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_get_app_connector_async.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_GetAppConnector_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_get_app_connector_sync.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_GetAppConnector_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_list_app_connectors_async.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_ListAppConnectors_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_list_app_connectors_sync.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_ListAppConnectors_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_report_status_async.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_ReportStatus_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_report_status_sync.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_ReportStatus_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_update_app_connector_async.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_UpdateAppConnector_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

packages/google-cloud-beyondcorp-appconnectors/samples/generated_samples/beyondcorp_v1_generated_app_connectors_service_update_app_connector_sync.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START beyondcorp_v1_generated_AppConnectorsService_UpdateAppConnector_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import beyondcorp_appconnectors_v1
2835

2936

0 commit comments

Comments
 (0)