public static enum CaptureOuterClass.FileSink.Format extends Enum<CaptureOuterClass.FileSink.Format> implements com.google.protobuf.ProtocolMessageEnum
File format.Protobuf enum
envoy.config.transport_socket.capture.v2alpha.FileSink.Format| Enum Constant and Description |
|---|
PROTO_BINARY
Binary proto format as per :ref:`Trace
<envoy_api_msg_data.tap.v2alpha.Trace>`.
|
PROTO_TEXT
Text proto format as per :ref:`Trace
<envoy_api_msg_data.tap.v2alpha.Trace>`.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PROTO_BINARY_VALUE
Binary proto format as per :ref:`Trace
<envoy_api_msg_data.tap.v2alpha.Trace>`.
|
static int |
PROTO_TEXT_VALUE
Text proto format as per :ref:`Trace
<envoy_api_msg_data.tap.v2alpha.Trace>`.
|
| Modifier and Type | Method and Description |
|---|---|
static CaptureOuterClass.FileSink.Format |
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<CaptureOuterClass.FileSink.Format> |
internalGetValueMap() |
static CaptureOuterClass.FileSink.Format |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CaptureOuterClass.FileSink.Format |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CaptureOuterClass.FileSink.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptureOuterClass.FileSink.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaptureOuterClass.FileSink.Format PROTO_BINARY
Binary proto format as per :ref:`Trace <envoy_api_msg_data.tap.v2alpha.Trace>`.
PROTO_BINARY = 0;public static final CaptureOuterClass.FileSink.Format PROTO_TEXT
Text proto format as per :ref:`Trace <envoy_api_msg_data.tap.v2alpha.Trace>`.
PROTO_TEXT = 1;public static final CaptureOuterClass.FileSink.Format UNRECOGNIZED
public static final int PROTO_BINARY_VALUE
Binary proto format as per :ref:`Trace <envoy_api_msg_data.tap.v2alpha.Trace>`.
PROTO_BINARY = 0;public static final int PROTO_TEXT_VALUE
Text proto format as per :ref:`Trace <envoy_api_msg_data.tap.v2alpha.Trace>`.
PROTO_TEXT = 1;public static CaptureOuterClass.FileSink.Format[] values()
for (CaptureOuterClass.FileSink.Format c : CaptureOuterClass.FileSink.Format.values()) System.out.println(c);
public static CaptureOuterClass.FileSink.Format 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CaptureOuterClass.FileSink.Format valueOf(int value)
forNumber(int) instead.public static CaptureOuterClass.FileSink.Format forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CaptureOuterClass.FileSink.Format> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CaptureOuterClass.FileSink.Format valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018 The Envoy Project. All rights reserved.