Class ContentLabelServiceClient.ListContentLabelsPage (0.39.0)

public static class ContentLabelServiceClient.ListContentLabelsPage extends AbstractPage<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel,ContentLabelServiceClient.ListContentLabelsPage>

Inheritance

java.lang.Object > AbstractPage > ContentLabelServiceClient.ListContentLabelsPage

Methods

createPage(PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel> context, ListContentLabelsResponse response)

protected ContentLabelServiceClient.ListContentLabelsPage createPage(PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel> context, ListContentLabelsResponse response)
Parameters
Name Description
context PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel>
response ListContentLabelsResponse
Returns
Type Description
ContentLabelServiceClient.ListContentLabelsPage
Overrides

createPageAsync(PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel> context, ApiFuture<ListContentLabelsResponse> futureResponse)

public ApiFuture<ContentLabelServiceClient.ListContentLabelsPage> createPageAsync(PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel> context, ApiFuture<ListContentLabelsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel>
futureResponse ApiFuture<ListContentLabelsResponse>
Returns
Type Description
ApiFuture<ListContentLabelsPage>
Overrides