public static enum SslConfig.CaSource extends Enum<SslConfig.CaSource> implements com.google.protobuf.ProtocolMessageEnum
Certificate Authority (CA) source for SSL/TLS certificates.Protobuf enum
google.cloud.alloydb.v1.SslConfig.CaSource| Enum Constant and Description |
|---|
CA_SOURCE_MANAGED
Certificate Authority (CA) managed by the AlloyDB Cluster.
|
CA_SOURCE_UNSPECIFIED
Certificate Authority (CA) source not specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CA_SOURCE_MANAGED_VALUE
Certificate Authority (CA) managed by the AlloyDB Cluster.
|
static int |
CA_SOURCE_UNSPECIFIED_VALUE
Certificate Authority (CA) source not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static SslConfig.CaSource |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SslConfig.CaSource> |
internalGetValueMap() |
static SslConfig.CaSource |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SslConfig.CaSource |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SslConfig.CaSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslConfig.CaSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SslConfig.CaSource CA_SOURCE_UNSPECIFIED
Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED.
CA_SOURCE_UNSPECIFIED = 0;public static final SslConfig.CaSource CA_SOURCE_MANAGED
Certificate Authority (CA) managed by the AlloyDB Cluster.
CA_SOURCE_MANAGED = 1;public static final SslConfig.CaSource UNRECOGNIZED
public static final int CA_SOURCE_UNSPECIFIED_VALUE
Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED.
CA_SOURCE_UNSPECIFIED = 0;public static final int CA_SOURCE_MANAGED_VALUE
Certificate Authority (CA) managed by the AlloyDB Cluster.
CA_SOURCE_MANAGED = 1;public static SslConfig.CaSource[] values()
for (SslConfig.CaSource c : SslConfig.CaSource.values()) System.out.println(c);
public static SslConfig.CaSource valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SslConfig.CaSource valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SslConfig.CaSource forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SslConfig.CaSource> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SslConfig.CaSource valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.