final case class ImportAcsRequest(acsSnapshot: ByteString, workflowIdPrefix: String, onboardedParties: Seq[String]) extends GeneratedMessage with Updatable[ImportAcsRequest] with Product with Serializable
- onboardedParties
Some checks rely on the parties hosted on the participant. While this information is usually derived from a recent topology snapshot, it is not suited for party replication because the party is enabled on the target participant only after the acs import is done. In this case, the list of onboarded parties can be passed explicitly.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImportAcsRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ImportAcsRequest(acsSnapshot: ByteString, workflowIdPrefix: String, onboardedParties: Seq[String])
- onboardedParties
Some checks rely on the parties hosted on the participant. While this information is usually derived from a recent topology snapshot, it is not suited for party replication because the party is enabled on the target participant only after the acs import is done. In this case, the list of onboarded parties can be passed explicitly.
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
- val acsSnapshot: ByteString
- def addAllOnboardedParties(__vs: Iterable[String]): ImportAcsRequest
- def addOnboardedParties(__vs: String*): ImportAcsRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearOnboardedParties: ImportAcsRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def companion: ImportAcsRequest.type
- Definition Classes
- ImportAcsRequest → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ImportAcsRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ImportAcsRequest → 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val onboardedParties: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ImportAcsRequest → 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
- ImportAcsRequest → GeneratedMessage
- def update(ms: (Lens[ImportAcsRequest, ImportAcsRequest]) => Mutation[ImportAcsRequest]*): ImportAcsRequest
- 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 withAcsSnapshot(__v: ByteString): ImportAcsRequest
- def withOnboardedParties(__v: Seq[String]): ImportAcsRequest
- def withWorkflowIdPrefix(__v: String): ImportAcsRequest
- val workflowIdPrefix: String
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ImportAcsRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage