Class LivestreamServiceClient.ListClipsPage (0.51.0)

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

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListClipsPage

Methods

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

protected LivestreamServiceClient.ListClipsPage createPage(PageContext<ListClipsRequest,ListClipsResponse,Clip> context, ListClipsResponse response)
Parameters
Name Description
context PageContext<ListClipsRequest,ListClipsResponse,Clip>
response ListClipsResponse
Returns
Type Description
LivestreamServiceClient.ListClipsPage
Overrides

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

public ApiFuture<LivestreamServiceClient.ListClipsPage> createPageAsync(PageContext<ListClipsRequest,ListClipsResponse,Clip> context, ApiFuture<ListClipsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListClipsRequest,ListClipsResponse,Clip>
futureResponse ApiFuture<ListClipsResponse>
Returns
Type Description
ApiFuture<ListClipsPage>
Overrides