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

ai.promoted.proto.common.ClientHintsOrBuilder 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 ClientHintsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.ClientHints)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool is_mobile = 1 [json_name = "isMobile"];
   * @return The isMobile.
   */
  boolean getIsMobile();

  /**
   * repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
   */
  java.util.List 
      getBrandList();
  /**
   * repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
   */
  ai.promoted.proto.common.ClientHintBrand getBrand(int index);
  /**
   * repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
   */
  int getBrandCount();
  /**
   * repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
   */
  java.util.List 
      getBrandOrBuilderList();
  /**
   * repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
   */
  ai.promoted.proto.common.ClientHintBrandOrBuilder getBrandOrBuilder(
      int index);

  /**
   * string architecture = 3 [json_name = "architecture"];
   * @return The architecture.
   */
  java.lang.String getArchitecture();
  /**
   * string architecture = 3 [json_name = "architecture"];
   * @return The bytes for architecture.
   */
  com.google.protobuf.ByteString
      getArchitectureBytes();

  /**
   * string model = 4 [json_name = "model"];
   * @return The model.
   */
  java.lang.String getModel();
  /**
   * string model = 4 [json_name = "model"];
   * @return The bytes for model.
   */
  com.google.protobuf.ByteString
      getModelBytes();

  /**
   * string platform = 5 [json_name = "platform"];
   * @return The platform.
   */
  java.lang.String getPlatform();
  /**
   * string platform = 5 [json_name = "platform"];
   * @return The bytes for platform.
   */
  com.google.protobuf.ByteString
      getPlatformBytes();

  /**
   * string platform_version = 6 [json_name = "platformVersion"];
   * @return The platformVersion.
   */
  java.lang.String getPlatformVersion();
  /**
   * string platform_version = 6 [json_name = "platformVersion"];
   * @return The bytes for platformVersion.
   */
  com.google.protobuf.ByteString
      getPlatformVersionBytes();

  /**
   * string ua_full_version = 7 [json_name = "uaFullVersion"];
   * @return The uaFullVersion.
   */
  java.lang.String getUaFullVersion();
  /**
   * string ua_full_version = 7 [json_name = "uaFullVersion"];
   * @return The bytes for uaFullVersion.
   */
  com.google.protobuf.ByteString
      getUaFullVersionBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy