com.digitalasset.canton.topology.admin.v30.GenerateTransactionsRequest
Proposal
Companion object Proposal
final case class Proposal(operation: TopologyChangeOp, serial: Int, mapping: Option[TopologyMapping], store: Option[StoreId]) extends GeneratedMessage with Updatable[Proposal] with Product with Serializable
- operation
* Replace / Remove
- serial
* Optionally, the serial number of this request (auto-determined if omitted) NOTE: omitting the serial MAY end up overwriting previous mappings processed concurrently. To avoid such cases, First read the state using the TopologyManagerReadService and update the mappings accordingly, incrementing the serial by one and setting it here explicitly.
- mapping
* The mapping to be authorized
- store
Target store
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Proposal
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Proposal(operation: TopologyChangeOp, serial: Int, mapping: Option[TopologyMapping], store: Option[StoreId])
- operation
* Replace / Remove
- serial
* Optionally, the serial number of this request (auto-determined if omitted) NOTE: omitting the serial MAY end up overwriting previous mappings processed concurrently. To avoid such cases, First read the state using the TopologyManagerReadService and update the mappings accordingly, incrementing the serial by one and setting it here explicitly.
- mapping
* The mapping to be authorized
- store
Target store
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 clearMapping: Proposal
- def clearStore: Proposal
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Proposal.type
- Definition Classes
- Proposal → 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
- Proposal → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Proposal → GeneratedMessage
- def getMapping: TopologyMapping
- def getStore: StoreId
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mapping: Option[TopologyMapping]
- 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 operation: TopologyChangeOp
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val serial: Int
- def serializedSize: Int
- Definition Classes
- Proposal → GeneratedMessage
- val store: Option[StoreId]
- 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
- Proposal → GeneratedMessage
- def update(ms: (Lens[Proposal, Proposal]) => Mutation[Proposal]*): Proposal
- 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 withMapping(__v: TopologyMapping): Proposal
- def withOperation(__v: TopologyChangeOp): Proposal
- def withSerial(__v: Int): Proposal
- def withStore(__v: StoreId): Proposal
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Proposal → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage