Class LabelServiceClient.ListLabelsPage (0.54.0)

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

Inheritance

java.lang.Object > AbstractPage > LabelServiceClient.ListLabelsPage

Methods

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

protected LabelServiceClient.ListLabelsPage createPage(@Nullable PageContext<ListLabelsRequest,ListLabelsResponse,Label> context, @Nullable ListLabelsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLabelsRequest,ListLabelsResponse,Label>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListLabelsResponse
Returns
Type Description
LabelServiceClient.ListLabelsPage
Overrides

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

public ApiFuture<LabelServiceClient.ListLabelsPage> createPageAsync(@Nullable PageContext<ListLabelsRequest,ListLabelsResponse,Label> context, ApiFuture<ListLabelsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLabelsRequest,ListLabelsResponse,Label>
futureResponse ApiFuture<ListLabelsResponse>
Returns
Type Description
ApiFuture<ListLabelsPage>
Overrides