java.io.deephaven.proto.backplane.grpc.ContainsConditionOrBuilder 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
The 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 ContainsConditionOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.ContainsCondition)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.Reference reference = 1;
* @return Whether the reference field is set.
*/
boolean hasReference();
/**
* .io.deephaven.proto.backplane.grpc.Reference reference = 1;
* @return The reference.
*/
io.deephaven.proto.backplane.grpc.Reference getReference();
/**
* .io.deephaven.proto.backplane.grpc.Reference reference = 1;
*/
io.deephaven.proto.backplane.grpc.ReferenceOrBuilder getReferenceOrBuilder();
/**
* string search_string = 2;
* @return The searchString.
*/
java.lang.String getSearchString();
/**
* string search_string = 2;
* @return The bytes for searchString.
*/
com.google.protobuf.ByteString
getSearchStringBytes();
/**
* .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();
}