com.digitalasset.canton.admin.participant.v30
ClearPartyOnboardingFlagRequest
Companion object ClearPartyOnboardingFlagRequest
final case class ClearPartyOnboardingFlagRequest(partyId: String, synchronizerId: String, beginOffsetExclusive: Long, waitForActivationTimeout: Option[Duration]) extends GeneratedMessage with Updatable[ClearPartyOnboardingFlagRequest] with Product with Serializable
- partyId
The identifier of the party whose onboarding flag is being cleared. This party must already be active on the target participant. Required
- synchronizerId
The identifier of the synchronizer. Required
- beginOffsetExclusive
The exclusive ledger offset used as a starting point to find the party's most recent activation on the target participant. Required
- waitForActivationTimeout
The maximum duration the service will wait to find the topology transaction that activates the party. If not set, the service will use a default timeout. Optional
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ClearPartyOnboardingFlagRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ClearPartyOnboardingFlagRequest(partyId: String, synchronizerId: String, beginOffsetExclusive: Long, waitForActivationTimeout: Option[Duration])
- partyId
The identifier of the party whose onboarding flag is being cleared. This party must already be active on the target participant. Required
- synchronizerId
The identifier of the synchronizer. Required
- beginOffsetExclusive
The exclusive ledger offset used as a starting point to find the party's most recent activation on the target participant. Required
- waitForActivationTimeout
The maximum duration the service will wait to find the topology transaction that activates the party. If not set, the service will use a default timeout. Optional
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
- val beginOffsetExclusive: Long
- def clearWaitForActivationTimeout: ClearPartyOnboardingFlagRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ClearPartyOnboardingFlagRequest.type
- Definition Classes
- ClearPartyOnboardingFlagRequest → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ClearPartyOnboardingFlagRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ClearPartyOnboardingFlagRequest → GeneratedMessage
- def getWaitForActivationTimeout: Duration
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val partyId: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ClearPartyOnboardingFlagRequest → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerId: 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
- ClearPartyOnboardingFlagRequest → GeneratedMessage
- def update(ms: (Lens[ClearPartyOnboardingFlagRequest, ClearPartyOnboardingFlagRequest]) => Mutation[ClearPartyOnboardingFlagRequest]*): ClearPartyOnboardingFlagRequest
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- val waitForActivationTimeout: Option[Duration]
- def withBeginOffsetExclusive(__v: Long): ClearPartyOnboardingFlagRequest
- def withPartyId(__v: String): ClearPartyOnboardingFlagRequest
- def withSynchronizerId(__v: String): ClearPartyOnboardingFlagRequest
- def withWaitForActivationTimeout(__v: Duration): ClearPartyOnboardingFlagRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ClearPartyOnboardingFlagRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage