Uses of Class
com.google.cloud.alloydb.v1alpha.UserName
-
Packages that use UserName Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB API -
-
Uses of UserName in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return UserName Modifier and Type Method Description UserName
UserName.Builder. build()
static UserName
UserName. of(String project, String location, String cluster, String user)
static UserName
UserName. parse(String formattedString)
Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type UserName Modifier and Type Method Description static List<UserName>
UserName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.alloydb.v1alpha with parameters of type UserName Modifier and Type Method Description void
AlloyDBAdminClient. deleteUser(UserName name)
Deletes a single User.User
AlloyDBAdminClient. getUser(UserName name)
Gets details of a single User.Method parameters in com.google.cloud.alloydb.v1alpha with type arguments of type UserName Modifier and Type Method Description static List<String>
UserName. toStringList(List<UserName> values)
-