Uses of Enum
io.envoyproxy.envoy.config.core.v3.SocketAddress.Protocol
Packages that use SocketAddress.Protocol
-
Uses of SocketAddress.Protocol in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as SocketAddress.ProtocolModifier and TypeFieldDescriptionprivate static final SocketAddress.Protocol[]
SocketAddress.Protocol.VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type SocketAddress.ProtocolModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<SocketAddress.Protocol> SocketAddress.Protocol.internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return SocketAddress.ProtocolModifier and TypeMethodDescriptionstatic SocketAddress.Protocol
SocketAddress.Protocol.forNumber
(int value) SocketAddress.Builder.getProtocol()
.envoy.config.core.v3.SocketAddress.Protocol protocol = 1 [(.validate.rules) = { ...
SocketAddress.getProtocol()
.envoy.config.core.v3.SocketAddress.Protocol protocol = 1 [(.validate.rules) = { ...
SocketAddressOrBuilder.getProtocol()
.envoy.config.core.v3.SocketAddress.Protocol protocol = 1 [(.validate.rules) = { ...
static SocketAddress.Protocol
SocketAddress.Protocol.valueOf
(int value) Deprecated.static SocketAddress.Protocol
SocketAddress.Protocol.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SocketAddress.Protocol
Returns the enum constant of this type with the specified name.static SocketAddress.Protocol[]
SocketAddress.Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type SocketAddress.ProtocolModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<SocketAddress.Protocol> SocketAddress.Protocol.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type SocketAddress.ProtocolModifier and TypeMethodDescriptionSocketAddress.Builder.setProtocol
(SocketAddress.Protocol value) .envoy.config.core.v3.SocketAddress.Protocol protocol = 1 [(.validate.rules) = { ...