| Modifier and Type | Method and Description |
|---|---|
static NetworkingConfig.ConnectionType |
NetworkingConfig.ConnectionType.forNumber(int value) |
NetworkingConfig.ConnectionType |
NetworkingConfig.getConnectionType()
Optional.
|
NetworkingConfig.ConnectionType |
NetworkingConfig.Builder.getConnectionType()
Optional.
|
NetworkingConfig.ConnectionType |
NetworkingConfigOrBuilder.getConnectionType()
Optional.
|
static NetworkingConfig.ConnectionType |
NetworkingConfig.ConnectionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkingConfig.ConnectionType |
NetworkingConfig.ConnectionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkingConfig.ConnectionType |
NetworkingConfig.ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkingConfig.ConnectionType[] |
NetworkingConfig.ConnectionType.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<NetworkingConfig.ConnectionType> |
NetworkingConfig.ConnectionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
NetworkingConfig.Builder |
NetworkingConfig.Builder.setConnectionType(NetworkingConfig.ConnectionType value)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.