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