Class AdvisoryNotificationsServiceClient.ListNotificationsPage (0.84.0)

public static class AdvisoryNotificationsServiceClient.ListNotificationsPage extends AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,AdvisoryNotificationsServiceClient.ListNotificationsPage>

Inheritance

java.lang.Object > AbstractPage > AdvisoryNotificationsServiceClient.ListNotificationsPage

Methods

createPage(@Nullable PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, @Nullable ListNotificationsResponse response)

protected AdvisoryNotificationsServiceClient.ListNotificationsPage createPage(@Nullable PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, @Nullable ListNotificationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification>
response @org.jspecify.annotations.Nullable com.google.cloud.advisorynotifications.v1.ListNotificationsResponse
Returns
Type Description
AdvisoryNotificationsServiceClient.ListNotificationsPage
Overrides

createPageAsync(@Nullable PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)

public ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPage> createPageAsync(@Nullable PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification>
futureResponse ApiFuture<ListNotificationsResponse>
Returns
Type Description
ApiFuture<ListNotificationsPage>
Overrides