Uses of Class
com.google.cloud.devtools.containeranalysis.v1beta1.GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse
-
Packages that use GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API.com.google.cloud.devtools.containeranalysis.v1beta1.stub -
-
Uses of GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse Modifier and Type Method Description GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse
GrafeasV1Beta1Client. listNoteOccurrences(NoteName name, String filter)
Lists occurrences referencing the specified note.GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse
GrafeasV1Beta1Client. listNoteOccurrences(ListNoteOccurrencesRequest request)
Lists occurrences referencing the specified note.GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse
GrafeasV1Beta1Client. listNoteOccurrences(String name, String filter)
Lists occurrences referencing the specified note.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse>
GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,Occurrence> context, com.google.api.core.ApiFuture<ListNoteOccurrencesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNoteOccurrencesRequest,GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse>
GrafeasV1Beta1Client. listNoteOccurrencesPagedCallable()
Lists occurrences referencing the specified note.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse>
GrafeasV1Beta1Settings.Builder. listNoteOccurrencesSettings()
Returns the builder for the settings used for calls to listNoteOccurrences.com.google.api.gax.rpc.PagedCallSettings<ListNoteOccurrencesRequest,ListNoteOccurrencesResponse,GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse>
GrafeasV1Beta1Settings. listNoteOccurrencesSettings()
Returns the object with the settings used for calls to listNoteOccurrences. -
Uses of GrafeasV1Beta1Client.ListNoteOccurrencesPagedResponse in com.google.cloud.devtools.containeranalysis.v1beta1.stub
-