Class GrafeasClient.ListNoteOccurrencesPage (2.96.0)

public static class GrafeasClient.ListNoteOccurrencesPage extends AbstractPage<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence,GrafeasClient.ListNoteOccurrencesPage>

Inheritance

java.lang.Object > AbstractPage > GrafeasClient.ListNoteOccurrencesPage

Methods

createPage(@Nullable PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, @Nullable ListNoteOccurrencesResponse response)

protected GrafeasClient.ListNoteOccurrencesPage createPage(@Nullable PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, @Nullable ListNoteOccurrencesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence>
response @org.jspecify.annotations.Nullable io.grafeas.v1.ListNoteOccurrencesResponse
Returns
Type Description
GrafeasClient.ListNoteOccurrencesPage
Overrides

createPageAsync(@Nullable PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, ApiFuture<ListNoteOccurrencesResponse> futureResponse)

public ApiFuture<GrafeasClient.ListNoteOccurrencesPage> createPageAsync(@Nullable PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, ApiFuture<ListNoteOccurrencesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence>
futureResponse ApiFuture<ListNoteOccurrencesResponse>
Returns
Type Description
ApiFuture<ListNoteOccurrencesPage>
Overrides