Class ContentServiceClient.ListContentPage (1.0.1)

public static class ContentServiceClient.ListContentPage extends AbstractPage<ListContentRequest,ListContentResponse,Content,ContentServiceClient.ListContentPage>

Inheritance

java.lang.Object > AbstractPage > ContentServiceClient.ListContentPage

Methods

createPage(PageContext<ListContentRequest,ListContentResponse,Content> context, ListContentResponse response)

protected ContentServiceClient.ListContentPage createPage(PageContext<ListContentRequest,ListContentResponse,Content> context, ListContentResponse response)
Parameters
NameDescription
contextPageContext<ListContentRequest,ListContentResponse,Content>
responseListContentResponse
Returns
TypeDescription
ContentServiceClient.ListContentPage
Overrides

createPageAsync(PageContext<ListContentRequest,ListContentResponse,Content> context, ApiFuture<ListContentResponse> futureResponse)

public ApiFuture<ContentServiceClient.ListContentPage> createPageAsync(PageContext<ListContentRequest,ListContentResponse,Content> context, ApiFuture<ListContentResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListContentRequest,ListContentResponse,Content>
futureResponseApiFuture<ListContentResponse>
Returns
TypeDescription
ApiFuture<ListContentPage>
Overrides