All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.grpc.ServerDataOrBuilder Maven / Gradle / Ivy

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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy