package page_tokens
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class ListUsersPageTokenPayload(userIdLowerBoundExcl: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListUsersPageTokenPayload] with Product with Serializable
Describes the payload of a page token for listing users.
Describes the payload of a page token for listing users. Not intended to be handled directly by clients and should be presented to them as an opaque string.
- userIdLowerBoundExcl
Users are ordered by
, and the next page starts with users whoseuser_id
is larger thanuser_id
.user_id_lower_bound_excl
- Annotations
- @SerialVersionUID()
Value Members
- object ListUsersPageTokenPayload extends GeneratedMessageCompanion[ListUsersPageTokenPayload]
- object PageTokensProto extends GeneratedFileObject