Uses of Class
com.google.cloud.alloydb.v1.UserPassword
-
Packages that use UserPassword Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of UserPassword in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return UserPassword Modifier and Type Method Description UserPassword
UserPassword.Builder. build()
UserPassword
UserPassword.Builder. buildPartial()
static UserPassword
UserPassword. getDefaultInstance()
UserPassword
UserPassword.Builder. getDefaultInstanceForType()
UserPassword
UserPassword. getDefaultInstanceForType()
UserPassword
Cluster.Builder. getInitialUser()
Input only.UserPassword
Cluster. getInitialUser()
Input only.UserPassword
ClusterOrBuilder. getInitialUser()
Input only.static UserPassword
UserPassword. parseDelimitedFrom(InputStream input)
static UserPassword
UserPassword. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserPassword
UserPassword. parseFrom(byte[] data)
static UserPassword
UserPassword. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserPassword
UserPassword. parseFrom(com.google.protobuf.ByteString data)
static UserPassword
UserPassword. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserPassword
UserPassword. parseFrom(com.google.protobuf.CodedInputStream input)
static UserPassword
UserPassword. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserPassword
UserPassword. parseFrom(InputStream input)
static UserPassword
UserPassword. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserPassword
UserPassword. parseFrom(ByteBuffer data)
static UserPassword
UserPassword. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1 that return types with arguments of type UserPassword Modifier and Type Method Description com.google.protobuf.Parser<UserPassword>
UserPassword. getParserForType()
static com.google.protobuf.Parser<UserPassword>
UserPassword. parser()
Methods in com.google.cloud.alloydb.v1 with parameters of type UserPassword Modifier and Type Method Description UserPassword.Builder
UserPassword.Builder. mergeFrom(UserPassword other)
Cluster.Builder
Cluster.Builder. mergeInitialUser(UserPassword value)
Input only.static UserPassword.Builder
UserPassword. newBuilder(UserPassword prototype)
Cluster.Builder
Cluster.Builder. setInitialUser(UserPassword value)
Input only.
-