Class LivestreamServiceClient.ListAssetsPage (0.46.0)

public static class LivestreamServiceClient.ListAssetsPage extends AbstractPage<ListAssetsRequest,ListAssetsResponse,Asset,LivestreamServiceClient.ListAssetsPage>

Inheritance

java.lang.Object > AbstractPage > LivestreamServiceClient.ListAssetsPage

Methods

createPage(PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, ListAssetsResponse response)

protected LivestreamServiceClient.ListAssetsPage createPage(PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, ListAssetsResponse response)
Parameters
Name Description
context PageContext<ListAssetsRequest,ListAssetsResponse,Asset>
response ListAssetsResponse
Returns
Type Description
LivestreamServiceClient.ListAssetsPage
Overrides

createPageAsync(PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, ApiFuture<ListAssetsResponse> futureResponse)

public ApiFuture<LivestreamServiceClient.ListAssetsPage> createPageAsync(PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, ApiFuture<ListAssetsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAssetsRequest,ListAssetsResponse,Asset>
futureResponse ApiFuture<ListAssetsResponse>
Returns
Type Description
ApiFuture<ListAssetsPage>
Overrides