Interface StreamingCommitCursorResponseOrBuilder

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

public interface StreamingCommitCursorResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInitial

      boolean hasInitial()
       Initial response on the stream.
       
      .google.cloud.pubsublite.v1.InitialCommitCursorResponse initial = 1;
      Returns:
      Whether the initial field is set.
    • getInitial

       Initial response on the stream.
       
      .google.cloud.pubsublite.v1.InitialCommitCursorResponse initial = 1;
      Returns:
      The initial.
    • getInitialOrBuilder

       Initial response on the stream.
       
      .google.cloud.pubsublite.v1.InitialCommitCursorResponse initial = 1;
    • hasCommit

      boolean hasCommit()
       Response to committing a new cursor value.
       
      .google.cloud.pubsublite.v1.SequencedCommitCursorResponse commit = 2;
      Returns:
      Whether the commit field is set.
    • getCommit

       Response to committing a new cursor value.
       
      .google.cloud.pubsublite.v1.SequencedCommitCursorResponse commit = 2;
      Returns:
      The commit.
    • getCommitOrBuilder

       Response to committing a new cursor value.
       
      .google.cloud.pubsublite.v1.SequencedCommitCursorResponse commit = 2;
    • getRequestCase