Enum AccessLogType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<AccessLogType>
public enum AccessLogType
extends Enum<AccessLogType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
envoy.data.accesslog.v3.AccessLogType
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDownstreamEnd = 6;
DownstreamPeriodic = 5;
DownstreamStart = 4;
DownstreamTunnelSuccessfullyEstablished = 10;
NotSet = 0;
TcpConnectionEnd = 3;
TcpPeriodic = 2;
TcpUpstreamConnected = 1;
UdpPeriodic = 12;
UdpSessionEnd = 13;
UdpTunnelUpstreamConnected = 11;
UpstreamEnd = 9;
UpstreamPeriodic = 8;
UpstreamPoolReady = 7;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
DownstreamEnd = 6;
static final int
DownstreamPeriodic = 5;
static final int
DownstreamStart = 4;
static final int
DownstreamTunnelSuccessfullyEstablished = 10;
private static final com.google.protobuf.Internal.EnumLiteMap
<AccessLogType> static final int
NotSet = 0;
static final int
TcpConnectionEnd = 3;
static final int
TcpPeriodic = 2;
static final int
TcpUpstreamConnected = 1;
static final int
UdpPeriodic = 12;
static final int
UdpSessionEnd = 13;
static final int
UdpTunnelUpstreamConnected = 11;
static final int
UpstreamEnd = 9;
static final int
UpstreamPeriodic = 8;
static final int
UpstreamPoolReady = 7;
private final int
private static final AccessLogType[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessLogType
forNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap
<AccessLogType> static AccessLogType
valueOf
(int value) Deprecated.static AccessLogType
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AccessLogType
Returns the enum constant of this type with the specified name.static AccessLogType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NotSet
NotSet = 0;
-
TcpUpstreamConnected
TcpUpstreamConnected = 1;
-
TcpPeriodic
TcpPeriodic = 2;
-
TcpConnectionEnd
TcpConnectionEnd = 3;
-
DownstreamStart
DownstreamStart = 4;
-
DownstreamPeriodic
DownstreamPeriodic = 5;
-
DownstreamEnd
DownstreamEnd = 6;
-
UpstreamPoolReady
UpstreamPoolReady = 7;
-
UpstreamPeriodic
UpstreamPeriodic = 8;
-
UpstreamEnd
UpstreamEnd = 9;
-
DownstreamTunnelSuccessfullyEstablished
DownstreamTunnelSuccessfullyEstablished = 10;
-
UdpTunnelUpstreamConnected
UdpTunnelUpstreamConnected = 11;
-
UdpPeriodic
UdpPeriodic = 12;
-
UdpSessionEnd
UdpSessionEnd = 13;
-
UNRECOGNIZED
-
-
Field Details
-
NotSet_VALUE
public static final int NotSet_VALUENotSet = 0;
- See Also:
-
TcpUpstreamConnected_VALUE
public static final int TcpUpstreamConnected_VALUETcpUpstreamConnected = 1;
- See Also:
-
TcpPeriodic_VALUE
public static final int TcpPeriodic_VALUETcpPeriodic = 2;
- See Also:
-
TcpConnectionEnd_VALUE
public static final int TcpConnectionEnd_VALUETcpConnectionEnd = 3;
- See Also:
-
DownstreamStart_VALUE
public static final int DownstreamStart_VALUEDownstreamStart = 4;
- See Also:
-
DownstreamPeriodic_VALUE
public static final int DownstreamPeriodic_VALUEDownstreamPeriodic = 5;
- See Also:
-
DownstreamEnd_VALUE
public static final int DownstreamEnd_VALUEDownstreamEnd = 6;
- See Also:
-
UpstreamPoolReady_VALUE
public static final int UpstreamPoolReady_VALUEUpstreamPoolReady = 7;
- See Also:
-
UpstreamPeriodic_VALUE
public static final int UpstreamPeriodic_VALUEUpstreamPeriodic = 8;
- See Also:
-
UpstreamEnd_VALUE
public static final int UpstreamEnd_VALUEUpstreamEnd = 9;
- See Also:
-
DownstreamTunnelSuccessfullyEstablished_VALUE
public static final int DownstreamTunnelSuccessfullyEstablished_VALUEDownstreamTunnelSuccessfullyEstablished = 10;
- See Also:
-
UdpTunnelUpstreamConnected_VALUE
public static final int UdpTunnelUpstreamConnected_VALUEUdpTunnelUpstreamConnected = 11;
- See Also:
-
UdpPeriodic_VALUE
public static final int UdpPeriodic_VALUEUdpPeriodic = 12;
- See Also:
-
UdpSessionEnd_VALUE
public static final int UdpSessionEnd_VALUEUdpSessionEnd = 13;
- See Also:
-
internalValueMap
-
VALUES
-
value
private final int value
-
-
Constructor Details
-
AccessLogType
private AccessLogType(int value)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-