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,Serializable,Comparable<AccessLogType>
public enum AccessLogType extends Enum<AccessLogType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumenvoy.data.accesslog.v3.AccessLogType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DownstreamEndDownstreamEnd = 6;DownstreamPeriodicDownstreamPeriodic = 5;DownstreamStartDownstreamStart = 4;DownstreamTunnelSuccessfullyEstablishedDownstreamTunnelSuccessfullyEstablished = 10;NotSetNotSet = 0;TcpConnectionEndTcpConnectionEnd = 3;TcpPeriodicTcpPeriodic = 2;TcpUpstreamConnectedTcpUpstreamConnected = 1;UNRECOGNIZEDUpstreamEndUpstreamEnd = 9;UpstreamPeriodicUpstreamPeriodic = 8;UpstreamPoolReadyUpstreamPoolReady = 7;
-
Field Summary
Fields Modifier and Type Field Description static intDownstreamEnd_VALUEDownstreamEnd = 6;static intDownstreamPeriodic_VALUEDownstreamPeriodic = 5;static intDownstreamStart_VALUEDownstreamStart = 4;static intDownstreamTunnelSuccessfullyEstablished_VALUEDownstreamTunnelSuccessfullyEstablished = 10;static intNotSet_VALUENotSet = 0;static intTcpConnectionEnd_VALUETcpConnectionEnd = 3;static intTcpPeriodic_VALUETcpPeriodic = 2;static intTcpUpstreamConnected_VALUETcpUpstreamConnected = 1;static intUpstreamEnd_VALUEUpstreamEnd = 9;static intUpstreamPeriodic_VALUEUpstreamPeriodic = 8;static intUpstreamPoolReady_VALUEUpstreamPoolReady = 7;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AccessLogTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AccessLogType>internalGetValueMap()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 AccessLogTypevalueOf(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;
-
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
-
-
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(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:
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 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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein 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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-