Class GrafeasV1Beta1Client.ListNoteOccurrencesPage (2.96.0)

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

Inheritance

java.lang.Object > AbstractPage > GrafeasV1Beta1Client.ListNoteOccurrencesPage

Methods

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

protected GrafeasV1Beta1Client.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.v1beta1.ListNoteOccurrencesResponse
Returns
Type Description
GrafeasV1Beta1Client.ListNoteOccurrencesPage
Overrides

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

public ApiFuture<GrafeasV1Beta1Client.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