Class SecurityCenterClient.ListFindingsPage (2.103.0)

public static class SecurityCenterClient.ListFindingsPage extends AbstractPage<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult,SecurityCenterClient.ListFindingsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListFindingsPage

Methods

createPage(@Nullable PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, @Nullable ListFindingsResponse response)

protected SecurityCenterClient.ListFindingsPage createPage(@Nullable PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, @Nullable ListFindingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResult>
response @org.jspecify.annotations.Nullable com.google.cloud.securitycenter.v2.ListFindingsResponse
Returns
Type Description
SecurityCenterClient.ListFindingsPage
Overrides

createPageAsync(@Nullable PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, ApiFuture<ListFindingsResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListFindingsPage> createPageAsync(@Nullable PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, ApiFuture<ListFindingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResult>
futureResponse ApiFuture<ListFindingsResponse>
Returns
Type Description
ApiFuture<ListFindingsPage>
Overrides