| Modifier and Type | Method and Description |
|---|---|
static Endpoint.NetworkType |
Endpoint.NetworkType.forNumber(int value) |
Endpoint.NetworkType |
Endpoint.getNetworkType()
Type of the network where the endpoint is located.
|
Endpoint.NetworkType |
Endpoint.Builder.getNetworkType()
Type of the network where the endpoint is located.
|
Endpoint.NetworkType |
EndpointOrBuilder.getNetworkType()
Type of the network where the endpoint is located.
|
static Endpoint.NetworkType |
Endpoint.NetworkType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Endpoint.NetworkType |
Endpoint.NetworkType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Endpoint.NetworkType |
Endpoint.NetworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint.NetworkType[] |
Endpoint.NetworkType.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<Endpoint.NetworkType> |
Endpoint.NetworkType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.setNetworkType(Endpoint.NetworkType value)
Type of the network where the endpoint is located.
|
Copyright © 2022 Google LLC. All rights reserved.