ai.promoted.proto.common.ClientHintsOrBuilder 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 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 extends ai.promoted.proto.common.ClientHintBrandOrBuilder>
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