public static enum CertificateMap.GclbTarget.TargetProxyCase extends Enum<CertificateMap.GclbTarget.TargetProxyCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
TARGET_HTTPS_PROXY |
TARGET_SSL_PROXY |
TARGETPROXY_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static CertificateMap.GclbTarget.TargetProxyCase |
forNumber(int value) |
int |
getNumber() |
static CertificateMap.GclbTarget.TargetProxyCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CertificateMap.GclbTarget.TargetProxyCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateMap.GclbTarget.TargetProxyCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateMap.GclbTarget.TargetProxyCase TARGET_HTTPS_PROXY
public static final CertificateMap.GclbTarget.TargetProxyCase TARGET_SSL_PROXY
public static final CertificateMap.GclbTarget.TargetProxyCase TARGETPROXY_NOT_SET
public static CertificateMap.GclbTarget.TargetProxyCase[] values()
for (CertificateMap.GclbTarget.TargetProxyCase c : CertificateMap.GclbTarget.TargetProxyCase.values()) System.out.println(c);
public static CertificateMap.GclbTarget.TargetProxyCase 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 null@Deprecated public static CertificateMap.GclbTarget.TargetProxyCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static CertificateMap.GclbTarget.TargetProxyCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.