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