java.io.deephaven.proto.backplane.grpc.UpdateByDeltaOptionsOrBuilder 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 UpdateByDeltaOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.UpdateByDeltaOptions)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.UpdateByNullBehavior null_behavior = 1;
* @return The enum numeric value on the wire for nullBehavior.
*/
int getNullBehaviorValue();
/**
* .io.deephaven.proto.backplane.grpc.UpdateByNullBehavior null_behavior = 1;
* @return The nullBehavior.
*/
io.deephaven.proto.backplane.grpc.UpdateByNullBehavior getNullBehavior();
}