@@ -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
0 commit comments