Class SecurityCenterClient.GroupFindingsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<GroupFindingsRequest,GroupFindingsResponse,GroupResult,SecurityCenterClient.GroupFindingsPage>
-
- com.google.cloud.securitycenter.v1beta1.SecurityCenterClient.GroupFindingsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<GroupResult>
,com.google.api.gax.paging.Page<GroupResult>
- Enclosing class:
- SecurityCenterClient
public static class SecurityCenterClient.GroupFindingsPage extends com.google.api.gax.paging.AbstractPage<GroupFindingsRequest,GroupFindingsResponse,GroupResult,SecurityCenterClient.GroupFindingsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SecurityCenterClient.GroupFindingsPage
createPage(com.google.api.gax.rpc.PageContext<GroupFindingsRequest,GroupFindingsResponse,GroupResult> context, GroupFindingsResponse response)
com.google.api.core.ApiFuture<SecurityCenterClient.GroupFindingsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<GroupFindingsRequest,GroupFindingsResponse,GroupResult> context, com.google.api.core.ApiFuture<GroupFindingsResponse> 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 SecurityCenterClient.GroupFindingsPage createPage(com.google.api.gax.rpc.PageContext<GroupFindingsRequest,GroupFindingsResponse,GroupResult> context, GroupFindingsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<GroupFindingsRequest,GroupFindingsResponse,GroupResult,SecurityCenterClient.GroupFindingsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<SecurityCenterClient.GroupFindingsPage> createPageAsync(com.google.api.gax.rpc.PageContext<GroupFindingsRequest,GroupFindingsResponse,GroupResult> context, com.google.api.core.ApiFuture<GroupFindingsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<GroupFindingsRequest,GroupFindingsResponse,GroupResult,SecurityCenterClient.GroupFindingsPage>
-
-