Package ai.promoted.proto.common
Interface ClientHintsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientHints,ClientHints.Builder
public interface ClientHintsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetArchitecture()string architecture = 3 [json_name = "architecture"];com.google.protobuf.ByteStringgetArchitectureBytes()string architecture = 3 [json_name = "architecture"];ClientHintBrandgetBrand(int index)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];intgetBrandCount()repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];List<ClientHintBrand>getBrandList()repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];ClientHintBrandOrBuildergetBrandOrBuilder(int index)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];List<? extends ClientHintBrandOrBuilder>getBrandOrBuilderList()repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];booleangetIsMobile()bool is_mobile = 1 [json_name = "isMobile"];StringgetModel()string model = 4 [json_name = "model"];com.google.protobuf.ByteStringgetModelBytes()string model = 4 [json_name = "model"];StringgetPlatform()string platform = 5 [json_name = "platform"];com.google.protobuf.ByteStringgetPlatformBytes()string platform = 5 [json_name = "platform"];StringgetPlatformVersion()string platform_version = 6 [json_name = "platformVersion"];com.google.protobuf.ByteStringgetPlatformVersionBytes()string platform_version = 6 [json_name = "platformVersion"];StringgetUaFullVersion()string ua_full_version = 7 [json_name = "uaFullVersion"];com.google.protobuf.ByteStringgetUaFullVersionBytes()string ua_full_version = 7 [json_name = "uaFullVersion"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIsMobile
boolean getIsMobile()
bool is_mobile = 1 [json_name = "isMobile"];- Returns:
- The isMobile.
-
getBrandList
List<ClientHintBrand> getBrandList()
repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
-
getBrand
ClientHintBrand getBrand(int index)
repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
-
getBrandCount
int getBrandCount()
repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
-
getBrandOrBuilderList
List<? extends ClientHintBrandOrBuilder> getBrandOrBuilderList()
repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
-
getBrandOrBuilder
ClientHintBrandOrBuilder getBrandOrBuilder(int index)
repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
-
getArchitecture
String getArchitecture()
string architecture = 3 [json_name = "architecture"];- Returns:
- The architecture.
-
getArchitectureBytes
com.google.protobuf.ByteString getArchitectureBytes()
string architecture = 3 [json_name = "architecture"];- Returns:
- The bytes for architecture.
-
getModel
String getModel()
string model = 4 [json_name = "model"];- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()
string model = 4 [json_name = "model"];- Returns:
- The bytes for model.
-
getPlatform
String getPlatform()
string platform = 5 [json_name = "platform"];- Returns:
- The platform.
-
getPlatformBytes
com.google.protobuf.ByteString getPlatformBytes()
string platform = 5 [json_name = "platform"];- Returns:
- The bytes for platform.
-
getPlatformVersion
String getPlatformVersion()
string platform_version = 6 [json_name = "platformVersion"];- Returns:
- The platformVersion.
-
getPlatformVersionBytes
com.google.protobuf.ByteString getPlatformVersionBytes()
string platform_version = 6 [json_name = "platformVersion"];- Returns:
- The bytes for platformVersion.
-
getUaFullVersion
String getUaFullVersion()
string ua_full_version = 7 [json_name = "uaFullVersion"];- Returns:
- The uaFullVersion.
-
getUaFullVersionBytes
com.google.protobuf.ByteString getUaFullVersionBytes()
string ua_full_version = 7 [json_name = "uaFullVersion"];- Returns:
- The bytes for uaFullVersion.
-
-