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

java.io.deephaven.proto.backplane.grpc.InConditionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven/proto/table.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;

public interface InConditionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.InCondition)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.grpc.Value target = 1;
   * @return Whether the target field is set.
   */
  boolean hasTarget();
  /**
   * .io.deephaven.proto.backplane.grpc.Value target = 1;
   * @return The target.
   */
  io.deephaven.proto.backplane.grpc.Value getTarget();
  /**
   * .io.deephaven.proto.backplane.grpc.Value target = 1;
   */
  io.deephaven.proto.backplane.grpc.ValueOrBuilder getTargetOrBuilder();

  /**
   * repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
   */
  java.util.List 
      getCandidatesList();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
   */
  io.deephaven.proto.backplane.grpc.Value getCandidates(int index);
  /**
   * repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
   */
  int getCandidatesCount();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
   */
  java.util.List 
      getCandidatesOrBuilderList();
  /**
   * repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2;
   */
  io.deephaven.proto.backplane.grpc.ValueOrBuilder getCandidatesOrBuilder(
      int index);

  /**
   * .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
   * @return The enum numeric value on the wire for caseSensitivity.
   */
  int getCaseSensitivityValue();
  /**
   * .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3;
   * @return The caseSensitivity.
   */
  io.deephaven.proto.backplane.grpc.CaseSensitivity getCaseSensitivity();

  /**
   * .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
   * @return The enum numeric value on the wire for matchType.
   */
  int getMatchTypeValue();
  /**
   * .io.deephaven.proto.backplane.grpc.MatchType match_type = 4;
   * @return The matchType.
   */
  io.deephaven.proto.backplane.grpc.MatchType getMatchType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy