Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#5)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.63.4

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

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: delete duplicates

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent b842492 commit 06c4915
Show file tree
Hide file tree
Showing 35 changed files with 160 additions and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ async def create_channel(
specified region.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -365,7 +365,7 @@ async def list_channels(
region.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -474,7 +474,7 @@ async def get_channel(
) -> resources.Channel:
r"""Returns the specified channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -580,7 +580,7 @@ async def delete_channel(
) -> operation_async.AsyncOperation:
r"""Deletes the specified channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -697,7 +697,7 @@ async def update_channel(
) -> operation_async.AsyncOperation:
r"""Updates the specified channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -830,7 +830,7 @@ async def start_channel(
request is received by the server.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -940,7 +940,7 @@ async def stop_channel(
is received by the server.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1051,7 +1051,7 @@ async def create_input(
specified region.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1175,7 +1175,7 @@ async def list_inputs(
) -> pagers.ListInputsAsyncPager:
r"""Returns a list of all inputs in the specified region.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1284,7 +1284,7 @@ async def get_input(
) -> resources.Input:
r"""Returns the specified input.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1385,7 +1385,7 @@ async def delete_input(
) -> operation_async.AsyncOperation:
r"""Deletes the specified input.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1502,7 +1502,7 @@ async def update_input(
) -> operation_async.AsyncOperation:
r"""Updates the specified input.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1628,7 +1628,7 @@ async def create_event(
specified channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1743,7 +1743,7 @@ async def list_events(
channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1853,7 +1853,7 @@ async def get_event(
) -> resources.Event:
r"""Returns the specified event.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1955,7 +1955,7 @@ async def delete_event(
) -> None:
r"""Deletes the specified event.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,7 @@ def create_channel(
specified region.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -593,8 +592,7 @@ def list_channels(
region.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -694,8 +692,7 @@ def get_channel(
) -> resources.Channel:
r"""Returns the specified channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -792,8 +789,7 @@ def delete_channel(
) -> operation.Operation:
r"""Deletes the specified channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -910,8 +906,7 @@ def update_channel(
) -> operation.Operation:
r"""Updates the specified channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1044,8 +1039,7 @@ def start_channel(
request is received by the server.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1155,8 +1149,7 @@ def stop_channel(
is received by the server.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1267,8 +1260,7 @@ def create_input(
specified region.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1392,8 +1384,7 @@ def list_inputs(
) -> pagers.ListInputsPager:
r"""Returns a list of all inputs in the specified region.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1493,8 +1484,7 @@ def get_input(
) -> resources.Input:
r"""Returns the specified input.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1586,8 +1576,7 @@ def delete_input(
) -> operation.Operation:
r"""Deletes the specified input.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1704,8 +1693,7 @@ def update_input(
) -> operation.Operation:
r"""Updates the specified input.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1831,8 +1819,7 @@ def create_event(
specified channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -1947,8 +1934,7 @@ def list_events(
channel.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -2049,8 +2035,7 @@ def get_event(
) -> resources.Event:
r"""Returns the specified event.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down Expand Up @@ -2143,8 +2128,7 @@ def delete_event(
) -> None:
r"""Deletes the specified event.
.. code-block::
.. code-block:: python
from google.cloud.video import live_stream_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-video-live-stream


# [START livestream_generated_live_stream_v1_LivestreamService_CreateChannel_async]
# [START livestream_v1_generated_LivestreamService_CreateChannel_async]
from google.cloud.video import live_stream_v1


Expand All @@ -47,4 +47,4 @@ async def sample_create_channel():
# Handle the response
print(response)

# [END livestream_generated_live_stream_v1_LivestreamService_CreateChannel_async]
# [END livestream_v1_generated_LivestreamService_CreateChannel_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-video-live-stream


# [START livestream_generated_live_stream_v1_LivestreamService_CreateChannel_sync]
# [START livestream_v1_generated_LivestreamService_CreateChannel_sync]
from google.cloud.video import live_stream_v1


Expand All @@ -47,4 +47,4 @@ def sample_create_channel():
# Handle the response
print(response)

# [END livestream_generated_live_stream_v1_LivestreamService_CreateChannel_sync]
# [END livestream_v1_generated_LivestreamService_CreateChannel_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-video-live-stream


# [START livestream_generated_live_stream_v1_LivestreamService_CreateEvent_async]
# [START livestream_v1_generated_LivestreamService_CreateEvent_async]
from google.cloud.video import live_stream_v1


Expand All @@ -43,4 +43,4 @@ async def sample_create_event():
# Handle the response
print(response)

# [END livestream_generated_live_stream_v1_LivestreamService_CreateEvent_async]
# [END livestream_v1_generated_LivestreamService_CreateEvent_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-video-live-stream


# [START livestream_generated_live_stream_v1_LivestreamService_CreateEvent_sync]
# [START livestream_v1_generated_LivestreamService_CreateEvent_sync]
from google.cloud.video import live_stream_v1


Expand All @@ -43,4 +43,4 @@ def sample_create_event():
# Handle the response
print(response)

# [END livestream_generated_live_stream_v1_LivestreamService_CreateEvent_sync]
# [END livestream_v1_generated_LivestreamService_CreateEvent_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-video-live-stream


# [START livestream_generated_live_stream_v1_LivestreamService_CreateInput_async]
# [START livestream_v1_generated_LivestreamService_CreateInput_async]
from google.cloud.video import live_stream_v1


Expand All @@ -47,4 +47,4 @@ async def sample_create_input():
# Handle the response
print(response)

# [END livestream_generated_live_stream_v1_LivestreamService_CreateInput_async]
# [END livestream_v1_generated_LivestreamService_CreateInput_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-video-live-stream


# [START livestream_generated_live_stream_v1_LivestreamService_CreateInput_sync]
# [START livestream_v1_generated_LivestreamService_CreateInput_sync]
from google.cloud.video import live_stream_v1


Expand All @@ -47,4 +47,4 @@ def sample_create_input():
# Handle the response
print(response)

# [END livestream_generated_live_stream_v1_LivestreamService_CreateInput_sync]
# [END livestream_v1_generated_LivestreamService_CreateInput_sync]
Loading

0 comments on commit 06c4915

Please sign in to comment.