Packages

package page_tokens

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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 user_id, and the next page starts with users whose user_id is larger than user_id_lower_bound_excl.

    Annotations
    @SerialVersionUID()

Ungrouped