Uses of Class
com.google.containeranalysis.v1.OccurrenceName
-
Packages that use OccurrenceName Package Description com.google.containeranalysis.v1 -
-
Uses of OccurrenceName in com.google.containeranalysis.v1
Methods in com.google.containeranalysis.v1 that return OccurrenceName Modifier and Type Method Description OccurrenceName
OccurrenceName.Builder. build()
static OccurrenceName
OccurrenceName. of(String project, String occurrence)
static OccurrenceName
OccurrenceName. parse(String formattedString)
Methods in com.google.containeranalysis.v1 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.v1 with type arguments of type OccurrenceName Modifier and Type Method Description static List<String>
OccurrenceName. toStringList(List<OccurrenceName> values)
-