public enum SslConfig.CaSource extends Enum<SslConfig.CaSource> implements ProtocolMessageEnum
Certificate Authority (CA) source for SSL/TLS certificates.
Protobuf enum google.cloud.alloydb.v1.SslConfig.CaSource
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CA_SOURCE_MANAGED |
Certificate Authority (CA) managed by the AlloyDB Cluster. |
CA_SOURCE_MANAGED_VALUE |
Certificate Authority (CA) managed by the AlloyDB Cluster. |
CA_SOURCE_UNSPECIFIED |
Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED. |
CA_SOURCE_UNSPECIFIED_VALUE |
Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |