Class LabelServiceClient.ListLabelsPage (0.4.0)

public static class LabelServiceClient.ListLabelsPage extends AbstractPage<ListLabelsRequest,ListLabelsResponse,Label,LabelServiceClient.ListLabelsPage>

Inheritance

java.lang.Object > AbstractPage > LabelServiceClient.ListLabelsPage

Methods

createPage(PageContext<ListLabelsRequest,ListLabelsResponse,Label> context, ListLabelsResponse response)

protected LabelServiceClient.ListLabelsPage createPage(PageContext<ListLabelsRequest,ListLabelsResponse,Label> context, ListLabelsResponse response)
Parameters
Name Description
context PageContext<ListLabelsRequest,ListLabelsResponse,Label>
response ListLabelsResponse
Returns
Type Description
LabelServiceClient.ListLabelsPage
Overrides

createPageAsync(PageContext<ListLabelsRequest,ListLabelsResponse,Label> context, ApiFuture<ListLabelsResponse> futureResponse)

public ApiFuture<LabelServiceClient.ListLabelsPage> createPageAsync(PageContext<ListLabelsRequest,ListLabelsResponse,Label> context, ApiFuture<ListLabelsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListLabelsRequest,ListLabelsResponse,Label>
futureResponse ApiFuture<ListLabelsResponse>
Returns
Type Description
ApiFuture<ListLabelsPage>
Overrides