| Modifier and Type | Method and Description |
|---|---|
static Connection.Protocol |
Connection.Protocol.forNumber(int value) |
Connection.Protocol |
ConnectionOrBuilder.getProtocol()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
Connection.Protocol |
Connection.getProtocol()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
Connection.Protocol |
Connection.Builder.getProtocol()
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
static Connection.Protocol |
Connection.Protocol.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Connection.Protocol |
Connection.Protocol.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Connection.Protocol |
Connection.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Protocol[] |
Connection.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<Connection.Protocol> |
Connection.Protocol.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
Connection.Builder.setProtocol(Connection.Protocol value)
IANA Internet Protocol Number such as TCP(6) and UDP(17).
|
Copyright © 2024 Google LLC. All rights reserved.