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