Class GrafeasV1Beta1Client.ListNoteOccurrencesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence,GrafeasV1Beta1Client.ListNoteOccurrencesPage>
-
- com.google.cloud.devtools.containeranalysis.v1beta1.GrafeasV1Beta1Client.ListNoteOccurrencesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Occurrence>
,com.google.api.gax.paging.Page<Occurrence>
- Enclosing class:
- GrafeasV1Beta1Client
public static class GrafeasV1Beta1Client.ListNoteOccurrencesPage extends com.google.api.gax.paging.AbstractPage<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence,GrafeasV1Beta1Client.ListNoteOccurrencesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GrafeasV1Beta1Client.ListNoteOccurrencesPage
createPage(com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, ListNoteOccurrencesResponse response)
com.google.api.core.ApiFuture<GrafeasV1Beta1Client.ListNoteOccurrencesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, com.google.api.core.ApiFuture<ListNoteOccurrencesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected GrafeasV1Beta1Client.ListNoteOccurrencesPage createPage(com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, ListNoteOccurrencesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence,GrafeasV1Beta1Client.ListNoteOccurrencesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<GrafeasV1Beta1Client.ListNoteOccurrencesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, com.google.api.core.ApiFuture<ListNoteOccurrencesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence,GrafeasV1Beta1Client.ListNoteOccurrencesPage>
-
-