public interface ListNotificationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCacheableCursor()
A cursor to page through notifications.
|
com.google.protobuf.ByteString |
getCacheableCursorBytes()
A cursor to page through notifications.
|
com.google.protobuf.Int32Value |
getLimit()
The number of notifications to get.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
The number of notifications to get.
|
boolean |
hasLimit()
The number of notifications to get.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLimit()
The number of notifications to get. Between 1 and 100.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
The number of notifications to get. Between 1 and 100.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
The number of notifications to get. Between 1 and 100.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
java.lang.String getCacheableCursor()
A cursor to page through notifications. May be cached by clients to get from point in time forwards.
string cacheable_cursor = 2 [json_name = "cacheableCursor"];
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 [json_name = "cacheableCursor"];