Uses of Class
com.google.cloud.devtools.containeranalysis.v1beta1.GrafeasV1Beta1Client.ListOccurrencesPagedResponse
-
Packages that use GrafeasV1Beta1Client.ListOccurrencesPagedResponse Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API.com.google.cloud.devtools.containeranalysis.v1beta1.stub -
-
Uses of GrafeasV1Beta1Client.ListOccurrencesPagedResponse in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return GrafeasV1Beta1Client.ListOccurrencesPagedResponse Modifier and Type Method Description GrafeasV1Beta1Client.ListOccurrencesPagedResponse
GrafeasV1Beta1Client. listOccurrences(ProjectName parent, String filter)
Lists occurrences for the specified project.GrafeasV1Beta1Client.ListOccurrencesPagedResponse
GrafeasV1Beta1Client. listOccurrences(ListOccurrencesRequest request)
Lists occurrences for the specified project.GrafeasV1Beta1Client.ListOccurrencesPagedResponse
GrafeasV1Beta1Client. listOccurrences(String parent, String filter)
Lists occurrences for the specified project.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type GrafeasV1Beta1Client.ListOccurrencesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<GrafeasV1Beta1Client.ListOccurrencesPagedResponse>
GrafeasV1Beta1Client.ListOccurrencesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListOccurrencesRequest,ListOccurrencesResponse,Occurrence> context, com.google.api.core.ApiFuture<ListOccurrencesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListOccurrencesRequest,GrafeasV1Beta1Client.ListOccurrencesPagedResponse>
GrafeasV1Beta1Client. listOccurrencesPagedCallable()
Lists occurrences for the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListOccurrencesRequest,ListOccurrencesResponse,GrafeasV1Beta1Client.ListOccurrencesPagedResponse>
GrafeasV1Beta1Settings.Builder. listOccurrencesSettings()
Returns the builder for the settings used for calls to listOccurrences.com.google.api.gax.rpc.PagedCallSettings<ListOccurrencesRequest,ListOccurrencesResponse,GrafeasV1Beta1Client.ListOccurrencesPagedResponse>
GrafeasV1Beta1Settings. listOccurrencesSettings()
Returns the object with the settings used for calls to listOccurrences. -
Uses of GrafeasV1Beta1Client.ListOccurrencesPagedResponse in com.google.cloud.devtools.containeranalysis.v1beta1.stub
-