Interface StreamRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamRequest
,StreamRequest.Builder
public interface StreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIndicates that this is the first request of the stream, asking to connect to a specific object on the server.Indicates that this is the first request of the stream, asking to connect to a specific object on the server.getData()
Data to pass to the object on the server.Data to pass to the object on the server.boolean
Indicates that this is the first request of the stream, asking to connect to a specific object on the server.boolean
hasData()
Data to pass to 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
-
hasConnect
boolean hasConnect()Indicates that this is the first request of the stream, asking to connect to a specific object on the server.
.io.deephaven.proto.backplane.grpc.ConnectRequest connect = 1;
- Returns:
- Whether the connect field is set.
-
getConnect
ConnectRequest getConnect()Indicates that this is the first request of the stream, asking to connect to a specific object on the server.
.io.deephaven.proto.backplane.grpc.ConnectRequest connect = 1;
- Returns:
- The connect.
-
getConnectOrBuilder
ConnectRequestOrBuilder getConnectOrBuilder()Indicates that this is the first request of the stream, asking to connect to a specific object on the server.
.io.deephaven.proto.backplane.grpc.ConnectRequest connect = 1;
-
hasData
boolean hasData()Data to pass to the object on the server.
.io.deephaven.proto.backplane.grpc.ClientData data = 2;
- Returns:
- Whether the data field is set.
-
getData
ClientData getData()Data to pass to the object on the server.
.io.deephaven.proto.backplane.grpc.ClientData data = 2;
- Returns:
- The data.
-
getDataOrBuilder
ClientDataOrBuilder getDataOrBuilder()Data to pass to the object on the server.
.io.deephaven.proto.backplane.grpc.ClientData data = 2;
-
getMessageCase
StreamRequest.MessageCase getMessageCase()
-