java.lang.Object
java.lang.Enum<Field>
io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3.Field
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Field>, java.lang.constant.Constable

public enum Field extends Enum<Field> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum envoy.extensions.filters.http.thrift_to_metadata.v3.Field
  • Enum Constant Details

    • METHOD_NAME

      public static final Field METHOD_NAME
       The Thrift method name, string value.
       
      METHOD_NAME = 0;
    • PROTOCOL

      public static final Field PROTOCOL
       The Thrift protocol name, string value. Values are "binary", "binary/non-strict", and "compact", with "(auto)" suffix if
       :ref:`protocol <envoy_v3_api_field_extensions.filters.http.thrift_to_metadata.v3.ThriftToMetadata.protocol>`
       is set to :ref:`AUTO_PROTOCOL<envoy_v3_api_enum_value_extensions.filters.network.thrift_proxy.v3.ProtocolType.AUTO_PROTOCOL>`
       
      PROTOCOL = 1;
    • TRANSPORT

      public static final Field TRANSPORT
       The Thrift transport name, string value. Values are "framed", "header", and "unframed", with "(auto)" suffix if
       :ref:`transport <envoy_v3_api_field_extensions.filters.http.thrift_to_metadata.v3.ThriftToMetadata.transport>`
       is set to :ref:`AUTO_TRANSPORT<envoy_v3_api_enum_value_extensions.filters.network.thrift_proxy.v3.TransportType.AUTO_TRANSPORT>`
       
      TRANSPORT = 2;
    • HEADER_FLAGS

      public static final Field HEADER_FLAGS
       The Thrift message type, singed 16-bit integer value.
       
      HEADER_FLAGS = 3;
    • SEQUENCE_ID

      public static final Field SEQUENCE_ID
       The Thrift sequence ID, singed 32-bit integer value.
       
      SEQUENCE_ID = 4;
    • MESSAGE_TYPE

      public static final Field MESSAGE_TYPE
       The Thrift message type, string value. Values in request are "call" and "oneway", and in response are "reply" and "exception".
       
      MESSAGE_TYPE = 5;
    • REPLY_TYPE

      public static final Field REPLY_TYPE
       The Thrift reply type, string value. This is only valid for response rules. Values are "success" and "error".
       
      REPLY_TYPE = 6;
    • UNRECOGNIZED

      public static final Field UNRECOGNIZED
  • Field Details

    • METHOD_NAME_VALUE

      public static final int METHOD_NAME_VALUE
       The Thrift method name, string value.
       
      METHOD_NAME = 0;
      See Also:
    • PROTOCOL_VALUE

      public static final int PROTOCOL_VALUE
       The Thrift protocol name, string value. Values are "binary", "binary/non-strict", and "compact", with "(auto)" suffix if
       :ref:`protocol <envoy_v3_api_field_extensions.filters.http.thrift_to_metadata.v3.ThriftToMetadata.protocol>`
       is set to :ref:`AUTO_PROTOCOL<envoy_v3_api_enum_value_extensions.filters.network.thrift_proxy.v3.ProtocolType.AUTO_PROTOCOL>`
       
      PROTOCOL = 1;
      See Also:
    • TRANSPORT_VALUE

      public static final int TRANSPORT_VALUE
       The Thrift transport name, string value. Values are "framed", "header", and "unframed", with "(auto)" suffix if
       :ref:`transport <envoy_v3_api_field_extensions.filters.http.thrift_to_metadata.v3.ThriftToMetadata.transport>`
       is set to :ref:`AUTO_TRANSPORT<envoy_v3_api_enum_value_extensions.filters.network.thrift_proxy.v3.TransportType.AUTO_TRANSPORT>`
       
      TRANSPORT = 2;
      See Also:
    • HEADER_FLAGS_VALUE

      public static final int HEADER_FLAGS_VALUE
       The Thrift message type, singed 16-bit integer value.
       
      HEADER_FLAGS = 3;
      See Also:
    • SEQUENCE_ID_VALUE

      public static final int SEQUENCE_ID_VALUE
       The Thrift sequence ID, singed 32-bit integer value.
       
      SEQUENCE_ID = 4;
      See Also:
    • MESSAGE_TYPE_VALUE

      public static final int MESSAGE_TYPE_VALUE
       The Thrift message type, string value. Values in request are "call" and "oneway", and in response are "reply" and "exception".
       
      MESSAGE_TYPE = 5;
      See Also:
    • REPLY_TYPE_VALUE

      public static final int REPLY_TYPE_VALUE
       The Thrift reply type, string value. This is only valid for response rules. Values are "success" and "error".
       
      REPLY_TYPE = 6;
      See Also:
  • Method Details

    • values

      public static Field[] 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

      public static Field 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static Field 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static Field 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<Field> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static Field 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 name
      NullPointerException - if the argument is null