Interface ListNotificationsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A cursor to page through notifications.
    com.google.protobuf.ByteString
    A cursor to page through notifications.
    The number of notifications to get.
    The number of notifications to get.
    boolean
    The number of notifications to get.

    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

    • hasLimit

      boolean hasLimit()
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
      Returns:
      Whether the limit field is set.
    • getLimit

      Int32Value getLimit()
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
      Returns:
      The limit.
    • getLimitOrBuilder

      Int32ValueOrBuilder getLimitOrBuilder()
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
    • getCacheableCursor

      String getCacheableCursor()
       A cursor to page through notifications. May be cached by clients to get from point in time forwards.
       
      string cacheable_cursor = 2;
      Returns:
      The cacheableCursor.
    • getCacheableCursorBytes

      com.google.protobuf.ByteString getCacheableCursorBytes()
       A cursor to page through notifications. May be cached by clients to get from point in time forwards.
       
      string cacheable_cursor = 2;
      Returns:
      The bytes for cacheableCursor.