com.digitalasset.canton.admin.pruning.v30
GetNoWaitCommitmentsFromRequest
Companion object GetNoWaitCommitmentsFromRequest
final case class GetNoWaitCommitmentsFromRequest(synchronizerIds: Seq[String], participantUids: Seq[String]) extends GeneratedMessage with Updatable[GetNoWaitCommitmentsFromRequest] with Product with Serializable
Returns the state of no-wait-config at the time the request executes, with optional filtering on synchronizers and counter participants The response includes the status of the specified counter participants on the specified synchronizers, regardless of whether these counter participants have shared contracts with the participant at the time the call executes. If no counter participants / synchronizers are specified, the response includes all counter participants that are known to the local participant at the time when the call executes, regardless of whether they have shared contracts with the participant at the time the call executes. Even if some participants may not be connected to some synchronizers at the time the query executes, the response still includes them if they are known to the participant or specified in the arguments.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- GetNoWaitCommitmentsFromRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
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
- def addAllParticipantUids(__vs: Iterable[String]): GetNoWaitCommitmentsFromRequest
- def addAllSynchronizerIds(__vs: Iterable[String]): GetNoWaitCommitmentsFromRequest
- def addParticipantUids(__vs: String*): GetNoWaitCommitmentsFromRequest
- def addSynchronizerIds(__vs: String*): GetNoWaitCommitmentsFromRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearParticipantUids: GetNoWaitCommitmentsFromRequest
- def clearSynchronizerIds: GetNoWaitCommitmentsFromRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: GetNoWaitCommitmentsFromRequest.type
- Definition Classes
- GetNoWaitCommitmentsFromRequest → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- GetNoWaitCommitmentsFromRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- GetNoWaitCommitmentsFromRequest → 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val participantUids: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- GetNoWaitCommitmentsFromRequest → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerIds: Seq[String]
- 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
- GetNoWaitCommitmentsFromRequest → GeneratedMessage
- def update(ms: (Lens[GetNoWaitCommitmentsFromRequest, GetNoWaitCommitmentsFromRequest]) => Mutation[GetNoWaitCommitmentsFromRequest]*): GetNoWaitCommitmentsFromRequest
- Definition Classes
- Updatable
- 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 withParticipantUids(__v: Seq[String]): GetNoWaitCommitmentsFromRequest
- def withSynchronizerIds(__v: Seq[String]): GetNoWaitCommitmentsFromRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- GetNoWaitCommitmentsFromRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage