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