public enum ClientConfigStatus extends Enum<ClientConfigStatus> implements com.google.protobuf.ProtocolMessageEnum
Config status from a client-side view.Protobuf enum
envoy.service.status.v4alpha.ClientConfigStatus| Enum Constant and Description |
|---|
CLIENT_ACKED
Client received the config and replied with ACK.
|
CLIENT_NACKED
Client received the config and replied with NACK.
|
CLIENT_REQUESTED
Client requested the config but hasn't received any config from management
server yet.
|
CLIENT_UNKNOWN
Config status is not available/unknown.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLIENT_ACKED_VALUE
Client received the config and replied with ACK.
|
static int |
CLIENT_NACKED_VALUE
Client received the config and replied with NACK.
|
static int |
CLIENT_REQUESTED_VALUE
Client requested the config but hasn't received any config from management
server yet.
|
static int |
CLIENT_UNKNOWN_VALUE
Config status is not available/unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientConfigStatus |
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<ClientConfigStatus> |
internalGetValueMap() |
static ClientConfigStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClientConfigStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClientConfigStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientConfigStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientConfigStatus CLIENT_UNKNOWN
Config status is not available/unknown.
CLIENT_UNKNOWN = 0;public static final ClientConfigStatus CLIENT_REQUESTED
Client requested the config but hasn't received any config from management server yet.
CLIENT_REQUESTED = 1;public static final ClientConfigStatus CLIENT_ACKED
Client received the config and replied with ACK.
CLIENT_ACKED = 2;public static final ClientConfigStatus CLIENT_NACKED
Client received the config and replied with NACK. Notably, the attached config dump is not the NACKed version, but the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.
CLIENT_NACKED = 3;public static final ClientConfigStatus UNRECOGNIZED
public static final int CLIENT_UNKNOWN_VALUE
Config status is not available/unknown.
CLIENT_UNKNOWN = 0;public static final int CLIENT_REQUESTED_VALUE
Client requested the config but hasn't received any config from management server yet.
CLIENT_REQUESTED = 1;public static final int CLIENT_ACKED_VALUE
Client received the config and replied with ACK.
CLIENT_ACKED = 2;public static final int CLIENT_NACKED_VALUE
Client received the config and replied with NACK. Notably, the attached config dump is not the NACKed version, but the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.
CLIENT_NACKED = 3;public static ClientConfigStatus[] values()
for (ClientConfigStatus c : ClientConfigStatus.values()) System.out.println(c);
public static ClientConfigStatus 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 ClientConfigStatus valueOf(int value)
forNumber(int) instead.public static ClientConfigStatus forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ClientConfigStatus> 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 ClientConfigStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2021 The Envoy Project. All rights reserved.