Interface ComputeTimeCursorResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    If present, the cursor references the first message with time greater than or equal to the specified target time.
    If present, the cursor references the first message with time greater than or equal to the specified target time.
    boolean
    If present, the cursor references the first message with time greater than or equal to the specified target time.

    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()
       If present, the cursor references the first message with time greater than
       or equal to the specified target time. If such a message cannot be found,
       the cursor will be unset (i.e. `cursor` is not present).
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;
      Returns:
      Whether the cursor field is set.
    • getCursor

      Cursor getCursor()
       If present, the cursor references the first message with time greater than
       or equal to the specified target time. If such a message cannot be found,
       the cursor will be unset (i.e. `cursor` is not present).
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;
      Returns:
      The cursor.
    • getCursorOrBuilder

      CursorOrBuilder getCursorOrBuilder()
       If present, the cursor references the first message with time greater than
       or equal to the specified target time. If such a message cannot be found,
       the cursor will be unset (i.e. `cursor` is not present).
       
      .google.cloud.pubsublite.v1.Cursor cursor = 1;