Class VideoStitcherServiceClient.ListVodConfigsPage (0.95.0)

public static class VideoStitcherServiceClient.ListVodConfigsPage extends AbstractPage<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig,VideoStitcherServiceClient.ListVodConfigsPage>

Inheritance

java.lang.Object > AbstractPage > VideoStitcherServiceClient.ListVodConfigsPage

Methods

createPage(@Nullable PageContext<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig> context, @Nullable ListVodConfigsResponse response)

protected VideoStitcherServiceClient.ListVodConfigsPage createPage(@Nullable PageContext<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig> context, @Nullable ListVodConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.video.stitcher.v1.ListVodConfigsResponse
Returns
Type Description
VideoStitcherServiceClient.ListVodConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig> context, ApiFuture<ListVodConfigsResponse> futureResponse)

public ApiFuture<VideoStitcherServiceClient.ListVodConfigsPage> createPageAsync(@Nullable PageContext<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig> context, ApiFuture<ListVodConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig>
futureResponse ApiFuture<ListVodConfigsResponse>
Returns
Type Description
ApiFuture<ListVodConfigsPage>
Overrides