API documentation for video.stitcher_v1.services.video_stitcher_service.pagers module.
Classes
ListCdnKeysAsyncPager
ListCdnKeysAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysResponse
],
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_cdn_keys requests.
This class thinly wraps an initial
ListCdnKeysResponse object, and
provides an __aiter__ method to iterate through its
cdn_keys field.
If there are more pages, the __aiter__ method will make additional
ListCdnKeys requests and continue to iterate
through the cdn_keys field on the
corresponding responses.
All the usual ListCdnKeysResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCdnKeysPager
ListCdnKeysPager(
method: Callable[
[...],
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysResponse,
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_cdn_keys requests.
This class thinly wraps an initial
ListCdnKeysResponse object, and
provides an __iter__ method to iterate through its
cdn_keys field.
If there are more pages, the __iter__ method will make additional
ListCdnKeys requests and continue to iterate
through the cdn_keys field on the
corresponding responses.
All the usual ListCdnKeysResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListLiveAdTagDetailsAsyncPager
ListLiveAdTagDetailsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsResponse
],
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_live_ad_tag_details requests.
This class thinly wraps an initial
ListLiveAdTagDetailsResponse object, and
provides an __aiter__ method to iterate through its
live_ad_tag_details field.
If there are more pages, the __aiter__ method will make additional
ListLiveAdTagDetails requests and continue to iterate
through the live_ad_tag_details field on the
corresponding responses.
All the usual ListLiveAdTagDetailsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListLiveAdTagDetailsPager
ListLiveAdTagDetailsPager(
method: Callable[
[...],
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsResponse,
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_live_ad_tag_details requests.
This class thinly wraps an initial
ListLiveAdTagDetailsResponse object, and
provides an __iter__ method to iterate through its
live_ad_tag_details field.
If there are more pages, the __iter__ method will make additional
ListLiveAdTagDetails requests and continue to iterate
through the live_ad_tag_details field on the
corresponding responses.
All the usual ListLiveAdTagDetailsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListSlatesAsyncPager
ListSlatesAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesResponse
],
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_slates requests.
This class thinly wraps an initial
ListSlatesResponse object, and
provides an __aiter__ method to iterate through its
slates field.
If there are more pages, the __aiter__ method will make additional
ListSlates requests and continue to iterate
through the slates field on the
corresponding responses.
All the usual ListSlatesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListSlatesPager
ListSlatesPager(
method: Callable[
[...],
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesResponse,
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_slates requests.
This class thinly wraps an initial
ListSlatesResponse object, and
provides an __iter__ method to iterate through its
slates field.
If there are more pages, the __iter__ method will make additional
ListSlates requests and continue to iterate
through the slates field on the
corresponding responses.
All the usual ListSlatesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListVodAdTagDetailsAsyncPager
ListVodAdTagDetailsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsResponse
],
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_vod_ad_tag_details requests.
This class thinly wraps an initial
ListVodAdTagDetailsResponse object, and
provides an __aiter__ method to iterate through its
vod_ad_tag_details field.
If there are more pages, the __aiter__ method will make additional
ListVodAdTagDetails requests and continue to iterate
through the vod_ad_tag_details field on the
corresponding responses.
All the usual ListVodAdTagDetailsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListVodAdTagDetailsPager
ListVodAdTagDetailsPager(
method: Callable[
[...],
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsResponse,
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_vod_ad_tag_details requests.
This class thinly wraps an initial
ListVodAdTagDetailsResponse object, and
provides an __iter__ method to iterate through its
vod_ad_tag_details field.
If there are more pages, the __iter__ method will make additional
ListVodAdTagDetails requests and continue to iterate
through the vod_ad_tag_details field on the
corresponding responses.
All the usual ListVodAdTagDetailsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListVodStitchDetailsAsyncPager
ListVodStitchDetailsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsResponse
],
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_vod_stitch_details requests.
This class thinly wraps an initial
ListVodStitchDetailsResponse object, and
provides an __aiter__ method to iterate through its
vod_stitch_details field.
If there are more pages, the __aiter__ method will make additional
ListVodStitchDetails requests and continue to iterate
through the vod_stitch_details field on the
corresponding responses.
All the usual ListVodStitchDetailsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListVodStitchDetailsPager
ListVodStitchDetailsPager(
method: Callable[
[...],
google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsResponse,
],
request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsRequest,
response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_vod_stitch_details requests.
This class thinly wraps an initial
ListVodStitchDetailsResponse object, and
provides an __iter__ method to iterate through its
vod_stitch_details field.
If there are more pages, the __iter__ method will make additional
ListVodStitchDetails requests and continue to iterate
through the vod_stitch_details field on the
corresponding responses.
All the usual ListVodStitchDetailsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.