java.io.deephaven.proto.backplane.grpc.InConditionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// 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 extends io.deephaven.proto.backplane.grpc.ValueOrBuilder>
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();
}