Class GrafeasClient.ListNotesPage (2.96.0)

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

Inheritance

java.lang.Object > AbstractPage > GrafeasClient.ListNotesPage

Methods

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

protected GrafeasClient.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.v1.ListNotesResponse
Returns
Type Description
GrafeasClient.ListNotesPage
Overrides

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

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