Uses of Class
com.google.cloud.alloydb.v1alpha.SslConfig.SslMode
-
Packages that use SslConfig.SslMode Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB API -
-
Uses of SslConfig.SslMode in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return SslConfig.SslMode Modifier and Type Method Description static SslConfig.SslMode
SslConfig.SslMode. forNumber(int value)
SslConfig.SslMode
SslConfig.Builder. getSslMode()
Optional.SslConfig.SslMode
SslConfig. getSslMode()
Optional.SslConfig.SslMode
SslConfigOrBuilder. getSslMode()
Optional.static SslConfig.SslMode
SslConfig.SslMode. valueOf(int value)
Deprecated.static SslConfig.SslMode
SslConfig.SslMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SslConfig.SslMode
SslConfig.SslMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SslConfig.SslMode[]
SslConfig.SslMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type SslConfig.SslMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SslConfig.SslMode>
SslConfig.SslMode. internalGetValueMap()
Methods in com.google.cloud.alloydb.v1alpha with parameters of type SslConfig.SslMode Modifier and Type Method Description SslConfig.Builder
SslConfig.Builder. setSslMode(SslConfig.SslMode value)
Optional.
-