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

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

  /**
   * string brand = 1 [json_name = "brand"];
   * @return The brand.
   */
  java.lang.String getBrand();
  /**
   * string brand = 1 [json_name = "brand"];
   * @return The bytes for brand.
   */
  com.google.protobuf.ByteString
      getBrandBytes();

  /**
   * string version = 2 [json_name = "version"];
   * @return The version.
   */
  java.lang.String getVersion();
  /**
   * string version = 2 [json_name = "version"];
   * @return The bytes for version.
   */
  com.google.protobuf.ByteString
      getVersionBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy