Enum AccessLogType
- java.lang.Object
-
- java.lang.Enum<AccessLogType>
-
- io.envoyproxy.envoy.data.accesslog.v3.AccessLogType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,java.io.Serializable
,java.lang.Comparable<AccessLogType>
public enum AccessLogType extends java.lang.Enum<AccessLogType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumenvoy.data.accesslog.v3.AccessLogType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DownstreamEnd
DownstreamEnd = 6;
DownstreamPeriodic
DownstreamPeriodic = 5;
DownstreamStart
DownstreamStart = 4;
DownstreamTunnelSuccessfullyEstablished
DownstreamTunnelSuccessfullyEstablished = 10;
NotSet
NotSet = 0;
TcpConnectionEnd
TcpConnectionEnd = 3;
TcpPeriodic
TcpPeriodic = 2;
TcpUpstreamConnected
TcpUpstreamConnected = 1;
UdpPeriodic
UdpPeriodic = 12;
UdpSessionEnd
UdpSessionEnd = 13;
UdpTunnelUpstreamConnected
UdpTunnelUpstreamConnected = 11;
UNRECOGNIZED
UpstreamEnd
UpstreamEnd = 9;
UpstreamPeriodic
UpstreamPeriodic = 8;
UpstreamPoolReady
UpstreamPoolReady = 7;
-
Field Summary
Fields Modifier and Type Field Description static int
DownstreamEnd_VALUE
DownstreamEnd = 6;
static int
DownstreamPeriodic_VALUE
DownstreamPeriodic = 5;
static int
DownstreamStart_VALUE
DownstreamStart = 4;
static int
DownstreamTunnelSuccessfullyEstablished_VALUE
DownstreamTunnelSuccessfullyEstablished = 10;
private static com.google.protobuf.Internal.EnumLiteMap<AccessLogType>
internalValueMap
static int
NotSet_VALUE
NotSet = 0;
static int
TcpConnectionEnd_VALUE
TcpConnectionEnd = 3;
static int
TcpPeriodic_VALUE
TcpPeriodic = 2;
static int
TcpUpstreamConnected_VALUE
TcpUpstreamConnected = 1;
static int
UdpPeriodic_VALUE
UdpPeriodic = 12;
static int
UdpSessionEnd_VALUE
UdpSessionEnd = 13;
static int
UdpTunnelUpstreamConnected_VALUE
UdpTunnelUpstreamConnected = 11;
static int
UpstreamEnd_VALUE
UpstreamEnd = 9;
static int
UpstreamPeriodic_VALUE
UpstreamPeriodic = 8;
static int
UpstreamPoolReady_VALUE
UpstreamPoolReady = 7;
private int
value
private static AccessLogType[]
VALUES
-
Constructor Summary
Constructors Modifier Constructor Description private
AccessLogType(int value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AccessLogType
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<AccessLogType>
internalGetValueMap()
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
valueOf(java.lang.String name)
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 Detail
-
NotSet
public static final AccessLogType NotSet
NotSet = 0;
-
TcpUpstreamConnected
public static final AccessLogType TcpUpstreamConnected
TcpUpstreamConnected = 1;
-
TcpPeriodic
public static final AccessLogType TcpPeriodic
TcpPeriodic = 2;
-
TcpConnectionEnd
public static final AccessLogType TcpConnectionEnd
TcpConnectionEnd = 3;
-
DownstreamStart
public static final AccessLogType DownstreamStart
DownstreamStart = 4;
-
DownstreamPeriodic
public static final AccessLogType DownstreamPeriodic
DownstreamPeriodic = 5;
-
DownstreamEnd
public static final AccessLogType DownstreamEnd
DownstreamEnd = 6;
-
UpstreamPoolReady
public static final AccessLogType UpstreamPoolReady
UpstreamPoolReady = 7;
-
UpstreamPeriodic
public static final AccessLogType UpstreamPeriodic
UpstreamPeriodic = 8;
-
UpstreamEnd
public static final AccessLogType UpstreamEnd
UpstreamEnd = 9;
-
DownstreamTunnelSuccessfullyEstablished
public static final AccessLogType DownstreamTunnelSuccessfullyEstablished
DownstreamTunnelSuccessfullyEstablished = 10;
-
UdpTunnelUpstreamConnected
public static final AccessLogType UdpTunnelUpstreamConnected
UdpTunnelUpstreamConnected = 11;
-
UdpPeriodic
public static final AccessLogType UdpPeriodic
UdpPeriodic = 12;
-
UdpSessionEnd
public static final AccessLogType UdpSessionEnd
UdpSessionEnd = 13;
-
UNRECOGNIZED
public static final AccessLogType UNRECOGNIZED
-
-
Field Detail
-
NotSet_VALUE
public static final int NotSet_VALUE
NotSet = 0;
- See Also:
- Constant Field Values
-
TcpUpstreamConnected_VALUE
public static final int TcpUpstreamConnected_VALUE
TcpUpstreamConnected = 1;
- See Also:
- Constant Field Values
-
TcpPeriodic_VALUE
public static final int TcpPeriodic_VALUE
TcpPeriodic = 2;
- See Also:
- Constant Field Values
-
TcpConnectionEnd_VALUE
public static final int TcpConnectionEnd_VALUE
TcpConnectionEnd = 3;
- See Also:
- Constant Field Values
-
DownstreamStart_VALUE
public static final int DownstreamStart_VALUE
DownstreamStart = 4;
- See Also:
- Constant Field Values
-
DownstreamPeriodic_VALUE
public static final int DownstreamPeriodic_VALUE
DownstreamPeriodic = 5;
- See Also:
- Constant Field Values
-
DownstreamEnd_VALUE
public static final int DownstreamEnd_VALUE
DownstreamEnd = 6;
- See Also:
- Constant Field Values
-
UpstreamPoolReady_VALUE
public static final int UpstreamPoolReady_VALUE
UpstreamPoolReady = 7;
- See Also:
- Constant Field Values
-
UpstreamPeriodic_VALUE
public static final int UpstreamPeriodic_VALUE
UpstreamPeriodic = 8;
- See Also:
- Constant Field Values
-
UpstreamEnd_VALUE
public static final int UpstreamEnd_VALUE
UpstreamEnd = 9;
- See Also:
- Constant Field Values
-
DownstreamTunnelSuccessfullyEstablished_VALUE
public static final int DownstreamTunnelSuccessfullyEstablished_VALUE
DownstreamTunnelSuccessfullyEstablished = 10;
- See Also:
- Constant Field Values
-
UdpTunnelUpstreamConnected_VALUE
public static final int UdpTunnelUpstreamConnected_VALUE
UdpTunnelUpstreamConnected = 11;
- See Also:
- Constant Field Values
-
UdpPeriodic_VALUE
public static final int UdpPeriodic_VALUE
UdpPeriodic = 12;
- See Also:
- Constant Field Values
-
UdpSessionEnd_VALUE
public static final int UdpSessionEnd_VALUE
UdpSessionEnd = 13;
- See Also:
- Constant Field Values
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<AccessLogType> internalValueMap
-
VALUES
private static final AccessLogType[] VALUES
-
value
private final int value
-
-
Method Detail
-
values
public static AccessLogType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AccessLogType c : AccessLogType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AccessLogType valueOf(java.lang.String name)
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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- 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 public static AccessLogType valueOf(int value)
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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
forNumber
public static AccessLogType forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AccessLogType> 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
public static AccessLogType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-