Class SecurityCenterSettingsServiceClient.ListDetectorsPage (0.98.0)

public static class SecurityCenterSettingsServiceClient.ListDetectorsPage extends AbstractPage<ListDetectorsRequest,ListDetectorsResponse,Detector,SecurityCenterSettingsServiceClient.ListDetectorsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterSettingsServiceClient.ListDetectorsPage

Methods

createPage(@Nullable PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, @Nullable ListDetectorsResponse response)

protected SecurityCenterSettingsServiceClient.ListDetectorsPage createPage(@Nullable PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, @Nullable ListDetectorsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector>
response @org.jspecify.annotations.Nullable com.google.cloud.securitycenter.settings.v1beta1.ListDetectorsResponse
Returns
Type Description
SecurityCenterSettingsServiceClient.ListDetectorsPage
Overrides

createPageAsync(@Nullable PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ApiFuture<ListDetectorsResponse> futureResponse)

public ApiFuture<SecurityCenterSettingsServiceClient.ListDetectorsPage> createPageAsync(@Nullable PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ApiFuture<ListDetectorsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector>
futureResponse ApiFuture<ListDetectorsResponse>
Returns
Type Description
ApiFuture<ListDetectorsPage>
Overrides