@@ -156,6 +156,13 @@ async def get_occurrence(
156156
157157 .. code-block:: python
158158
159+ # This snippet has been automatically generated and should be regarded as a
160+ # code template only.
161+ # It will require modifications to work:
162+ # - It may require correct/in-range values for request initialization.
163+ # - It may require specifying regional endpoints when creating the service
164+ # client as shown in:
165+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
159166 from grafeas import grafeas_v1
160167
161168 async def sample_get_occurrence():
@@ -261,6 +268,13 @@ async def list_occurrences(
261268
262269 .. code-block:: python
263270
271+ # This snippet has been automatically generated and should be regarded as a
272+ # code template only.
273+ # It will require modifications to work:
274+ # - It may require correct/in-range values for request initialization.
275+ # - It may require specifying regional endpoints when creating the service
276+ # client as shown in:
277+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
264278 from grafeas import grafeas_v1
265279
266280 async def sample_list_occurrences():
@@ -386,6 +400,13 @@ async def delete_occurrence(
386400
387401 .. code-block:: python
388402
403+ # This snippet has been automatically generated and should be regarded as a
404+ # code template only.
405+ # It will require modifications to work:
406+ # - It may require correct/in-range values for request initialization.
407+ # - It may require specifying regional endpoints when creating the service
408+ # client as shown in:
409+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
389410 from grafeas import grafeas_v1
390411
391412 async def sample_delete_occurrence():
@@ -479,6 +500,13 @@ async def create_occurrence(
479500
480501 .. code-block:: python
481502
503+ # This snippet has been automatically generated and should be regarded as a
504+ # code template only.
505+ # It will require modifications to work:
506+ # - It may require correct/in-range values for request initialization.
507+ # - It may require specifying regional endpoints when creating the service
508+ # client as shown in:
509+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
482510 from grafeas import grafeas_v1
483511
484512 async def sample_create_occurrence():
@@ -582,6 +610,13 @@ async def batch_create_occurrences(
582610
583611 .. code-block:: python
584612
613+ # This snippet has been automatically generated and should be regarded as a
614+ # code template only.
615+ # It will require modifications to work:
616+ # - It may require correct/in-range values for request initialization.
617+ # - It may require specifying regional endpoints when creating the service
618+ # client as shown in:
619+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
585620 from grafeas import grafeas_v1
586621
587622 async def sample_batch_create_occurrences():
@@ -689,6 +724,13 @@ async def update_occurrence(
689724
690725 .. code-block:: python
691726
727+ # This snippet has been automatically generated and should be regarded as a
728+ # code template only.
729+ # It will require modifications to work:
730+ # - It may require correct/in-range values for request initialization.
731+ # - It may require specifying regional endpoints when creating the service
732+ # client as shown in:
733+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
692734 from grafeas import grafeas_v1
693735
694736 async def sample_update_occurrence():
@@ -799,6 +841,13 @@ async def get_occurrence_note(
799841
800842 .. code-block:: python
801843
844+ # This snippet has been automatically generated and should be regarded as a
845+ # code template only.
846+ # It will require modifications to work:
847+ # - It may require correct/in-range values for request initialization.
848+ # - It may require specifying regional endpoints when creating the service
849+ # client as shown in:
850+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
802851 from grafeas import grafeas_v1
803852
804853 async def sample_get_occurrence_note():
@@ -904,6 +953,13 @@ async def get_note(
904953
905954 .. code-block:: python
906955
956+ # This snippet has been automatically generated and should be regarded as a
957+ # code template only.
958+ # It will require modifications to work:
959+ # - It may require correct/in-range values for request initialization.
960+ # - It may require specifying regional endpoints when creating the service
961+ # client as shown in:
962+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
907963 from grafeas import grafeas_v1
908964
909965 async def sample_get_note():
@@ -1009,6 +1065,13 @@ async def list_notes(
10091065
10101066 .. code-block:: python
10111067
1068+ # This snippet has been automatically generated and should be regarded as a
1069+ # code template only.
1070+ # It will require modifications to work:
1071+ # - It may require correct/in-range values for request initialization.
1072+ # - It may require specifying regional endpoints when creating the service
1073+ # client as shown in:
1074+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
10121075 from grafeas import grafeas_v1
10131076
10141077 async def sample_list_notes():
@@ -1132,6 +1195,13 @@ async def delete_note(
11321195
11331196 .. code-block:: python
11341197
1198+ # This snippet has been automatically generated and should be regarded as a
1199+ # code template only.
1200+ # It will require modifications to work:
1201+ # - It may require correct/in-range values for request initialization.
1202+ # - It may require specifying regional endpoints when creating the service
1203+ # client as shown in:
1204+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
11351205 from grafeas import grafeas_v1
11361206
11371207 async def sample_delete_note():
@@ -1226,6 +1296,13 @@ async def create_note(
12261296
12271297 .. code-block:: python
12281298
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
12291306 from grafeas import grafeas_v1
12301307
12311308 async def sample_create_note():
@@ -1337,6 +1414,13 @@ async def batch_create_notes(
13371414
13381415 .. code-block:: python
13391416
1417+ # This snippet has been automatically generated and should be regarded as a
1418+ # code template only.
1419+ # It will require modifications to work:
1420+ # - It may require correct/in-range values for request initialization.
1421+ # - It may require specifying regional endpoints when creating the service
1422+ # client as shown in:
1423+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
13401424 from grafeas import grafeas_v1
13411425
13421426 async def sample_batch_create_notes():
@@ -1442,6 +1526,13 @@ async def update_note(
14421526
14431527 .. code-block:: python
14441528
1529+ # This snippet has been automatically generated and should be regarded as a
1530+ # code template only.
1531+ # It will require modifications to work:
1532+ # - It may require correct/in-range values for request initialization.
1533+ # - It may require specifying regional endpoints when creating the service
1534+ # client as shown in:
1535+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
14451536 from grafeas import grafeas_v1
14461537
14471538 async def sample_update_note():
@@ -1554,6 +1645,13 @@ async def list_note_occurrences(
15541645
15551646 .. code-block:: python
15561647
1648+ # This snippet has been automatically generated and should be regarded as a
1649+ # code template only.
1650+ # It will require modifications to work:
1651+ # - It may require correct/in-range values for request initialization.
1652+ # - It may require specifying regional endpoints when creating the service
1653+ # client as shown in:
1654+ # https://googleapis.dev/python/google-api-core/latest/client_options.html
15571655 from grafeas import grafeas_v1
15581656
15591657 async def sample_list_note_occurrences():
0 commit comments