Interface ClientHintBrandOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ClientHintBrand, ClientHintBrand.Builder

    public interface ClientHintBrandOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBrand()
      string brand = 1 [json_name = "brand"];
      com.google.protobuf.ByteString getBrandBytes()
      string brand = 1 [json_name = "brand"];
      String getVersion()
      string version = 2 [json_name = "version"];
      com.google.protobuf.ByteString getVersionBytes()
      string version = 2 [json_name = "version"];
      • 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

      • getBrand

        String getBrand()
        string brand = 1 [json_name = "brand"];
        Returns:
        The brand.
      • getBrandBytes

        com.google.protobuf.ByteString getBrandBytes()
        string brand = 1 [json_name = "brand"];
        Returns:
        The bytes for brand.
      • getVersion

        String getVersion()
        string version = 2 [json_name = "version"];
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        string version = 2 [json_name = "version"];
        Returns:
        The bytes for version.