Interface StreamResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamResponse, StreamResponse.Builder

public interface StreamResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Data to pass to the client about the object on the server.
    Data to pass to the client about the object on the server.
     
    boolean
    Data to pass to the client about the object on the server.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasData

      boolean hasData()
       Data to pass to the client about the object on the server.
       
      .io.deephaven.proto.backplane.grpc.ServerData data = 1;
      Returns:
      Whether the data field is set.
    • getData

      ServerData getData()
       Data to pass to the client about the object on the server.
       
      .io.deephaven.proto.backplane.grpc.ServerData data = 1;
      Returns:
      The data.
    • getDataOrBuilder

      ServerDataOrBuilder getDataOrBuilder()
       Data to pass to the client about the object on the server.
       
      .io.deephaven.proto.backplane.grpc.ServerData data = 1;
    • getMessageCase

      StreamResponse.MessageCase getMessageCase()