Class LivestreamServiceClient.ListClipsPage (0.97.0)

public static class LivestreamServiceClient.ListClipsPage extends AbstractPage<ListClipsRequest,ListClipsResponse,Clip,LivestreamServiceClient.ListClipsPage>

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListClipsPage

Methods

createPage(@Nullable PageContext<ListClipsRequest,ListClipsResponse,Clip> context, @Nullable ListClipsResponse response)

protected LivestreamServiceClient.ListClipsPage createPage(@Nullable PageContext<ListClipsRequest,ListClipsResponse,Clip> context, @Nullable ListClipsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListClipsRequest,ListClipsResponse,Clip>
response @org.jspecify.annotations.Nullable com.google.cloud.video.livestream.v1.ListClipsResponse
Returns
Type Description
LivestreamServiceClient.ListClipsPage
Overrides

createPageAsync(@Nullable PageContext<ListClipsRequest,ListClipsResponse,Clip> context, ApiFuture<ListClipsResponse> futureResponse)

public ApiFuture<LivestreamServiceClient.ListClipsPage> createPageAsync(@Nullable PageContext<ListClipsRequest,ListClipsResponse,Clip> context, ApiFuture<ListClipsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListClipsRequest,ListClipsResponse,Clip>
futureResponse ApiFuture<ListClipsResponse>
Returns
Type Description
ApiFuture<ListClipsPage>
Overrides