public enum CertificateMapEntry.Matcher extends Enum<CertificateMapEntry.Matcher> implements ProtocolMessageEnum
Defines predefined cases other than SNI-hostname match when this configuration should be applied.
Protobuf enum google.events.cloud.certificatemanager.v1.CertificateMapEntry.Matcher
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
MATCHER_UNSPECIFIED | A matcher has't been recognized. |
MATCHER_UNSPECIFIED_VALUE | 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. |
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. |
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() |