Enum AccessLogType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<AccessLogType>
@Generated
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 intDownstreamEnd = 6;static final intDownstreamPeriodic = 5;static final intDownstreamStart = 4;static final intDownstreamTunnelSuccessfullyEstablished = 10;private static final com.google.protobuf.Internal.EnumLiteMap<AccessLogType> static final intNotSet = 0;static final intTcpConnectionEnd = 3;static final intTcpPeriodic = 2;static final intTcpUpstreamConnected = 1;static final intUdpPeriodic = 12;static final intUdpSessionEnd = 13;static final intUdpTunnelUpstreamConnected = 11;static final intUpstreamEnd = 9;static final intUpstreamPeriodic = 8;static final intUpstreamPoolReady = 7;private final intprivate static final AccessLogType[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessLogTypeforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<AccessLogType> static AccessLogTypevalueOf(int value) Deprecated.static AccessLogTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AccessLogTypeReturns 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static 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
-