Class SecurityCenterClient.ListNotificationConfigsPage (2.103.0)

public static class SecurityCenterClient.ListNotificationConfigsPage extends AbstractPage<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig,SecurityCenterClient.ListNotificationConfigsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListNotificationConfigsPage

Methods

createPage(@Nullable PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, @Nullable ListNotificationConfigsResponse response)

protected SecurityCenterClient.ListNotificationConfigsPage createPage(@Nullable PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, @Nullable ListNotificationConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.securitycenter.v2.ListNotificationConfigsResponse
Returns
Type Description
SecurityCenterClient.ListNotificationConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ApiFuture<ListNotificationConfigsResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListNotificationConfigsPage> createPageAsync(@Nullable PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ApiFuture<ListNotificationConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig>
futureResponse ApiFuture<ListNotificationConfigsResponse>
Returns
Type Description
ApiFuture<ListNotificationConfigsPage>
Overrides