枚举类 EnvoyFilterOuterClass.EnvoyFilter.ApplyTo

java.lang.Object
java.lang.Enum<EnvoyFilterOuterClass.EnvoyFilter.ApplyTo>
istio.networking.v1alpha3.EnvoyFilterOuterClass.EnvoyFilter.ApplyTo
所有已实现的接口:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<EnvoyFilterOuterClass.EnvoyFilter.ApplyTo>, java.lang.constant.Constable
封闭类:
EnvoyFilterOuterClass.EnvoyFilter

public static enum EnvoyFilterOuterClass.EnvoyFilter.ApplyTo extends Enum<EnvoyFilterOuterClass.EnvoyFilter.ApplyTo> implements com.google.protobuf.ProtocolMessageEnum
 `ApplyTo` specifies where in the Envoy configuration, the given patch should be applied.
 
Protobuf enum istio.networking.v1alpha3.EnvoyFilter.ApplyTo
  • 枚举常量详细资料

  • 字段详细资料

    • INVALID_VALUE

      public static final int INVALID_VALUE
      INVALID = 0;
      另请参阅:
    • LISTENER_VALUE

      public static final int LISTENER_VALUE
       Applies the patch to the listener.
       
      LISTENER = 1;
      另请参阅:
    • FILTER_CHAIN_VALUE

      public static final int FILTER_CHAIN_VALUE
       Applies the patch to the filter chain.
       
      FILTER_CHAIN = 2;
      另请参阅:
    • NETWORK_FILTER_VALUE

      public static final int NETWORK_FILTER_VALUE
       Applies the patch to the network filter chain, to modify an
       existing filter or add a new filter.
       
      NETWORK_FILTER = 3;
      另请参阅:
    • HTTP_FILTER_VALUE

      public static final int HTTP_FILTER_VALUE
       Applies the patch to the HTTP filter chain in the http
       connection manager, to modify an existing filter or add a new
       filter.
       
      HTTP_FILTER = 4;
      另请参阅:
    • ROUTE_CONFIGURATION_VALUE

      public static final int ROUTE_CONFIGURATION_VALUE
       Applies the patch to the Route configuration (rds output)
       inside a HTTP connection manager. This does not apply to the
       virtual host. Currently, only `MERGE` operation is allowed on the
       route configuration objects.
       
      ROUTE_CONFIGURATION = 5;
      另请参阅:
    • VIRTUAL_HOST_VALUE

      public static final int VIRTUAL_HOST_VALUE
       Applies the patch to a virtual host inside a route configuration.
       
      VIRTUAL_HOST = 6;
      另请参阅:
    • HTTP_ROUTE_VALUE

      public static final int HTTP_ROUTE_VALUE
       Applies the patch to a route object inside the matched virtual
       host in a route configuration.
       
      HTTP_ROUTE = 7;
      另请参阅:
    • CLUSTER_VALUE

      public static final int CLUSTER_VALUE
       Applies the patch to a cluster in a CDS output. Also used to add new clusters.
       
      CLUSTER = 8;
      另请参阅:
    • EXTENSION_CONFIG_VALUE

      public static final int EXTENSION_CONFIG_VALUE
       Applies the patch to or adds an extension config in ECDS output. Note that ECDS
       is only supported by HTTP filters.
       
      EXTENSION_CONFIG = 9;
      另请参阅:
  • 方法详细资料

    • values

      返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
      返回:
      包含该枚举类的常量的数组,顺序与声明这些常量的顺序相同
    • valueOf

      public static EnvoyFilterOuterClass.EnvoyFilter.ApplyTo valueOf(String name)
      返回带有指定名称的该类的枚举常量。 字符串必须与用于声明该类的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类没有带有指定名称的常量
      NullPointerException - 如果参数为空值
    • getNumber

      public final int getNumber()
      指定者:
      getNumber 在接口中 com.google.protobuf.Internal.EnumLite
      指定者:
      getNumber 在接口中 com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static EnvoyFilterOuterClass.EnvoyFilter.ApplyTo valueOf(int value)
      已过时。
      返回带有指定名称的该类的枚举常量。 字符串必须与用于声明该类的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      value - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类没有带有指定名称的常量
      NullPointerException - 如果参数为空值
    • forNumber

      public static EnvoyFilterOuterClass.EnvoyFilter.ApplyTo forNumber(int value)
      参数:
      value - The numeric wire value of the corresponding enum entry.
      返回:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<EnvoyFilterOuterClass.EnvoyFilter.ApplyTo> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      指定者:
      getValueDescriptor 在接口中 com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      指定者:
      getDescriptorForType 在接口中 com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

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

      public static EnvoyFilterOuterClass.EnvoyFilter.ApplyTo valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      返回带有指定名称的该类的枚举常量。 字符串必须与用于声明该类的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      desc - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类没有带有指定名称的常量
      NullPointerException - 如果参数为空值