Skip to content

Commit 509ffb6

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

File tree

44 files changed

+953
-393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+953
-393
lines changed

packages/google-cloud-video-stitcher/google/cloud/video/stitcher_v1/services/video_stitcher_service/async_client.py

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,13 @@ async def create_cdn_key(
261261
262262
.. code-block:: python
263263
264+
# This snippet has been automatically generated and should be regarded as a
265+
# code template only.
266+
# It will require modifications to work:
267+
# - It may require correct/in-range values for request initialization.
268+
# - It may require specifying regional endpoints when creating the service
269+
# client as shown in:
270+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
264271
from google.cloud.video import stitcher_v1
265272
266273
async def sample_create_cdn_key():
@@ -386,6 +393,13 @@ async def list_cdn_keys(
386393
387394
.. code-block:: python
388395
396+
# This snippet has been automatically generated and should be regarded as a
397+
# code template only.
398+
# It will require modifications to work:
399+
# - It may require correct/in-range values for request initialization.
400+
# - It may require specifying regional endpoints when creating the service
401+
# client as shown in:
402+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
389403
from google.cloud.video import stitcher_v1
390404
391405
async def sample_list_cdn_keys():
@@ -495,6 +509,13 @@ async def get_cdn_key(
495509
496510
.. code-block:: python
497511
512+
# This snippet has been automatically generated and should be regarded as a
513+
# code template only.
514+
# It will require modifications to work:
515+
# - It may require correct/in-range values for request initialization.
516+
# - It may require specifying regional endpoints when creating the service
517+
# client as shown in:
518+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
498519
from google.cloud.video import stitcher_v1
499520
500521
async def sample_get_cdn_key():
@@ -593,6 +614,13 @@ async def delete_cdn_key(
593614
594615
.. code-block:: python
595616
617+
# This snippet has been automatically generated and should be regarded as a
618+
# code template only.
619+
# It will require modifications to work:
620+
# - It may require correct/in-range values for request initialization.
621+
# - It may require specifying regional endpoints when creating the service
622+
# client as shown in:
623+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
596624
from google.cloud.video import stitcher_v1
597625
598626
async def sample_delete_cdn_key():
@@ -679,6 +707,13 @@ async def update_cdn_key(
679707
680708
.. code-block:: python
681709
710+
# This snippet has been automatically generated and should be regarded as a
711+
# code template only.
712+
# It will require modifications to work:
713+
# - It may require correct/in-range values for request initialization.
714+
# - It may require specifying regional endpoints when creating the service
715+
# client as shown in:
716+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
682717
from google.cloud.video import stitcher_v1
683718
684719
async def sample_update_cdn_key():
@@ -790,6 +825,13 @@ async def create_vod_session(
790825
791826
.. code-block:: python
792827
828+
# This snippet has been automatically generated and should be regarded as a
829+
# code template only.
830+
# It will require modifications to work:
831+
# - It may require correct/in-range values for request initialization.
832+
# - It may require specifying regional endpoints when creating the service
833+
# client as shown in:
834+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
793835
from google.cloud.video import stitcher_v1
794836
795837
async def sample_create_vod_session():
@@ -899,6 +941,13 @@ async def get_vod_session(
899941
900942
.. code-block:: python
901943
944+
# This snippet has been automatically generated and should be regarded as a
945+
# code template only.
946+
# It will require modifications to work:
947+
# - It may require correct/in-range values for request initialization.
948+
# - It may require specifying regional endpoints when creating the service
949+
# client as shown in:
950+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
902951
from google.cloud.video import stitcher_v1
903952
904953
async def sample_get_vod_session():
@@ -994,6 +1043,13 @@ async def list_vod_stitch_details(
9941043
9951044
.. code-block:: python
9961045
1046+
# This snippet has been automatically generated and should be regarded as a
1047+
# code template only.
1048+
# It will require modifications to work:
1049+
# - It may require correct/in-range values for request initialization.
1050+
# - It may require specifying regional endpoints when creating the service
1051+
# client as shown in:
1052+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
9971053
from google.cloud.video import stitcher_v1
9981054
9991055
async def sample_list_vod_stitch_details():
@@ -1104,6 +1160,13 @@ async def get_vod_stitch_detail(
11041160
11051161
.. code-block:: python
11061162
1163+
# This snippet has been automatically generated and should be regarded as a
1164+
# code template only.
1165+
# It will require modifications to work:
1166+
# - It may require correct/in-range values for request initialization.
1167+
# - It may require specifying regional endpoints when creating the service
1168+
# client as shown in:
1169+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
11071170
from google.cloud.video import stitcher_v1
11081171
11091172
async def sample_get_vod_stitch_detail():
@@ -1201,6 +1264,13 @@ async def list_vod_ad_tag_details(
12011264
12021265
.. code-block:: python
12031266
1267+
# This snippet has been automatically generated and should be regarded as a
1268+
# code template only.
1269+
# It will require modifications to work:
1270+
# - It may require correct/in-range values for request initialization.
1271+
# - It may require specifying regional endpoints when creating the service
1272+
# client as shown in:
1273+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
12041274
from google.cloud.video import stitcher_v1
12051275
12061276
async def sample_list_vod_ad_tag_details():
@@ -1311,6 +1381,13 @@ async def get_vod_ad_tag_detail(
13111381
13121382
.. code-block:: python
13131383
1384+
# This snippet has been automatically generated and should be regarded as a
1385+
# code template only.
1386+
# It will require modifications to work:
1387+
# - It may require correct/in-range values for request initialization.
1388+
# - It may require specifying regional endpoints when creating the service
1389+
# client as shown in:
1390+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
13141391
from google.cloud.video import stitcher_v1
13151392
13161393
async def sample_get_vod_ad_tag_detail():
@@ -1408,6 +1485,13 @@ async def list_live_ad_tag_details(
14081485
14091486
.. code-block:: python
14101487
1488+
# This snippet has been automatically generated and should be regarded as a
1489+
# code template only.
1490+
# It will require modifications to work:
1491+
# - It may require correct/in-range values for request initialization.
1492+
# - It may require specifying regional endpoints when creating the service
1493+
# client as shown in:
1494+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
14111495
from google.cloud.video import stitcher_v1
14121496
14131497
async def sample_list_live_ad_tag_details():
@@ -1517,6 +1601,13 @@ async def get_live_ad_tag_detail(
15171601
15181602
.. code-block:: python
15191603
1604+
# This snippet has been automatically generated and should be regarded as a
1605+
# code template only.
1606+
# It will require modifications to work:
1607+
# - It may require correct/in-range values for request initialization.
1608+
# - It may require specifying regional endpoints when creating the service
1609+
# client as shown in:
1610+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
15201611
from google.cloud.video import stitcher_v1
15211612
15221613
async def sample_get_live_ad_tag_detail():
@@ -1614,6 +1705,13 @@ async def create_slate(
16141705
16151706
.. code-block:: python
16161707
1708+
# This snippet has been automatically generated and should be regarded as a
1709+
# code template only.
1710+
# It will require modifications to work:
1711+
# - It may require correct/in-range values for request initialization.
1712+
# - It may require specifying regional endpoints when creating the service
1713+
# client as shown in:
1714+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
16171715
from google.cloud.video import stitcher_v1
16181716
16191717
async def sample_create_slate():
@@ -1730,6 +1828,13 @@ async def list_slates(
17301828
17311829
.. code-block:: python
17321830
1831+
# This snippet has been automatically generated and should be regarded as a
1832+
# code template only.
1833+
# It will require modifications to work:
1834+
# - It may require correct/in-range values for request initialization.
1835+
# - It may require specifying regional endpoints when creating the service
1836+
# client as shown in:
1837+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
17331838
from google.cloud.video import stitcher_v1
17341839
17351840
async def sample_list_slates():
@@ -1838,6 +1943,13 @@ async def get_slate(
18381943
18391944
.. code-block:: python
18401945
1946+
# This snippet has been automatically generated and should be regarded as a
1947+
# code template only.
1948+
# It will require modifications to work:
1949+
# - It may require correct/in-range values for request initialization.
1950+
# - It may require specifying regional endpoints when creating the service
1951+
# client as shown in:
1952+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
18411953
from google.cloud.video import stitcher_v1
18421954
18431955
async def sample_get_slate():
@@ -1933,6 +2045,13 @@ async def update_slate(
19332045
19342046
.. code-block:: python
19352047
2048+
# This snippet has been automatically generated and should be regarded as a
2049+
# code template only.
2050+
# It will require modifications to work:
2051+
# - It may require correct/in-range values for request initialization.
2052+
# - It may require specifying regional endpoints when creating the service
2053+
# client as shown in:
2054+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
19362055
from google.cloud.video import stitcher_v1
19372056
19382057
async def sample_update_slate():
@@ -2037,6 +2156,13 @@ async def delete_slate(
20372156
20382157
.. code-block:: python
20392158
2159+
# This snippet has been automatically generated and should be regarded as a
2160+
# code template only.
2161+
# It will require modifications to work:
2162+
# - It may require correct/in-range values for request initialization.
2163+
# - It may require specifying regional endpoints when creating the service
2164+
# client as shown in:
2165+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
20402166
from google.cloud.video import stitcher_v1
20412167
20422168
async def sample_delete_slate():
@@ -2122,6 +2248,13 @@ async def create_live_session(
21222248
21232249
.. code-block:: python
21242250
2251+
# This snippet has been automatically generated and should be regarded as a
2252+
# code template only.
2253+
# It will require modifications to work:
2254+
# - It may require correct/in-range values for request initialization.
2255+
# - It may require specifying regional endpoints when creating the service
2256+
# client as shown in:
2257+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
21252258
from google.cloud.video import stitcher_v1
21262259
21272260
async def sample_create_live_session():
@@ -2225,6 +2358,13 @@ async def get_live_session(
22252358
22262359
.. code-block:: python
22272360
2361+
# This snippet has been automatically generated and should be regarded as a
2362+
# code template only.
2363+
# It will require modifications to work:
2364+
# - It may require correct/in-range values for request initialization.
2365+
# - It may require specifying regional endpoints when creating the service
2366+
# client as shown in:
2367+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
22282368
from google.cloud.video import stitcher_v1
22292369
22302370
async def sample_get_live_session():

0 commit comments

Comments
 (0)