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

com.scalar.db.rpc.ConditionalExpressionOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: scalardb.proto

package com.scalar.db.rpc;

public interface ConditionalExpressionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.ConditionalExpression)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1 [deprecated = true];
   * @deprecated rpc.ConditionalExpression.name is deprecated.
   *     See scalardb.proto;l=91
   * @return The name.
   */
  @java.lang.Deprecated java.lang.String getName();
  /**
   * string name = 1 [deprecated = true];
   * @deprecated rpc.ConditionalExpression.name is deprecated.
   *     See scalardb.proto;l=91
   * @return The bytes for name.
   */
  @java.lang.Deprecated com.google.protobuf.ByteString
      getNameBytes();

  /**
   * .rpc.Value value = 2 [deprecated = true];
   * @deprecated rpc.ConditionalExpression.value is deprecated.
   *     See scalardb.proto;l=92
   * @return Whether the value field is set.
   */
  @java.lang.Deprecated boolean hasValue();
  /**
   * .rpc.Value value = 2 [deprecated = true];
   * @deprecated rpc.ConditionalExpression.value is deprecated.
   *     See scalardb.proto;l=92
   * @return The value.
   */
  @java.lang.Deprecated com.scalar.db.rpc.Value getValue();
  /**
   * .rpc.Value value = 2 [deprecated = true];
   */
  @java.lang.Deprecated com.scalar.db.rpc.ValueOrBuilder getValueOrBuilder();

  /**
   * .rpc.ConditionalExpression.Operator operator = 3;
   * @return The enum numeric value on the wire for operator.
   */
  int getOperatorValue();
  /**
   * .rpc.ConditionalExpression.Operator operator = 3;
   * @return The operator.
   */
  com.scalar.db.rpc.ConditionalExpression.Operator getOperator();

  /**
   * .rpc.Column column = 4;
   * @return Whether the column field is set.
   */
  boolean hasColumn();
  /**
   * .rpc.Column column = 4;
   * @return The column.
   */
  com.scalar.db.rpc.Column getColumn();
  /**
   * .rpc.Column column = 4;
   */
  com.scalar.db.rpc.ColumnOrBuilder getColumnOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy