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 SerializableDescribes 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 - party_id- party_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 SerializableDescribes 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 - user_id- user_id- user_id_lower_bound_excl
 - Annotations
- @SerialVersionUID()
 
Value Members
-  object ListPartiesPageTokenPayload extends GeneratedMessageCompanion[ListPartiesPageTokenPayload]
-  object ListUsersPageTokenPayload extends GeneratedMessageCompanion[ListUsersPageTokenPayload]
-  object PageTokensProto extends GeneratedFileObject