java.io.deephaven.proto.backplane.grpc.StreamResponseOrBuilder 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/object.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface StreamResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.StreamResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Data to pass to the client about the object on the server.
*
*
* .io.deephaven.proto.backplane.grpc.ServerData data = 1;
* @return Whether the data field is set.
*/
boolean hasData();
/**
*
* Data to pass to the client about the object on the server.
*
*
* .io.deephaven.proto.backplane.grpc.ServerData data = 1;
* @return The data.
*/
io.deephaven.proto.backplane.grpc.ServerData getData();
/**
*
* Data to pass to the client about the object on the server.
*
*
* .io.deephaven.proto.backplane.grpc.ServerData data = 1;
*/
io.deephaven.proto.backplane.grpc.ServerDataOrBuilder getDataOrBuilder();
io.deephaven.proto.backplane.grpc.StreamResponse.MessageCase getMessageCase();
}