All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.proto.common.ClientInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// 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