Class LivestreamServiceClient.ListAssetsPage (0.43.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
NameDescription
contextPageContext<ListAssetsRequest,ListAssetsResponse,Asset>
responseListAssetsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListAssetsRequest,ListAssetsResponse,Asset>
futureResponseApiFuture<ListAssetsResponse>
Returns
TypeDescription
ApiFuture<ListAssetsPage>
Overrides