ai.promoted.proto.delivery.BlenderExpressionOrBuilder 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/delivery/blender.proto
package ai.promoted.proto.delivery;
public interface BlenderExpressionOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.BlenderExpression)
com.google.protobuf.MessageOrBuilder {
/**
* .delivery.LeafExpression leaf = 1 [json_name = "leaf"];
* @return Whether the leaf field is set.
*/
boolean hasLeaf();
/**
* .delivery.LeafExpression leaf = 1 [json_name = "leaf"];
* @return The leaf.
*/
ai.promoted.proto.delivery.LeafExpression getLeaf();
/**
* .delivery.LeafExpression leaf = 1 [json_name = "leaf"];
*/
ai.promoted.proto.delivery.LeafExpressionOrBuilder getLeafOrBuilder();
/**
* .delivery.BlenderArithmeticExpression arithmetic_exp = 2 [json_name = "arithmeticExp"];
* @return Whether the arithmeticExp field is set.
*/
boolean hasArithmeticExp();
/**
* .delivery.BlenderArithmeticExpression arithmetic_exp = 2 [json_name = "arithmeticExp"];
* @return The arithmeticExp.
*/
ai.promoted.proto.delivery.BlenderArithmeticExpression getArithmeticExp();
/**
* .delivery.BlenderArithmeticExpression arithmetic_exp = 2 [json_name = "arithmeticExp"];
*/
ai.promoted.proto.delivery.BlenderArithmeticExpressionOrBuilder getArithmeticExpOrBuilder();
/**
* .delivery.BlenderConditionalExpression conditional_exp = 3 [json_name = "conditionalExp"];
* @return Whether the conditionalExp field is set.
*/
boolean hasConditionalExp();
/**
* .delivery.BlenderConditionalExpression conditional_exp = 3 [json_name = "conditionalExp"];
* @return The conditionalExp.
*/
ai.promoted.proto.delivery.BlenderConditionalExpression getConditionalExp();
/**
* .delivery.BlenderConditionalExpression conditional_exp = 3 [json_name = "conditionalExp"];
*/
ai.promoted.proto.delivery.BlenderConditionalExpressionOrBuilder getConditionalExpOrBuilder();
public ai.promoted.proto.delivery.BlenderExpression.ExpTypeCase getExpTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy