Interface InitialSubscribeResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The cursor from which the subscriber will start receiving messages once flow control tokens become available.
    The cursor from which the subscriber will start receiving messages once flow control tokens become available.
    boolean
    The cursor from which the subscriber will start receiving messages once flow control tokens become available.

    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 cursor from which the subscriber will start receiving messages once
       flow control tokens become available.
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;
      Returns:
      Whether the cursor field is set.
    • getCursor

      Cursor getCursor()
       The cursor from which the subscriber will start receiving messages once
       flow control tokens become available.
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;
      Returns:
      The cursor.
    • getCursorOrBuilder

      CursorOrBuilder getCursorOrBuilder()
       The cursor from which the subscriber will start receiving messages once
       flow control tokens become available.
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;