Class EssentialContactsServiceClient.ListContactsPage (2.95.0)

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

Inheritance

java.lang.Object > AbstractPage > EssentialContactsServiceClient.ListContactsPage

Methods

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

protected EssentialContactsServiceClient.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.cloud.essentialcontacts.v1.ListContactsResponse
Returns
Type Description
EssentialContactsServiceClient.ListContactsPage
Overrides

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

public ApiFuture<EssentialContactsServiceClient.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