Class GrafeasV1Beta1Client.ListNotesPage (2.96.0)

public static class GrafeasV1Beta1Client.ListNotesPage extends AbstractPage<ListNotesRequest,ListNotesResponse,Note,GrafeasV1Beta1Client.ListNotesPage>

Inheritance

java.lang.Object > AbstractPage > GrafeasV1Beta1Client.ListNotesPage

Methods

createPage(@Nullable PageContext<ListNotesRequest,ListNotesResponse,Note> context, @Nullable ListNotesResponse response)

protected GrafeasV1Beta1Client.ListNotesPage createPage(@Nullable PageContext<ListNotesRequest,ListNotesResponse,Note> context, @Nullable ListNotesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note>
response @org.jspecify.annotations.Nullable io.grafeas.v1beta1.ListNotesResponse
Returns
Type Description
GrafeasV1Beta1Client.ListNotesPage
Overrides

createPageAsync(@Nullable PageContext<ListNotesRequest,ListNotesResponse,Note> context, ApiFuture<ListNotesResponse> futureResponse)

public ApiFuture<GrafeasV1Beta1Client.ListNotesPage> createPageAsync(@Nullable PageContext<ListNotesRequest,ListNotesResponse,Note> context, ApiFuture<ListNotesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotesRequest,ListNotesResponse,Note>
futureResponse ApiFuture<ListNotesResponse>
Returns
Type Description
ApiFuture<ListNotesPage>
Overrides