Packages

p

com.daml.platform.v1

page_tokens

package page_tokens

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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 party_id, and the next page starts with parties whose party_id is larger than party_id_lower_bound_excl.

    Annotations
    @SerialVersionUID()
  2. 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()
  3. 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 synchronizer_id and then participant_id. The next page starts with VettedPackages messages whose synchronizer ID is strictly larger synchronizer_id, or whose synchronizer ID is equal to synchronizer_id and whose participant ID is strictly larger than participant_id.

    Annotations
    @SerialVersionUID()

Ungrouped