ai.promoted.proto.common.ScreenOrBuilder 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 ScreenOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.Screen)
com.google.protobuf.MessageOrBuilder {
/**
* .common.Size size = 1 [json_name = "size"];
* @return Whether the size field is set.
*/
boolean hasSize();
/**
* .common.Size size = 1 [json_name = "size"];
* @return The size.
*/
ai.promoted.proto.common.Size getSize();
/**
* .common.Size size = 1 [json_name = "size"];
*/
ai.promoted.proto.common.SizeOrBuilder getSizeOrBuilder();
/**
* float scale = 2 [json_name = "scale"];
* @return The scale.
*/
float getScale();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy