Uses of Class
io.envoyproxy.envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType
-
Packages that use IPTagging.RequestType Package Description io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 -
-
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.RequestType Modifier and Type Method Description static IPTagging.RequestTypeIPTagging.RequestType. forNumber(int value)IPTagging.RequestTypeIPTagging.Builder. getRequestType()The type of request the filter should apply to.IPTagging.RequestTypeIPTagging. getRequestType()The type of request the filter should apply to.IPTagging.RequestTypeIPTaggingOrBuilder. 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.RequestTypeIPTagging.RequestType. valueOf(String name)Returns 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.RequestType Modifier and Type Method Description static 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.RequestType Modifier and Type Method Description IPTagging.BuilderIPTagging.Builder. setRequestType(IPTagging.RequestType value)The type of request the filter should apply to.
-