public static enum CertificateMapEntry.Matcher extends Enum<CertificateMapEntry.Matcher> implements com.google.protobuf.ProtocolMessageEnum
Defines predefined cases other than SNI-hostname match when this configuration should be applied.Protobuf enum
google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher| Enum Constant and Description |
|---|
MATCHER_UNSPECIFIED
A matcher has't been recognized.
|
PRIMARY
A primary certificate that is served when SNI wasn't specified in the
request or SNI couldn't be found in the map.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MATCHER_UNSPECIFIED_VALUE
A matcher has't been recognized.
|
static int |
PRIMARY_VALUE
A primary certificate that is served when SNI wasn't specified in the
request or SNI couldn't be found in the map.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateMapEntry.Matcher |
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<CertificateMapEntry.Matcher> |
internalGetValueMap() |
static CertificateMapEntry.Matcher |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CertificateMapEntry.Matcher |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CertificateMapEntry.Matcher |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateMapEntry.Matcher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateMapEntry.Matcher MATCHER_UNSPECIFIED
A matcher has't been recognized.
MATCHER_UNSPECIFIED = 0;public static final CertificateMapEntry.Matcher PRIMARY
A primary certificate that is served when SNI wasn't specified in the request or SNI couldn't be found in the map.
PRIMARY = 1;public static final CertificateMapEntry.Matcher UNRECOGNIZED
public static final int MATCHER_UNSPECIFIED_VALUE
A matcher has't been recognized.
MATCHER_UNSPECIFIED = 0;public static final int PRIMARY_VALUE
A primary certificate that is served when SNI wasn't specified in the request or SNI couldn't be found in the map.
PRIMARY = 1;public static CertificateMapEntry.Matcher[] values()
for (CertificateMapEntry.Matcher c : CertificateMapEntry.Matcher.values()) System.out.println(c);
public static CertificateMapEntry.Matcher 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 CertificateMapEntry.Matcher valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CertificateMapEntry.Matcher forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CertificateMapEntry.Matcher> 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 CertificateMapEntry.Matcher valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.