ai.promoted.proto.delivery.HyperloopExpressionOrBuilder 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 HyperloopExpressionOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.HyperloopExpression)
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.HyperloopGeneratorExpression generator_exp = 2 [json_name = "generatorExp"];
* @return Whether the generatorExp field is set.
*/
boolean hasGeneratorExp();
/**
* .delivery.HyperloopGeneratorExpression generator_exp = 2 [json_name = "generatorExp"];
* @return The generatorExp.
*/
ai.promoted.proto.delivery.HyperloopGeneratorExpression getGeneratorExp();
/**
* .delivery.HyperloopGeneratorExpression generator_exp = 2 [json_name = "generatorExp"];
*/
ai.promoted.proto.delivery.HyperloopGeneratorExpressionOrBuilder getGeneratorExpOrBuilder();
/**
* .delivery.HyperloopConditionalExpression conditional_exp = 3 [json_name = "conditionalExp"];
* @return Whether the conditionalExp field is set.
*/
boolean hasConditionalExp();
/**
* .delivery.HyperloopConditionalExpression conditional_exp = 3 [json_name = "conditionalExp"];
* @return The conditionalExp.
*/
ai.promoted.proto.delivery.HyperloopConditionalExpression getConditionalExp();
/**
* .delivery.HyperloopConditionalExpression conditional_exp = 3 [json_name = "conditionalExp"];
*/
ai.promoted.proto.delivery.HyperloopConditionalExpressionOrBuilder getConditionalExpOrBuilder();
public ai.promoted.proto.delivery.HyperloopExpression.NodeTypeCase getNodeTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy