java.io.deephaven.proto.backplane.grpc.NotConditionOrBuilder 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 NotConditionOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.NotCondition)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.Condition filter = 1;
* @return Whether the filter field is set.
*/
boolean hasFilter();
/**
* .io.deephaven.proto.backplane.grpc.Condition filter = 1;
* @return The filter.
*/
io.deephaven.proto.backplane.grpc.Condition getFilter();
/**
* .io.deephaven.proto.backplane.grpc.Condition filter = 1;
*/
io.deephaven.proto.backplane.grpc.ConditionOrBuilder getFilterOrBuilder();
}