Class FindingsRefinementServiceClient.ListFindingsRefinementsPage (0.33.0)

public static class FindingsRefinementServiceClient.ListFindingsRefinementsPage extends AbstractPage<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse,FindingsRefinement,FindingsRefinementServiceClient.ListFindingsRefinementsPage>

Inheritance

java.lang.Object > AbstractPage > FindingsRefinementServiceClient.ListFindingsRefinementsPage

Methods

createPage(@Nullable PageContext<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse,FindingsRefinement> context, @Nullable ListFindingsRefinementsResponse response)

protected FindingsRefinementServiceClient.ListFindingsRefinementsPage createPage(@Nullable PageContext<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse,FindingsRefinement> context, @Nullable ListFindingsRefinementsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse,FindingsRefinement>
response @org.jspecify.annotations.Nullable com.google.cloud.chronicle.v1.ListFindingsRefinementsResponse
Returns
Type Description
FindingsRefinementServiceClient.ListFindingsRefinementsPage
Overrides

createPageAsync(@Nullable PageContext<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse,FindingsRefinement> context, ApiFuture<ListFindingsRefinementsResponse> futureResponse)

public ApiFuture<FindingsRefinementServiceClient.ListFindingsRefinementsPage> createPageAsync(@Nullable PageContext<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse,FindingsRefinement> context, ApiFuture<ListFindingsRefinementsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse,FindingsRefinement>
futureResponse ApiFuture<ListFindingsRefinementsResponse>
Returns
Type Description
ApiFuture<ListFindingsRefinementsPage>
Overrides