Interface SequencedCommitCursorRequestOrBuilder

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

public interface SequencedCommitCursorRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The new value for the committed cursor.
    The new value for the committed cursor.
    boolean
    The new value for the committed cursor.

    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

    • hasCursor

      boolean hasCursor()
       The new value for the committed cursor.
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;
      Returns:
      Whether the cursor field is set.
    • getCursor

      Cursor getCursor()
       The new value for the committed cursor.
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;
      Returns:
      The cursor.
    • getCursorOrBuilder

      CursorOrBuilder getCursorOrBuilder()
       The new value for the committed cursor.
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;