final case class LookupReceivedAcsCommitmentsRequest(timeRanges: Seq[SynchronizerTimeRange], counterParticipantUids: Seq[String], commitmentState: Seq[ReceivedCommitmentState], verbose: Boolean) extends GeneratedMessage with Updatable[LookupReceivedAcsCommitmentsRequest] with Product with Serializable
list the commitments received from counter-participants optional filtering by synchronizer, time ranges, counter participants, commitment state and verbosity
- timeRanges
filter specific time ranges per synchronizer a synchronizer can appear multiple times with various time ranges, in which case we consider the union of the time ranges. return only the received commitments with an interval overlapping any of the given time ranges per synchronizer defaults: if empty, all synchronizers known to the participant are considered
- counterParticipantUids
retrieve commitments received from specific counter participants if a specified counter participant is not a counter-participant in some synchronizer, we do not return it in the response an empty set means we return commitments received from all counter participants on the synchronizers matching the synchronizer filter.
- commitmentState
filter by commitment state: only return commitments with the states below if no state is given, we return all commitments
- verbose
include the actual commitment in the response
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- LookupReceivedAcsCommitmentsRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LookupReceivedAcsCommitmentsRequest(timeRanges: Seq[SynchronizerTimeRange], counterParticipantUids: Seq[String], commitmentState: Seq[ReceivedCommitmentState], verbose: Boolean)
- timeRanges
filter specific time ranges per synchronizer a synchronizer can appear multiple times with various time ranges, in which case we consider the union of the time ranges. return only the received commitments with an interval overlapping any of the given time ranges per synchronizer defaults: if empty, all synchronizers known to the participant are considered
- counterParticipantUids
retrieve commitments received from specific counter participants if a specified counter participant is not a counter-participant in some synchronizer, we do not return it in the response an empty set means we return commitments received from all counter participants on the synchronizers matching the synchronizer filter.
- commitmentState
filter by commitment state: only return commitments with the states below if no state is given, we return all commitments
- verbose
include the actual commitment in the response
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 addAllCommitmentState(__vs: Iterable[ReceivedCommitmentState]): LookupReceivedAcsCommitmentsRequest
- def addAllCounterParticipantUids(__vs: Iterable[String]): LookupReceivedAcsCommitmentsRequest
- def addAllTimeRanges(__vs: Iterable[SynchronizerTimeRange]): LookupReceivedAcsCommitmentsRequest
- def addCommitmentState(__vs: ReceivedCommitmentState*): LookupReceivedAcsCommitmentsRequest
- def addCounterParticipantUids(__vs: String*): LookupReceivedAcsCommitmentsRequest
- def addTimeRanges(__vs: SynchronizerTimeRange*): LookupReceivedAcsCommitmentsRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearCommitmentState: LookupReceivedAcsCommitmentsRequest
- def clearCounterParticipantUids: LookupReceivedAcsCommitmentsRequest
- def clearTimeRanges: LookupReceivedAcsCommitmentsRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val commitmentState: Seq[ReceivedCommitmentState]
- def companion: LookupReceivedAcsCommitmentsRequest.type
- Definition Classes
- LookupReceivedAcsCommitmentsRequest → GeneratedMessage
- val counterParticipantUids: Seq[String]
- 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
- LookupReceivedAcsCommitmentsRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- LookupReceivedAcsCommitmentsRequest → 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- LookupReceivedAcsCommitmentsRequest → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeRanges: Seq[SynchronizerTimeRange]
- 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
- LookupReceivedAcsCommitmentsRequest → GeneratedMessage
- def update(ms: (Lens[LookupReceivedAcsCommitmentsRequest, LookupReceivedAcsCommitmentsRequest]) => Mutation[LookupReceivedAcsCommitmentsRequest]*): LookupReceivedAcsCommitmentsRequest
- Definition Classes
- Updatable
- val verbose: Boolean
- 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 withCommitmentState(__v: Seq[ReceivedCommitmentState]): LookupReceivedAcsCommitmentsRequest
- def withCounterParticipantUids(__v: Seq[String]): LookupReceivedAcsCommitmentsRequest
- def withTimeRanges(__v: Seq[SynchronizerTimeRange]): LookupReceivedAcsCommitmentsRequest
- def withVerbose(__v: Boolean): LookupReceivedAcsCommitmentsRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- LookupReceivedAcsCommitmentsRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage