Uses of Enum
io.envoyproxy.envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType
Packages that use IPTagging.RequestType
-
Uses of IPTagging.RequestType in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2
Methods in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 that return IPTagging.RequestTypeModifier and TypeMethodDescriptionstatic IPTagging.RequestTypeIPTagging.RequestType.forNumber(int value) IPTagging.Builder.getRequestType()The type of request the filter should apply to.IPTagging.getRequestType()The type of request the filter should apply to.IPTaggingOrBuilder.getRequestType()The type of request the filter should apply to.static IPTagging.RequestTypeIPTagging.RequestType.valueOf(int value) Deprecated.static IPTagging.RequestTypeIPTagging.RequestType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static IPTagging.RequestTypeReturns the enum constant of this type with the specified name.static IPTagging.RequestType[]IPTagging.RequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 that return types with arguments of type IPTagging.RequestTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<IPTagging.RequestType>IPTagging.RequestType.internalGetValueMap()Methods in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 with parameters of type IPTagging.RequestTypeModifier and TypeMethodDescriptionIPTagging.Builder.setRequestType(IPTagging.RequestType value) The type of request the filter should apply to.