Uses of Class
com.google.cloud.devtools.containeranalysis.v1beta1.GrafeasV1Beta1Client.ListOccurrencesPage
-
Packages that use GrafeasV1Beta1Client.ListOccurrencesPage Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API. -
-
Uses of GrafeasV1Beta1Client.ListOccurrencesPage in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return GrafeasV1Beta1Client.ListOccurrencesPage Modifier and Type Method Description protected GrafeasV1Beta1Client.ListOccurrencesPage
GrafeasV1Beta1Client.ListOccurrencesPage. createPage(com.google.api.gax.rpc.PageContext<ListOccurrencesRequest,ListOccurrencesResponse,Occurrence> context, ListOccurrencesResponse response)
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type GrafeasV1Beta1Client.ListOccurrencesPage Modifier and Type Method Description com.google.api.core.ApiFuture<GrafeasV1Beta1Client.ListOccurrencesPage>
GrafeasV1Beta1Client.ListOccurrencesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListOccurrencesRequest,ListOccurrencesResponse,Occurrence> context, com.google.api.core.ApiFuture<ListOccurrencesResponse> futureResponse)
Method parameters in com.google.cloud.devtools.containeranalysis.v1beta1 with type arguments of type GrafeasV1Beta1Client.ListOccurrencesPage Modifier and Type Method Description protected GrafeasV1Beta1Client.ListOccurrencesFixedSizeCollection
GrafeasV1Beta1Client.ListOccurrencesFixedSizeCollection. createCollection(List<GrafeasV1Beta1Client.ListOccurrencesPage> pages, int collectionSize)
-