Interface CompareConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CompareCondition, CompareCondition.Builder

public interface CompareConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 2;
    int
    .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 2;
    .io.deephaven.proto.backplane.grpc.Value lhs = 3;
    .io.deephaven.proto.backplane.grpc.Value lhs = 3;
    .io.deephaven.proto.backplane.grpc.CompareCondition.CompareOperation operation = 1;
    int
    .io.deephaven.proto.backplane.grpc.CompareCondition.CompareOperation operation = 1;
    .io.deephaven.proto.backplane.grpc.Value rhs = 4;
    .io.deephaven.proto.backplane.grpc.Value rhs = 4;
    boolean
    .io.deephaven.proto.backplane.grpc.Value lhs = 3;
    boolean
    .io.deephaven.proto.backplane.grpc.Value rhs = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getOperationValue

      int getOperationValue()
      .io.deephaven.proto.backplane.grpc.CompareCondition.CompareOperation operation = 1;
      Returns:
      The enum numeric value on the wire for operation.
    • getOperation

      .io.deephaven.proto.backplane.grpc.CompareCondition.CompareOperation operation = 1;
      Returns:
      The operation.
    • getCaseSensitivityValue

      int getCaseSensitivityValue()
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 2;
      Returns:
      The enum numeric value on the wire for caseSensitivity.
    • getCaseSensitivity

      CaseSensitivity getCaseSensitivity()
      .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 2;
      Returns:
      The caseSensitivity.
    • hasLhs

      boolean hasLhs()
      .io.deephaven.proto.backplane.grpc.Value lhs = 3;
      Returns:
      Whether the lhs field is set.
    • getLhs

      Value getLhs()
      .io.deephaven.proto.backplane.grpc.Value lhs = 3;
      Returns:
      The lhs.
    • getLhsOrBuilder

      ValueOrBuilder getLhsOrBuilder()
      .io.deephaven.proto.backplane.grpc.Value lhs = 3;
    • hasRhs

      boolean hasRhs()
      .io.deephaven.proto.backplane.grpc.Value rhs = 4;
      Returns:
      Whether the rhs field is set.
    • getRhs

      Value getRhs()
      .io.deephaven.proto.backplane.grpc.Value rhs = 4;
      Returns:
      The rhs.
    • getRhsOrBuilder

      ValueOrBuilder getRhsOrBuilder()
      .io.deephaven.proto.backplane.grpc.Value rhs = 4;