Package ai.promoted.proto.common
Interface ClientInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientInfo,ClientInfo.Builder
public interface ClientInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientInfo.ClientTypegetClientType().common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];intgetClientTypeValue().common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];ClientInfo.TrafficTypegetTrafficType().common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];intgetTrafficTypeValue().common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClientTypeValue
int getClientTypeValue()
.common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];- Returns:
- The enum numeric value on the wire for clientType.
-
getClientType
ClientInfo.ClientType getClientType()
.common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];- Returns:
- The clientType.
-
getTrafficTypeValue
int getTrafficTypeValue()
.common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];- Returns:
- The enum numeric value on the wire for trafficType.
-
getTrafficType
ClientInfo.TrafficType getTrafficType()
.common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];- Returns:
- The trafficType.
-
-