Uses of Class
com.google.containeranalysis.v1.NoteName
-
Packages that use NoteName Package Description com.google.containeranalysis.v1 -
-
Uses of NoteName in com.google.containeranalysis.v1
Methods in com.google.containeranalysis.v1 that return NoteName Modifier and Type Method Description NoteNameNoteName.Builder. build()static NoteNameNoteName. of(String project, String note)static NoteNameNoteName. parse(String formattedString)Methods in com.google.containeranalysis.v1 that return types with arguments of type NoteName Modifier and Type Method Description static List<NoteName>NoteName. parseList(List<String> formattedStrings)Method parameters in com.google.containeranalysis.v1 with type arguments of type NoteName Modifier and Type Method Description static List<String>NoteName. toStringList(List<NoteName> values)
-