Uses of Class
io.envoyproxy.envoy.api.v2.core.TrafficDirection
-
Packages that use TrafficDirection Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.api.v2.core -
-
Uses of TrafficDirection in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return TrafficDirection Modifier and Type Method Description TrafficDirectionListener.Builder. getTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.TrafficDirectionListener. getTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.TrafficDirectionListenerOrBuilder. getTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.Methods in io.envoyproxy.envoy.api.v2 with parameters of type TrafficDirection Modifier and Type Method Description Listener.BuilderListener.Builder. setTrafficDirection(TrafficDirection value)Specifies the intended direction of the traffic relative to the local Envoy. -
Uses of TrafficDirection in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return TrafficDirection Modifier and Type Method Description static TrafficDirectionTrafficDirection. forNumber(int value)static TrafficDirectionTrafficDirection. valueOf(int value)Deprecated.static TrafficDirectionTrafficDirection. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TrafficDirectionTrafficDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static TrafficDirection[]TrafficDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type TrafficDirection Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TrafficDirection>TrafficDirection. internalGetValueMap()
-