c
com.daml.platform.apiserver.page_tokens
ListUsersPageTokenPayload
Companion object ListUsersPageTokenPayload
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. 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_id
is larger thanuser_id
.user_id_lower_bound_excl
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ListUsersPageTokenPayload
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ListUsersPageTokenPayload(userIdLowerBoundExcl: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- userIdLowerBoundExcl
Users are ordered by
, and the next page starts with users whoseuser_id
is larger thanuser_id
.user_id_lower_bound_excl
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companion: ListUsersPageTokenPayload.type
- Definition Classes
- ListUsersPageTokenPayload → GeneratedMessage
- def discardUnknownFields: ListUsersPageTokenPayload
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ListUsersPageTokenPayload → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ListUsersPageTokenPayload → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ListUsersPageTokenPayload → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ListUsersPageTokenPayload → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ListUsersPageTokenPayload, ListUsersPageTokenPayload]) => Mutation[ListUsersPageTokenPayload]*): ListUsersPageTokenPayload
- Definition Classes
- Updatable
- val userIdLowerBoundExcl: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withUnknownFields(__v: UnknownFieldSet): ListUsersPageTokenPayload
- def withUserIdLowerBoundExcl(__v: String): ListUsersPageTokenPayload
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ListUsersPageTokenPayload → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage