@@ -236,6 +236,13 @@ async def get_table(
236
236
237
237
.. code-block:: python
238
238
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
239
246
from google.area120 import tables_v1alpha1
240
247
241
248
async def sample_get_table():
@@ -328,6 +335,13 @@ async def list_tables(
328
335
329
336
.. code-block:: python
330
337
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
331
345
from google.area120 import tables_v1alpha1
332
346
333
347
async def sample_list_tables():
@@ -409,6 +423,13 @@ async def get_workspace(
409
423
410
424
.. code-block:: python
411
425
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
412
433
from google.area120 import tables_v1alpha1
413
434
414
435
async def sample_get_workspace():
@@ -502,6 +523,13 @@ async def list_workspaces(
502
523
503
524
.. code-block:: python
504
525
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
505
533
from google.area120 import tables_v1alpha1
506
534
507
535
async def sample_list_workspaces():
@@ -583,6 +611,13 @@ async def get_row(
583
611
584
612
.. code-block:: python
585
613
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
586
621
from google.area120 import tables_v1alpha1
587
622
588
623
async def sample_get_row():
@@ -678,6 +713,13 @@ async def list_rows(
678
713
679
714
.. code-block:: python
680
715
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
681
723
from google.area120 import tables_v1alpha1
682
724
683
725
async def sample_list_rows():
@@ -787,6 +829,13 @@ async def create_row(
787
829
788
830
.. code-block:: python
789
831
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
790
839
from google.area120 import tables_v1alpha1
791
840
792
841
async def sample_create_row():
@@ -887,6 +936,13 @@ async def batch_create_rows(
887
936
888
937
.. code-block:: python
889
938
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
890
946
from google.area120 import tables_v1alpha1
891
947
892
948
async def sample_batch_create_rows():
@@ -966,6 +1022,13 @@ async def update_row(
966
1022
967
1023
.. code-block:: python
968
1024
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
969
1032
from google.area120 import tables_v1alpha1
970
1033
971
1034
async def sample_update_row():
@@ -1062,6 +1125,13 @@ async def batch_update_rows(
1062
1125
1063
1126
.. code-block:: python
1064
1127
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
1065
1135
from google.area120 import tables_v1alpha1
1066
1136
1067
1137
async def sample_batch_update_rows():
@@ -1136,6 +1206,13 @@ async def delete_row(
1136
1206
1137
1207
.. code-block:: python
1138
1208
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
1139
1216
from google.area120 import tables_v1alpha1
1140
1217
1141
1218
async def sample_delete_row():
@@ -1219,6 +1296,13 @@ async def batch_delete_rows(
1219
1296
1220
1297
.. code-block:: python
1221
1298
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
1222
1306
from google.area120 import tables_v1alpha1
1223
1307
1224
1308
async def sample_batch_delete_rows():
@@ -1228,7 +1312,7 @@ async def sample_batch_delete_rows():
1228
1312
# Initialize request argument(s)
1229
1313
request = tables_v1alpha1.BatchDeleteRowsRequest(
1230
1314
parent="parent_value",
1231
- names=['names_value_1 ', 'names_value_2 '],
1315
+ names=['names_value1 ', 'names_value2 '],
1232
1316
)
1233
1317
1234
1318
# Make the request
0 commit comments