Class ContentLabelServiceClient.ListContentLabelsPage (0.54.0)

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

Inheritance

java.lang.Object > AbstractPage > ContentLabelServiceClient.ListContentLabelsPage

Methods

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

protected ContentLabelServiceClient.ListContentLabelsPage createPage(@Nullable PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel> context, @Nullable ListContentLabelsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListContentLabelsResponse
Returns
Type Description
ContentLabelServiceClient.ListContentLabelsPage
Overrides

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

public ApiFuture<ContentLabelServiceClient.ListContentLabelsPage> createPageAsync(@Nullable PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel> context, ApiFuture<ListContentLabelsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListContentLabelsRequest,ListContentLabelsResponse,ContentLabel>
futureResponse ApiFuture<ListContentLabelsResponse>
Returns
Type Description
ApiFuture<ListContentLabelsPage>
Overrides