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 enum envoy.data.accesslog.v3.AccessLogType
  • Enum Constant Details

    • 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;
    • UdpTunnelUpstreamConnected

      public static final AccessLogType UdpTunnelUpstreamConnected
      UdpTunnelUpstreamConnected = 11;
    • UdpPeriodic

      public static final AccessLogType UdpPeriodic
      UdpPeriodic = 12;
    • UdpSessionEnd

      public static final AccessLogType UdpSessionEnd
      UdpSessionEnd = 13;
    • UNRECOGNIZED

      public static final AccessLogType UNRECOGNIZED
  • Field Details

    • NotSet_VALUE

      public static final int NotSet_VALUE
      NotSet = 0;
      See Also:
    • TcpUpstreamConnected_VALUE

      public static final int TcpUpstreamConnected_VALUE
      TcpUpstreamConnected = 1;
      See Also:
    • TcpPeriodic_VALUE

      public static final int TcpPeriodic_VALUE
      TcpPeriodic = 2;
      See Also:
    • TcpConnectionEnd_VALUE

      public static final int TcpConnectionEnd_VALUE
      TcpConnectionEnd = 3;
      See Also:
    • DownstreamStart_VALUE

      public static final int DownstreamStart_VALUE
      DownstreamStart = 4;
      See Also:
    • DownstreamPeriodic_VALUE

      public static final int DownstreamPeriodic_VALUE
      DownstreamPeriodic = 5;
      See Also:
    • DownstreamEnd_VALUE

      public static final int DownstreamEnd_VALUE
      DownstreamEnd = 6;
      See Also:
    • UpstreamPoolReady_VALUE

      public static final int UpstreamPoolReady_VALUE
      UpstreamPoolReady = 7;
      See Also:
    • UpstreamPeriodic_VALUE

      public static final int UpstreamPeriodic_VALUE
      UpstreamPeriodic = 8;
      See Also:
    • UpstreamEnd_VALUE

      public static final int UpstreamEnd_VALUE
      UpstreamEnd = 9;
      See Also:
    • DownstreamTunnelSuccessfullyEstablished_VALUE

      public static final int DownstreamTunnelSuccessfullyEstablished_VALUE
      DownstreamTunnelSuccessfullyEstablished = 10;
      See Also:
    • UdpTunnelUpstreamConnected_VALUE

      public static final int UdpTunnelUpstreamConnected_VALUE
      UdpTunnelUpstreamConnected = 11;
      See Also:
    • UdpPeriodic_VALUE

      public static final int UdpPeriodic_VALUE
      UdpPeriodic = 12;
      See Also:
    • UdpSessionEnd_VALUE

      public static final int UdpSessionEnd_VALUE
      UdpSessionEnd = 13;
      See Also:
    • internalValueMap

      private static final com.google.protobuf.Internal.EnumLiteMap<AccessLogType> internalValueMap
    • VALUES

      private static final AccessLogType[] VALUES
    • value

      private final int value
  • Constructor Details

    • AccessLogType

      private AccessLogType(int value)
  • Method Details

    • values

      public static AccessLogType[] 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 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 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 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 name
      NullPointerException - 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:
      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 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 name
      NullPointerException - if the argument is null