ai.promoted.proto.common.ClientInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/common/common.proto
package ai.promoted.proto.common;
public interface ClientInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.ClientInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];
* @return The enum numeric value on the wire for clientType.
*/
int getClientTypeValue();
/**
* .common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];
* @return The clientType.
*/
ai.promoted.proto.common.ClientInfo.ClientType getClientType();
/**
* .common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
* @return The enum numeric value on the wire for trafficType.
*/
int getTrafficTypeValue();
/**
* .common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
* @return The trafficType.
*/
ai.promoted.proto.common.ClientInfo.TrafficType getTrafficType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy