public static enum NetworkEndpointGroupsListEndpointsRequest.HealthStatus extends Enum<NetworkEndpointGroupsListEndpointsRequest.HealthStatus> implements com.google.protobuf.ProtocolMessageEnum
Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.Protobuf enum
google.cloud.compute.v1.NetworkEndpointGroupsListEndpointsRequest.HealthStatus| Enum Constant and Description |
|---|
SHOW
Show the health status for each network endpoint.
|
SKIP
Health status for network endpoints will not be provided.
|
UNDEFINED_HEALTH_STATUS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SHOW_VALUE
Show the health status for each network endpoint.
|
static int |
SKIP_VALUE
Health status for network endpoints will not be provided.
|
static int |
UNDEFINED_HEALTH_STATUS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkEndpointGroupsListEndpointsRequest.HealthStatus |
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<NetworkEndpointGroupsListEndpointsRequest.HealthStatus> |
internalGetValueMap() |
static NetworkEndpointGroupsListEndpointsRequest.HealthStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkEndpointGroupsListEndpointsRequest.HealthStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkEndpointGroupsListEndpointsRequest.HealthStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkEndpointGroupsListEndpointsRequest.HealthStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkEndpointGroupsListEndpointsRequest.HealthStatus UNDEFINED_HEALTH_STATUS
A value indicating that the enum field is not set.
UNDEFINED_HEALTH_STATUS = 0;public static final NetworkEndpointGroupsListEndpointsRequest.HealthStatus SHOW
Show the health status for each network endpoint. Impacts latency of the call.
SHOW = 2544381;public static final NetworkEndpointGroupsListEndpointsRequest.HealthStatus SKIP
Health status for network endpoints will not be provided.
SKIP = 2547071;public static final NetworkEndpointGroupsListEndpointsRequest.HealthStatus UNRECOGNIZED
public static final int UNDEFINED_HEALTH_STATUS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_HEALTH_STATUS = 0;public static final int SHOW_VALUE
Show the health status for each network endpoint. Impacts latency of the call.
SHOW = 2544381;public static final int SKIP_VALUE
Health status for network endpoints will not be provided.
SKIP = 2547071;public static NetworkEndpointGroupsListEndpointsRequest.HealthStatus[] values()
for (NetworkEndpointGroupsListEndpointsRequest.HealthStatus c : NetworkEndpointGroupsListEndpointsRequest.HealthStatus.values()) System.out.println(c);
public static NetworkEndpointGroupsListEndpointsRequest.HealthStatus 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 NetworkEndpointGroupsListEndpointsRequest.HealthStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkEndpointGroupsListEndpointsRequest.HealthStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkEndpointGroupsListEndpointsRequest.HealthStatus> 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 NetworkEndpointGroupsListEndpointsRequest.HealthStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.