Class SecurityCenterSettingsServiceClient.ListDetectorsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListDetectorsRequest,ListDetectorsResponse,Detector,SecurityCenterSettingsServiceClient.ListDetectorsPage>
-
- com.google.cloud.securitycenter.settings.v1beta1.SecurityCenterSettingsServiceClient.ListDetectorsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Detector>
,com.google.api.gax.paging.Page<Detector>
- Enclosing class:
- SecurityCenterSettingsServiceClient
public static class SecurityCenterSettingsServiceClient.ListDetectorsPage extends com.google.api.gax.paging.AbstractPage<ListDetectorsRequest,ListDetectorsResponse,Detector,SecurityCenterSettingsServiceClient.ListDetectorsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SecurityCenterSettingsServiceClient.ListDetectorsPage
createPage(com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ListDetectorsResponse response)
com.google.api.core.ApiFuture<SecurityCenterSettingsServiceClient.ListDetectorsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, com.google.api.core.ApiFuture<ListDetectorsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected SecurityCenterSettingsServiceClient.ListDetectorsPage createPage(com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ListDetectorsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListDetectorsRequest,ListDetectorsResponse,Detector,SecurityCenterSettingsServiceClient.ListDetectorsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<SecurityCenterSettingsServiceClient.ListDetectorsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, com.google.api.core.ApiFuture<ListDetectorsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListDetectorsRequest,ListDetectorsResponse,Detector,SecurityCenterSettingsServiceClient.ListDetectorsPage>
-
-