| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.core |
| Modifier and Type | Method and Description |
|---|---|
static SocketAddress.Protocol |
SocketAddress.Protocol.forNumber(int value) |
SocketAddress.Protocol |
SocketAddress.getProtocol()
.envoy.api.v2.core.SocketAddress.Protocol protocol = 1 [(.validate.rules) = { ... } |
SocketAddress.Protocol |
SocketAddress.Builder.getProtocol()
.envoy.api.v2.core.SocketAddress.Protocol protocol = 1 [(.validate.rules) = { ... } |
SocketAddress.Protocol |
SocketAddressOrBuilder.getProtocol()
.envoy.api.v2.core.SocketAddress.Protocol protocol = 1 [(.validate.rules) = { ... } |
static SocketAddress.Protocol |
SocketAddress.Protocol.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SocketAddress.Protocol |
SocketAddress.Protocol.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SocketAddress.Protocol |
SocketAddress.Protocol.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SocketAddress.Protocol> |
SocketAddress.Protocol.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SocketAddress.Builder |
SocketAddress.Builder.setProtocol(SocketAddress.Protocol value)
.envoy.api.v2.core.SocketAddress.Protocol protocol = 1 [(.validate.rules) = { ... } |
Copyright © 2018–2021 The Envoy Project. All rights reserved.