Class AudienceSegmentServiceClient.ListAudienceSegmentsPage (0.54.0)

public static class AudienceSegmentServiceClient.ListAudienceSegmentsPage extends AbstractPage<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse,AudienceSegment,AudienceSegmentServiceClient.ListAudienceSegmentsPage>

Inheritance

java.lang.Object > AbstractPage > AudienceSegmentServiceClient.ListAudienceSegmentsPage

Methods

createPage(@Nullable PageContext<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse,AudienceSegment> context, @Nullable ListAudienceSegmentsResponse response)

protected AudienceSegmentServiceClient.ListAudienceSegmentsPage createPage(@Nullable PageContext<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse,AudienceSegment> context, @Nullable ListAudienceSegmentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse,AudienceSegment>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListAudienceSegmentsResponse
Returns
Type Description
AudienceSegmentServiceClient.ListAudienceSegmentsPage
Overrides

createPageAsync(@Nullable PageContext<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse,AudienceSegment> context, ApiFuture<ListAudienceSegmentsResponse> futureResponse)

public ApiFuture<AudienceSegmentServiceClient.ListAudienceSegmentsPage> createPageAsync(@Nullable PageContext<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse,AudienceSegment> context, ApiFuture<ListAudienceSegmentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAudienceSegmentsRequest,ListAudienceSegmentsResponse,AudienceSegment>
futureResponse ApiFuture<ListAudienceSegmentsResponse>
Returns
Type Description
ApiFuture<ListAudienceSegmentsPage>
Overrides