Interface Stream.StreamResponseMetaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Stream.StreamResponseMeta, Stream.StreamResponseMeta.Builder
Enclosing class:
Stream

public static interface Stream.StreamResponseMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    has available data if true: client should send request again.
    string stream_id = 1;
    com.google.protobuf.ByteString
    string stream_id = 1;

    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

    • getStreamId

      String getStreamId()
      string stream_id = 1;
      Returns:
      The streamId.
    • getStreamIdBytes

      com.google.protobuf.ByteString getStreamIdBytes()
      string stream_id = 1;
      Returns:
      The bytes for streamId.
    • getHasMore

      boolean getHasMore()
       has available data
       if true: client should send request again.
       if false: client stop send request, server will close stream.
       
      bool has_more = 3;
      Returns:
      The hasMore.