Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#2)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

chore: fix snippet region tag format
chore: fix docstring code block formatting
PiperOrigin-RevId: 430730865

Source-Link: googleapis/googleapis@ea58002

Source-Link: googleapis/googleapis-gen@ca893ff
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Feb 25, 2022
1 parent 6ba6635 commit 8b12a0d
Show file tree
Hide file tree
Showing 43 changed files with 200 additions and 220 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ async def create_cdn_key(
) -> cdn_keys.CdnKey:
r"""Creates a new CDN key.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -376,7 +376,7 @@ async def list_cdn_keys(
location.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -477,7 +477,7 @@ async def get_cdn_key(
) -> cdn_keys.CdnKey:
r"""Returns the specified CDN key.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -570,7 +570,7 @@ async def delete_cdn_key(
) -> None:
r"""Deletes the specified CDN key.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -654,7 +654,7 @@ async def update_cdn_key(
specified in the call method body.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -761,7 +761,7 @@ async def create_vod_session(
session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -866,7 +866,7 @@ async def get_vod_session(
relevant ad-ops logs for the specified VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -957,7 +957,7 @@ async def list_vod_stitch_details(
the specified VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1060,7 +1060,7 @@ async def get_vod_stitch_detail(
specified VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1153,7 +1153,7 @@ async def list_vod_ad_tag_details(
VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1256,7 +1256,7 @@ async def get_vod_ad_tag_detail(
VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1349,7 +1349,7 @@ async def list_live_ad_tag_details(
live session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1451,7 +1451,7 @@ async def get_live_ad_tag_detail(
live session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1543,7 +1543,7 @@ async def create_slate(
) -> slates.Slate:
r"""Creates a slate.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1655,7 +1655,7 @@ async def list_slates(
location.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1755,7 +1755,7 @@ async def get_slate(
) -> slates.Slate:
r"""Returns the specified slate.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1845,7 +1845,7 @@ async def update_slate(
) -> slates.Slate:
r"""Updates the specified slate.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1944,7 +1944,7 @@ async def delete_slate(
) -> None:
r"""Deletes the specified slate.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -2026,7 +2026,7 @@ async def create_live_session(
) -> sessions.LiveSession:
r"""Creates a new live session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -2133,7 +2133,7 @@ async def get_live_session(
) -> sessions.LiveSession:
r"""Returns the details for the specified live session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,7 @@ def create_cdn_key(
) -> cdn_keys.CdnKey:
r"""Creates a new CDN key.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -658,8 +657,7 @@ def list_cdn_keys(
location.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -760,8 +758,7 @@ def get_cdn_key(
) -> cdn_keys.CdnKey:
r"""Returns the specified CDN key.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -854,8 +851,7 @@ def delete_cdn_key(
) -> None:
r"""Deletes the specified CDN key.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -939,8 +935,7 @@ def update_cdn_key(
specified in the call method body.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1047,8 +1042,7 @@ def create_vod_session(
session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1153,8 +1147,7 @@ def get_vod_session(
relevant ad-ops logs for the specified VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1245,8 +1238,7 @@ def list_vod_stitch_details(
the specified VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1349,8 +1341,7 @@ def get_vod_stitch_detail(
specified VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1443,8 +1434,7 @@ def list_vod_ad_tag_details(
VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1547,8 +1537,7 @@ def get_vod_ad_tag_detail(
VOD session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1641,8 +1630,7 @@ def list_live_ad_tag_details(
live session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1744,8 +1732,7 @@ def get_live_ad_tag_detail(
live session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1837,8 +1824,7 @@ def create_slate(
) -> slates.Slate:
r"""Creates a slate.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -1950,8 +1936,7 @@ def list_slates(
location.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -2051,8 +2036,7 @@ def get_slate(
) -> slates.Slate:
r"""Returns the specified slate.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -2142,8 +2126,7 @@ def update_slate(
) -> slates.Slate:
r"""Updates the specified slate.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -2242,8 +2225,7 @@ def delete_slate(
) -> None:
r"""Deletes the specified slate.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -2325,8 +2307,7 @@ def create_live_session(
) -> sessions.LiveSession:
r"""Creates a new live session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down Expand Up @@ -2433,8 +2414,7 @@ def get_live_session(
) -> sessions.LiveSession:
r"""Returns the details for the specified live session.
.. code-block::
.. code-block:: python
from google.cloud.video import stitcher_v1
Expand Down
Loading

0 comments on commit 8b12a0d

Please sign in to comment.