Uses of Class
com.google.containeranalysis.v1beta1.OccurrenceName
-
Packages that use OccurrenceName Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API.com.google.containeranalysis.v1beta1 -
-
Uses of OccurrenceName in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type OccurrenceName Modifier and Type Method Description voidGrafeasV1Beta1Client. deleteOccurrence(OccurrenceName name)Deletes the specified occurrence.OccurrenceGrafeasV1Beta1Client. getOccurrence(OccurrenceName name)Gets the specified occurrence.NoteGrafeasV1Beta1Client. getOccurrenceNote(OccurrenceName name)Gets the note attached to the specified occurrence.OccurrenceGrafeasV1Beta1Client. updateOccurrence(OccurrenceName name, Occurrence occurrence, com.google.protobuf.FieldMask updateMask)Updates the specified occurrence. -
Uses of OccurrenceName in com.google.containeranalysis.v1beta1
Methods in com.google.containeranalysis.v1beta1 that return OccurrenceName Modifier and Type Method Description OccurrenceNameOccurrenceName.Builder. build()static OccurrenceNameOccurrenceName. of(String project, String occurrence)static OccurrenceNameOccurrenceName. parse(String formattedString)Methods in com.google.containeranalysis.v1beta1 that return types with arguments of type OccurrenceName Modifier and Type Method Description static List<OccurrenceName>OccurrenceName. parseList(List<String> formattedStrings)Method parameters in com.google.containeranalysis.v1beta1 with type arguments of type OccurrenceName Modifier and Type Method Description static List<String>OccurrenceName. toStringList(List<OccurrenceName> values)
-