Class ContactServiceClient.ListContactsPage (0.54.0)

public static class ContactServiceClient.ListContactsPage extends AbstractPage<ListContactsRequest,ListContactsResponse,Contact,ContactServiceClient.ListContactsPage>

Inheritance

java.lang.Object > AbstractPage > ContactServiceClient.ListContactsPage

Methods

createPage(@Nullable PageContext<ListContactsRequest,ListContactsResponse,Contact> context, @Nullable ListContactsResponse response)

protected ContactServiceClient.ListContactsPage createPage(@Nullable PageContext<ListContactsRequest,ListContactsResponse,Contact> context, @Nullable ListContactsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListContactsRequest,ListContactsResponse,Contact>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListContactsResponse
Returns
Type Description
ContactServiceClient.ListContactsPage
Overrides

createPageAsync(@Nullable PageContext<ListContactsRequest,ListContactsResponse,Contact> context, ApiFuture<ListContactsResponse> futureResponse)

public ApiFuture<ContactServiceClient.ListContactsPage> createPageAsync(@Nullable PageContext<ListContactsRequest,ListContactsResponse,Contact> context, ApiFuture<ListContactsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListContactsRequest,ListContactsResponse,Contact>
futureResponse ApiFuture<ListContactsResponse>
Returns
Type Description
ApiFuture<ListContactsPage>
Overrides