java.io.deephaven.proto.backplane.grpc.IsNullConditionOrBuilder 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_core/proto/table.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface IsNullConditionOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.IsNullCondition)
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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy