8000 chore: Bump gapic-generator-python version to 1.3.0 (#191) · googleapis/google-cloud-python@bb0da53 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb0da53

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

File tree

28 files changed

+573
-237
lines changed

28 files changed

+573
-237
lines changed

packages/google-area120-tables/google/area120/tables_v1alpha1/services/tables_service/async_client.py

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ async def get_table(
236236
237237
.. code-block:: python
238238
239+
# This snippet has been automatically generated and should be regarded as a
240+
# code template only.
241+
# It will require modifications to work:
242+
# - It may require correct/in-range values for request initialization.
243+
# - It may require specifying regional endpoints when creating the service
244+
# client as shown in:
245+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
239246
from google.area120 import tables_v1alpha1
240247
241248
async def sample_get_table():
@@ -328,6 +335,13 @@ async def list_tables(
328335
329336
.. code-block:: python
330337
338+
# This snippet has been automatically generated and should be regarded as a
339+
# code template only.
340+
# It will require modifications to work:
341+
# - It may require correct/in-range values for request initialization.
342+
# - It may require specifying regional endpoints when creating the service
343+
# client as shown in:
344+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
331345
from google.area120 import tables_v1alpha1
332346
333347
async def sample_list_tables():
@@ -409,6 +423,13 @@ async def get_workspace(
409423
410424
.. code-block:: python
411425
426+
# This snippet has been automatically generated and should be regarded as a
427+
# code template only.
428+
# It will require modifications to work:
429+
# - It may require correct/in-range values for request initialization.
430+
# - It may require specifying regional endpoints when creating the service
431+
# client as shown in:
432+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
412433
from google.area120 import tables_v1alpha1
413434
414435
async def sample_get_workspace():
@@ -502,6 +523,13 @@ async def list_workspaces(
502523
503524
.. code-block:: python
504525
526+
# This snippet has been automatically generated and should be regarded as a
527+
# code template only.
528+
# It will require modifications to work:
529+
# - It may require correct/in-range values for request initialization.
530+
# - It may require specifying regional endpoints when creating the service
531+
# client as shown in:
532+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
505533
from google.area120 import tables_v1alpha1
506534
507535
async def sample_list_workspaces():
@@ -583,6 +611,13 @@ async def get_row(
583611
584612
.. code-block:: python
585613
614+
# This snippet has been automatically generated and should be regarded as a
615+
# code template only.
616+
# It will require modifications to work:
617+
# - It may require correct/in-range values for request initialization.
618+
# - It may require specifying regional endpoints when creating the service
619+
# client as shown in:
620+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
586621
from google.area120 import tables_v1alpha1
587622
588623
async def sample_get_row():
@@ -678,6 +713,13 @@ async def list_rows(
678713
679714
.. code-block:: python
680715
716+
# This snippet has been automatically generated and should be regarded as a
717+
# code template only.
718+
# It will require modifications to work:
719+
# - It may require correct/in-range values for request initialization.
720+
# - It may require specifying regional endpoints when creating the service
721+
# client as shown in:
722+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
681723
from google.area120 import tables_v1alpha1
682724
683725
async def sample_list_rows():
@@ -787,6 +829,13 @@ async def create_row(
787829
788830
.. code-block:: python
789831
832+
# This snippet has been automatically generated and should be regarded as a
833+
# code template only.
834+
# It will require modifications to work:
835+
# - It may require correct/in-range values for request initialization.
836+
# - It may require specifying regional endpoints when creating the service
837+
# client as shown in:
838+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
790839
from google.area120 import tables_v1alpha1
791840
792841
async def sample_create_row():
@@ -887,6 +936,13 @@ async def batch_create_rows(
887936
888937
.. code-block:: python
889938
939+
# This snippet has been automatically generated and should be regarded as a
940+
# code template only.
941+
# It will require modifications to work:
942+
# - It may require correct/in-range values for request initialization.
943+
# - It may require specifying regional endpoints when creating the service
944+
# client as shown in:
945+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
890946
from google.area120 import tables_v1alpha1
891947
892948
async def sample_batch_create_rows():
@@ -966,6 +1022,13 @@ async def update_row(
9661022
9671023
.. code-block:: python
9681024
1025+
# This snippet has been automatically generated and should be regarded as a
1026+
# code template only.
1027+
# It will require modifications to work:
1028+
# - It may require correct/in-range values for request initialization.
1029+
# - It may require specifying regional endpoints when creating the service
1030+
# client as shown in:
1031+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
9691032
from google.area120 import tables_v1alpha1
9701033
9711034
async def sample_update_row():
@@ -1062,6 +1125,13 @@ async def batch_update_rows(
10621125
10631126
.. code-block:: python
10641127
1128+
# This snippet has been automatically generated and should be regarded as a
1129+
# code template only.
1130+
# It will require modifications to work:
1131+
# - It may require correct/in-range values for request initialization.
1132+
# - It may require specifying regional endpoints when creating the service
1133+
# client as shown in:
1134+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
10651135
from google.area120 import tables_v1alpha1
10661136
10671137
async def sample_batch_update_rows():
@@ -1136,6 +1206,13 @@ async def delete_row(
11361206
11371207
.. code-block:: python
11381208
1209+
# This snippet has been automatically generated and should be regarded as a
1210+
# code template only.
1211+
# It will require modifications to work:
1212+
# - It may require correct/in-range values for request initialization.
1213+
# - It may require specifying regional endpoints when creating the service
1214+
# client as shown in:
1215+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
11391216
from google.area120 import tables_v1alpha1
11401217
11411218
async def sample_delete_row():
@@ -1219,6 +1296,13 @@ async def batch_delete_rows(
12191296
12201297
.. code-block:: python
12211298
1299+
# This snippet has been automatically generated and should be regarded as a
1300+
# code template only.
1301+
# It will require modifications to work:
1302+
# - It may require correct/in-range values for request initialization.
1303+
# - It may require specifying regional endpoints when creating the service
1304+
# client as shown in:
1305+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
12221306
from google.area120 import tables_v1alpha1
12231307
12241308
async def sample_batch_delete_rows():
@@ -1228,7 +1312,7 @@ async def sample_batch_delete_rows():
12281312
# Initialize request argument(s)
12291313
request = tables_v1alpha1.BatchDeleteRowsRequest(
12301314
parent="parent_value",
1231-
names=['names_value_1', 'names_value_2'],
1315+
names=['names_value1', 'names_value2'],
12321316
)
12331317
12341318
# Make the request

packages/google-area120-tables/google/area120/tables_v1alpha1/services/tables_service/client.py

Lines changed: 85 additions & 1 deletion
< F438 /tr>
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,13 @@ def get_table(
480480
481481
.. code-block:: python
482482
483+
# This snippet has been automatically generated and should be regarded as a
484+
# code template only.
485+
# It will require modifications to work:
486+
# - It may require correct/in-range values for request initialization.
487+
# - It may require specifying regional endpoints when creating the service
488+
# client as shown in:
489+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
483490
from google.area120 import tables_v1alpha1
484491
485492
def sample_get_table():
@@ -572,6 +579,13 @@ def list_tables(
572579
573580
.. code-block:: python
574581
582+
# This snippet has been automatically generated and should be regarded as a
583+
# code template only.
584+
# It will require modifications to work:
585+
# - It may require correct/in-range values for request initialization.
586+
# - It may require specifying regional endpoints when creating the service
587+
# client as shown in:
588+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
575589
from google.area120 import tables_v1alpha1
576590
577591
def sample_list_tables():
@@ -654,6 +668,13 @@ def get_workspace(
654668
655669
.. code-block:: python
656670
671+
# This snippet has been automatically generated and should be regarded as a
672+
# code template only.
673+
# It will require modifications to work:
674+
# - It may require correct/in-range values for request initialization.
675+
# - It may require specifying regional endpoints when creating the service
676+
# client as shown in:
677+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
657678
from google.area120 import tables_v1alpha1
658679
659680
def sample_get_workspace():
@@ -747,6 +768,13 @@ def list_workspaces(
747768
748769
.. code-block:: python
749770
771+
# This snippet has been automatically generated and should be regarded as a
772+
# code template only.
773+
# It will require modifications to work:
774+
# - It may require correct/in-range values for request initialization.
775+
# - It may require specifying regional endpoints when creating the service
776+
# client as shown in:
777+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
750778
from google.area120 import tables_v1alpha1
751779
752780
def sample_list_workspaces():
@@ -829,6 +857,13 @@ def get_row(
829857
830858
.. code-block:: python
831859
860+
# This snippet has been automatically generated and should be regarded as a
861+
# code template only.
862+
# It will require modifications to work:
863+
# - It may require correct/in-range values for request initialization.
864+
# - It may require specifying regional endpoints when creating the service
865+
# client as shown in:
866+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
832867
from google.area120 import tables_v1alpha1
833868
834869
def sample_get_row():
@@ -924,6 +959,13 @@ def list_rows(
924959
925960
.. code-block:: python
926961
962+
# This snippet has been automatically generated and should be regarded as a
963+
# code template only.
964+
# It will require modifications to work:
965+
# - It may require correct/in-range values for request initialization.
966+
# - It may require specifying regional endpoints when creating the service
967+
# client as shown in:
968+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
927969
from google.area120 import tables_v1alpha1
928970
929971
def sample_list_rows():
@@ -1033,6 +1075,13 @@ def create_row(
10331075
10341076
.. code-block:: python
10351077
1078+
# This snippet has been automatically generated and should be regarded as a
1079+
# code template only.
1080+
# It will require modifications to work:
1081+
# - It may require correct/in-range values for request initialization.
1082+
# - It may require specifying regional endpoints when creating the service
1083+
# client as shown in:
1084+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
10361085
from google.area120 import tables_v1alpha1
10371086
10381087
def sample_create_row():
@@ -1133,6 +1182,13 @@ def batch_create_rows(
11331182
11341183
.. code-block:: python
11351184
1185+
# This snippet has been automatically generated and should be regarded as a
1186+
# code template only.
1187+
# It will require modifications to work:
1188+
# - It may require correct/in-range values for request initialization.
1189+
# - It may require specifying regional endpoints when creating the service
1190+
# client as shown in:
1191+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
11361192
from google.area120 import tables_v1alpha1
11371193
11381194
def sample_batch_create_rows():
@@ -1213,6 +1269,13 @@ def update_row(
12131269
12141270
.. code-block:: python
12151271
1272+
# This snippet has been automatically generated and should be regarded as a
1273+
# code template only.
1274+
# It will require modifications to work:
1275+
# - It may require correct/in-range values for request initialization.
1276+
# - It may require specifying regional endpoints when creating the service
1277+
# client as shown in:
1278+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
12161279
from google.area120 import tables_v1alpha1
12171280
12181281
def sample_update_row():
@@ -1309,6 +1372,13 @@ def batch_update_rows(
13091372
13101373
.. code-block:: python
13111374
1375+
# This snippet has been automatically generated and should be regarded as a
1376+
# code template only.
1377+
# It will require modifications to work:
1378+
# - It may require correct/in-range values for request initialization.
1379+
# - It may require specifying regional endpoints when creating the service
1380+
# client as shown in:
1381+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
13121382
from google.area120 import tables_v1alpha1
13131383
13141384
def sample_batch_update_rows():
@@ -1384,6 +1454,13 @@ def delete_row(
13841454
13851455
.. code-block:: python
13861456
1457+
# This snippet has been automatically generated and should be regarded as a
1458+
# code template only.
1459+
# It will require modifications to work:
1460+
# - It may require correct/in-range values for request initialization.
1461+
# - It may require specifying regional endpoints when creating the service
1462+
# client as shown in:
1463+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
13871464
from google.area120 import tables_v1alpha1
13881465
13891466
def sample_delete_row():
@@ -1467,6 +1544,13 @@ def batch_delete_rows(
14671544
14681545
.. code-block:: python
14691546
1547+
# This snippet has been automatically generated and should be regarded as a
1548+
# code template only.
1549+
# It will require modifications to work:
1550+
# - It may require correct/in-range values for request initialization.
1551+
# - It may require specifying regional endpoints when creating the service
1552+
# client as shown in:
1553+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
14701554
from google.area120 import tables_v1alpha1
14711555
14721556
def sample_batch_delete_rows():
@@ -1476,7 +1560,7 @@ def sample_batch_delete_rows():
14761560
# Initialize request argument(s)
14771561
request = tables_v1alpha1.BatchDeleteRowsRequest(
14781562
parent="parent_value",
1479-
names=['names_value_1', 'names_value_2'],
1563+
names=['names_value1', 'names_value2'],
14801564
)
14811565
14821566
# Make the request
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-area120-tables/samples/generated_samples/area120tables_v1alpha1_generated_tables_service_batch_create_rows_async.py

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

2525

2626
# [START area120tables_v1alpha1_generated_TablesService_BatchCreateRows_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.area120 import tables_v1alpha1
2835

2936

packages/google-area120-tables/samples/generated_samples/area120tables_v1alpha1_generated_tables_service_batch_create_rows_sync.py

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

2525

2626
# [START area120tables_v1alpha1_generated_TablesService_BatchCreateRows_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.area120 import tables_v1alpha1
2835

2936

0 commit comments

Comments
 (0)
0