Interface StreamingFetchRequestOrBuilder

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

    public interface StreamingFetchRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSubscriptionId

        String getSubscriptionId()
        string subscriptionId = 1;
        Returns:
        The subscriptionId.
      • getSubscriptionIdBytes

        com.google.protobuf.ByteString getSubscriptionIdBytes()
        string subscriptionId = 1;
        Returns:
        The bytes for subscriptionId.
      • getConsumerName

        String getConsumerName()
        string consumerName = 2;
        Returns:
        The consumerName.
      • getConsumerNameBytes

        com.google.protobuf.ByteString getConsumerNameBytes()
        string consumerName = 2;
        Returns:
        The bytes for consumerName.
      • getAckIdsList

        List<RecordId> getAckIdsList()
        repeated .hstream.server.RecordId ackIds = 3;
      • getAckIds

        RecordId getAckIds​(int index)
        repeated .hstream.server.RecordId ackIds = 3;
      • getAckIdsCount

        int getAckIdsCount()
        repeated .hstream.server.RecordId ackIds = 3;
      • getAckIdsOrBuilderList

        List<? extends RecordIdOrBuilder> getAckIdsOrBuilderList()
        repeated .hstream.server.RecordId ackIds = 3;
      • getAckIdsOrBuilder

        RecordIdOrBuilder getAckIdsOrBuilder​(int index)
        repeated .hstream.server.RecordId ackIds = 3;