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

ai.promoted.proto.delivery.BlenderExpressionOrBuilder 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/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