Enum AccessLogType

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<AccessLogType>

    public enum AccessLogType
    extends java.lang.Enum<AccessLogType>
    implements com.google.protobuf.ProtocolMessageEnum
    Protobuf enum envoy.data.accesslog.v3.AccessLogType
    • Enum Constant Detail

      • 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;
    • Field Detail

      • TcpUpstreamConnected_VALUE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        private final int value
    • Constructor Detail

      • AccessLogType

        private AccessLogType​(int value)
    • Method Detail

      • values

        public static AccessLogType[] 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 (AccessLogType c : AccessLogType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AccessLogType 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 name
        java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null