java.io.deephaven.proto.backplane.grpc.ServerDataOrBuilder 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/object.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface ServerDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.ServerData)
com.google.protobuf.MessageOrBuilder {
/**
*
* The payload, may be empty.
*
*
* bytes payload = 1;
* @return The payload.
*/
com.google.protobuf.ByteString getPayload();
/**
*
*
* The exported references, may be empty.
*
* To correctly free up unused server resources, clients must take care to release
* these exports when they will no longer be used. A reference may be missing a type,
* meaning that the object cannot be used as the source_id for a ConnectRequest, but
* it may still be passed back to the server as part of ClientData references, and
* it still needs to be released when no longer used.
*
*
* repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
*/
java.util.List
getExportedReferencesList();
/**
*
*
* The exported references, may be empty.
*
* To correctly free up unused server resources, clients must take care to release
* these exports when they will no longer be used. A reference may be missing a type,
* meaning that the object cannot be used as the source_id for a ConnectRequest, but
* it may still be passed back to the server as part of ClientData references, and
* it still needs to be released when no longer used.
*
*
* repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
*/
io.deephaven.proto.backplane.grpc.TypedTicket getExportedReferences(int index);
/**
*
*
* The exported references, may be empty.
*
* To correctly free up unused server resources, clients must take care to release
* these exports when they will no longer be used. A reference may be missing a type,
* meaning that the object cannot be used as the source_id for a ConnectRequest, but
* it may still be passed back to the server as part of ClientData references, and
* it still needs to be released when no longer used.
*
*
* repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
*/
int getExportedReferencesCount();
/**
*
*
* The exported references, may be empty.
*
* To correctly free up unused server resources, clients must take care to release
* these exports when they will no longer be used. A reference may be missing a type,
* meaning that the object cannot be used as the source_id for a ConnectRequest, but
* it may still be passed back to the server as part of ClientData references, and
* it still needs to be released when no longer used.
*
*
* repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
*/
java.util.List extends io.deephaven.proto.backplane.grpc.TypedTicketOrBuilder>
getExportedReferencesOrBuilderList();
/**
*
*
* The exported references, may be empty.
*
* To correctly free up unused server resources, clients must take care to release
* these exports when they will no longer be used. A reference may be missing a type,
* meaning that the object cannot be used as the source_id for a ConnectRequest, but
* it may still be passed back to the server as part of ClientData references, and
* it still needs to be released when no longer used.
*
*
* repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2;
*/
io.deephaven.proto.backplane.grpc.TypedTicketOrBuilder getExportedReferencesOrBuilder(
int index);
}