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
      String getArchitecture()
      string architecture = 3 [json_name = "architecture"];
      com.google.protobuf.ByteString getArchitectureBytes()
      string architecture = 3 [json_name = "architecture"];
      ClientHintBrand getBrand​(int index)
      repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
      int getBrandCount()
      repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
      List<ClientHintBrand> getBrandList()
      repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
      ClientHintBrandOrBuilder getBrandOrBuilder​(int index)
      repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
      List<? extends ClientHintBrandOrBuilder> getBrandOrBuilderList()
      repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
      boolean getIsMobile()
      bool is_mobile = 1 [json_name = "isMobile"];
      String getModel()
      string model = 4 [json_name = "model"];
      com.google.protobuf.ByteString getModelBytes()
      string model = 4 [json_name = "model"];
      String getPlatform()
      string platform = 5 [json_name = "platform"];
      com.google.protobuf.ByteString getPlatformBytes()
      string platform = 5 [json_name = "platform"];
      String getPlatformVersion()
      string platform_version = 6 [json_name = "platformVersion"];
      com.google.protobuf.ByteString getPlatformVersionBytes()
      string platform_version = 6 [json_name = "platformVersion"];
      String getUaFullVersion()
      string ua_full_version = 7 [json_name = "uaFullVersion"];
      com.google.protobuf.ByteString getUaFullVersionBytes()
      string ua_full_version = 7 [json_name = "uaFullVersion"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.