Enum AccessLogFilter.FilterSpecifierCase
- java.lang.Object
-
- java.lang.Enum<AccessLogFilter.FilterSpecifierCase>
-
- io.envoyproxy.envoy.config.accesslog.v3.AccessLogFilter.FilterSpecifierCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,java.io.Serializable
,java.lang.Comparable<AccessLogFilter.FilterSpecifierCase>
- Enclosing class:
- AccessLogFilter
public static enum AccessLogFilter.FilterSpecifierCase extends java.lang.Enum<AccessLogFilter.FilterSpecifierCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private int
value
-
Constructor Summary
Constructors Modifier Constructor Description private
FilterSpecifierCase(int value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AccessLogFilter.FilterSpecifierCase
forNumber(int value)
int
getNumber()
static AccessLogFilter.FilterSpecifierCase
valueOf(int value)
Deprecated.static AccessLogFilter.FilterSpecifierCase
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AccessLogFilter.FilterSpecifierCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STATUS_CODE_FILTER
public static final AccessLogFilter.FilterSpecifierCase STATUS_CODE_FILTER
-
DURATION_FILTER
public static final AccessLogFilter.FilterSpecifierCase DURATION_FILTER
-
NOT_HEALTH_CHECK_FILTER
public static final AccessLogFilter.FilterSpecifierCase NOT_HEALTH_CHECK_FILTER
-
TRACEABLE_FILTER
public static final AccessLogFilter.FilterSpecifierCase TRACEABLE_FILTER
-
RUNTIME_FILTER
public static final AccessLogFilter.FilterSpecifierCase RUNTIME_FILTER
-
AND_FILTER
public static final AccessLogFilter.FilterSpecifierCase AND_FILTER
-
OR_FILTER
public static final AccessLogFilter.FilterSpecifierCase OR_FILTER
-
HEADER_FILTER
public static final AccessLogFilter.FilterSpecifierCase HEADER_FILTER
-
RESPONSE_FLAG_FILTER
public static final AccessLogFilter.FilterSpecifierCase RESPONSE_FLAG_FILTER
-
GRPC_STATUS_FILTER
public static final AccessLogFilter.FilterSpecifierCase GRPC_STATUS_FILTER
-
EXTENSION_FILTER
public static final AccessLogFilter.FilterSpecifierCase EXTENSION_FILTER
-
METADATA_FILTER
public static final AccessLogFilter.FilterSpecifierCase METADATA_FILTER
-
LOG_TYPE_FILTER
public static final AccessLogFilter.FilterSpecifierCase LOG_TYPE_FILTER
-
FILTERSPECIFIER_NOT_SET
public static final AccessLogFilter.FilterSpecifierCase FILTERSPECIFIER_NOT_SET
-
-
Method Detail
-
values
public static AccessLogFilter.FilterSpecifierCase[] 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 (AccessLogFilter.FilterSpecifierCase c : AccessLogFilter.FilterSpecifierCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AccessLogFilter.FilterSpecifierCase 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
-
valueOf
@Deprecated public static AccessLogFilter.FilterSpecifierCase 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 AccessLogFilter.FilterSpecifierCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-