public static enum FileAccessLog.AccessLogFormatCase extends Enum<FileAccessLog.AccessLogFormatCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ACCESSLOGFORMAT_NOT_SET |
FORMAT
Deprecated.
|
JSON_FORMAT
Deprecated.
|
LOG_FORMAT |
TYPED_JSON_FORMAT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static FileAccessLog.AccessLogFormatCase |
forNumber(int value) |
int |
getNumber() |
static FileAccessLog.AccessLogFormatCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FileAccessLog.AccessLogFormatCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileAccessLog.AccessLogFormatCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final FileAccessLog.AccessLogFormatCase FORMAT
@Deprecated public static final FileAccessLog.AccessLogFormatCase JSON_FORMAT
@Deprecated public static final FileAccessLog.AccessLogFormatCase TYPED_JSON_FORMAT
public static final FileAccessLog.AccessLogFormatCase LOG_FORMAT
public static final FileAccessLog.AccessLogFormatCase ACCESSLOGFORMAT_NOT_SET
public static FileAccessLog.AccessLogFormatCase[] values()
for (FileAccessLog.AccessLogFormatCase c : FileAccessLog.AccessLogFormatCase.values()) System.out.println(c);
public static FileAccessLog.AccessLogFormatCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static FileAccessLog.AccessLogFormatCase valueOf(int value)
forNumber(int) instead.public static FileAccessLog.AccessLogFormatCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018–2021 The Envoy Project. All rights reserved.