public static enum Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase extends Enum<Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ENDPOINT_HEALTH_RESPONSE |
HEALTH_CHECK_REQUEST |
REQUESTTYPE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase |
forNumber(int value) |
int |
getNumber() |
static Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase HEALTH_CHECK_REQUEST
public static final Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase ENDPOINT_HEALTH_RESPONSE
public static final Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase REQUESTTYPE_NOT_SET
public static Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase[] values()
for (Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase c : Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase.values()) System.out.println(c);
public static Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase 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 Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase valueOf(int value)
forNumber(int) instead.public static Hds.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 The Envoy Project. All rights reserved.