API documentation for video.live_stream_v1.services.livestream_service.pagers module.
Classes
ListChannelsAsyncPager
ListChannelsAsyncPager(
method: Callable[
[...],
Awaitable[google.cloud.video.live_stream_v1.types.service.ListChannelsResponse],
],
request: google.cloud.video.live_stream_v1.types.service.ListChannelsRequest,
response: google.cloud.video.live_stream_v1.types.service.ListChannelsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_channels requests.
This class thinly wraps an initial
ListChannelsResponse object, and
provides an __aiter__ method to iterate through its
channels field.
If there are more pages, the __aiter__ method will make additional
ListChannels requests and continue to iterate
through the channels field on the
corresponding responses.
All the usual ListChannelsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListChannelsPager
ListChannelsPager(
method: Callable[
[...], google.cloud.video.live_stream_v1.types.service.ListChannelsResponse
],
request: google.cloud.video.live_stream_v1.types.service.ListChannelsRequest,
response: google.cloud.video.live_stream_v1.types.service.ListChannelsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_channels requests.
This class thinly wraps an initial
ListChannelsResponse object, and
provides an __iter__ method to iterate through its
channels field.
If there are more pages, the __iter__ method will make additional
ListChannels requests and continue to iterate
through the channels field on the
corresponding responses.
All the usual ListChannelsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEventsAsyncPager
ListEventsAsyncPager(
method: Callable[
[...],
Awaitable[google.cloud.video.live_stream_v1.types.service.ListEventsResponse],
],
request: google.cloud.video.live_stream_v1.types.service.ListEventsRequest,
response: google.cloud.video.live_stream_v1.types.service.ListEventsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_events requests.
This class thinly wraps an initial
ListEventsResponse object, and
provides an __aiter__ method to iterate through its
events field.
If there are more pages, the __aiter__ method will make additional
ListEvents requests and continue to iterate
through the events field on the
corresponding responses.
All the usual ListEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEventsPager
ListEventsPager(
method: Callable[
[...], google.cloud.video.live_stream_v1.types.service.ListEventsResponse
],
request: google.cloud.video.live_stream_v1.types.service.ListEventsRequest,
response: google.cloud.video.live_stream_v1.types.service.ListEventsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_events requests.
This class thinly wraps an initial
ListEventsResponse object, and
provides an __iter__ method to iterate through its
events field.
If there are more pages, the __iter__ method will make additional
ListEvents requests and continue to iterate
through the events field on the
corresponding responses.
All the usual ListEventsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInputsAsyncPager
ListInputsAsyncPager(
method: Callable[
[...],
Awaitable[google.cloud.video.live_stream_v1.types.service.ListInputsResponse],
],
request: google.cloud.video.live_stream_v1.types.service.ListInputsRequest,
response: google.cloud.video.live_stream_v1.types.service.ListInputsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_inputs requests.
This class thinly wraps an initial
ListInputsResponse object, and
provides an __aiter__ method to iterate through its
inputs field.
If there are more pages, the __aiter__ method will make additional
ListInputs requests and continue to iterate
through the inputs field on the
corresponding responses.
All the usual ListInputsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInputsPager
ListInputsPager(
method: Callable[
[...], google.cloud.video.live_stream_v1.types.service.ListInputsResponse
],
request: google.cloud.video.live_stream_v1.types.service.ListInputsRequest,
response: google.cloud.video.live_stream_v1.types.service.ListInputsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_inputs requests.
This class thinly wraps an initial
ListInputsResponse object, and
provides an __iter__ method to iterate through its
inputs field.
If there are more pages, the __iter__ method will make additional
ListInputs requests and continue to iterate
through the inputs field on the
corresponding responses.
All the usual ListInputsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.