package page_tokens
Ordering
- Alphabetic
 
Visibility
- Public
 - Protected
 
Type Members
-   final  case class ListPartiesPageTokenPayload(partyIdLowerBoundExcl: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListPartiesPageTokenPayload] with Product with Serializable
Describes the payload of a page token for listing parties.
Describes the payload of a page token for listing parties. Not intended to be handled directly by clients and should be presented to them as an opaque string.
- partyIdLowerBoundExcl
 Parties are ordered by
, and the next page starts with parties whoseparty_idis larger thanparty_id.party_id_lower_bound_excl
- Annotations
 - @SerialVersionUID()
 
 -   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_idis larger thanuser_id.user_id_lower_bound_excl
- Annotations
 - @SerialVersionUID()
 
 
Value Members
-  object ListPartiesPageTokenPayload extends GeneratedMessageCompanion[ListPartiesPageTokenPayload]
 -  object ListUsersPageTokenPayload extends GeneratedMessageCompanion[ListUsersPageTokenPayload]
 -  object PageTokensProto extends GeneratedFileObject