Uses of Class
com.google.cloud.alloydb.v1alpha.SupportedDatabaseFlagName
-
Packages that use SupportedDatabaseFlagName Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB API -
-
Uses of SupportedDatabaseFlagName in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return SupportedDatabaseFlagName Modifier and Type Method Description SupportedDatabaseFlagName
SupportedDatabaseFlagName.Builder. build()
static SupportedDatabaseFlagName
SupportedDatabaseFlagName. of(String project, String location, String flag)
static SupportedDatabaseFlagName
SupportedDatabaseFlagName. parse(String formattedString)
Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type SupportedDatabaseFlagName Modifier and Type Method Description static List<SupportedDatabaseFlagName>
SupportedDatabaseFlagName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.alloydb.v1alpha with type arguments of type SupportedDatabaseFlagName Modifier and Type Method Description static List<String>
SupportedDatabaseFlagName. toStringList(List<SupportedDatabaseFlagName> values)
-