package page_tokens
- Alphabetic
- 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()
- final case class ListVettedPackagesPageTokenPayload(synchronizerId: String = "", participantId: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListVettedPackagesPageTokenPayload] with Product with Serializable
Describes the payload of a page token for listing vetted packages.
Describes the payload of a page token for listing vetted packages. Not intended to be handled directly by clients and should be presented to them as an opaque string.
- synchronizerId
VettedPackages are ordered by
and thensynchronizer_id. The next page starts with VettedPackages messages whose synchronizer ID is strictly largerparticipant_id, or whose synchronizer ID is equal tosynchronizer_idand whose participant ID is strictly larger thansynchronizer_id.participant_id
- Annotations
- @SerialVersionUID()
Value Members
- object ListPartiesPageTokenPayload extends GeneratedMessageCompanion[ListPartiesPageTokenPayload]
- object ListUsersPageTokenPayload extends GeneratedMessageCompanion[ListUsersPageTokenPayload]
- object ListVettedPackagesPageTokenPayload extends GeneratedMessageCompanion[ListVettedPackagesPageTokenPayload]
- object PageTokensProto extends GeneratedFileObject