Package io.dingodb.stream
Interface Stream.StreamRequestMetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Stream.StreamRequestMeta,Stream.StreamRequestMeta.Builder
- Enclosing class:
- Stream
public static interface Stream.StreamRequestMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStreamId
String getStreamId()first time set stream_id=0 and then set with response stream_id
string stream_id = 1;- Returns:
- The streamId.
-
getStreamIdBytes
com.google.protobuf.ByteString getStreamIdBytes()first time set stream_id=0 and then set with response stream_id
string stream_id = 1;- Returns:
- The bytes for streamId.
-
getLimit
int getLimit()The maximum number of results to return.
uint32 limit = 2;- Returns:
- The limit.
-
getClose
boolean getClose()whether close stream
bool close = 4;- Returns:
- The close.
-