static ClientInfo.TrafficType |
ClientInfo.TrafficType.forNumber(int value) |
|
ClientInfo.TrafficType |
ClientInfo.Builder.getTrafficType() |
.common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
|
ClientInfo.TrafficType |
ClientInfo.getTrafficType() |
.common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
|
ClientInfo.TrafficType |
ClientInfoOrBuilder.getTrafficType() |
.common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
|
static ClientInfo.TrafficType |
ClientInfo.TrafficType.valueOf(int value) |
Deprecated.
|
static ClientInfo.TrafficType |
ClientInfo.TrafficType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static ClientInfo.TrafficType |
ClientInfo.TrafficType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ClientInfo.TrafficType[] |
ClientInfo.TrafficType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|