com.digitalasset.canton.admin.participant.v30
ExportAcsAtTimestampRequest
Companion object ExportAcsAtTimestampRequest
final case class ExportAcsAtTimestampRequest(partyIds: Seq[String], synchronizerId: String, topologyTransactionEffectiveTime: Option[Timestamp]) extends GeneratedMessage with Updatable[ExportAcsAtTimestampRequest] with Product with Serializable
- partyIds
The identifiers of the parties for which the Active Contract Set (ACS) will be exported. This field must contain at least one party ID. Required
- synchronizerId
The identifier of the synchronizer. This is used to filter contracts and topology transactions on the ledger. Required
- topologyTransactionEffectiveTime
The effective time of a specific topology transaction. The system will locate the topology transaction on the ledger with this effective time and the synchronizer identifier. And then take an ACS snapshot at the corresponding ledger offset. Required
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ExportAcsAtTimestampRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ExportAcsAtTimestampRequest(partyIds: Seq[String], synchronizerId: String, topologyTransactionEffectiveTime: Option[Timestamp])
- partyIds
The identifiers of the parties for which the Active Contract Set (ACS) will be exported. This field must contain at least one party ID. Required
- synchronizerId
The identifier of the synchronizer. This is used to filter contracts and topology transactions on the ledger. Required
- topologyTransactionEffectiveTime
The effective time of a specific topology transaction. The system will locate the topology transaction on the ledger with this effective time and the synchronizer identifier. And then take an ACS snapshot at the corresponding ledger offset. Required
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 addAllPartyIds(__vs: Iterable[String]): ExportAcsAtTimestampRequest
- def addPartyIds(__vs: String*): ExportAcsAtTimestampRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearPartyIds: ExportAcsAtTimestampRequest
- def clearTopologyTransactionEffectiveTime: ExportAcsAtTimestampRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: ExportAcsAtTimestampRequest.type
- Definition Classes
- ExportAcsAtTimestampRequest → 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
- ExportAcsAtTimestampRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ExportAcsAtTimestampRequest → GeneratedMessage
- def getTopologyTransactionEffectiveTime: Timestamp
- 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 partyIds: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ExportAcsAtTimestampRequest → 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
- ExportAcsAtTimestampRequest → GeneratedMessage
- val topologyTransactionEffectiveTime: Option[Timestamp]
- def update(ms: (Lens[ExportAcsAtTimestampRequest, ExportAcsAtTimestampRequest]) => Mutation[ExportAcsAtTimestampRequest]*): ExportAcsAtTimestampRequest
- 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 withPartyIds(__v: Seq[String]): ExportAcsAtTimestampRequest
- def withSynchronizerId(__v: String): ExportAcsAtTimestampRequest
- def withTopologyTransactionEffectiveTime(__v: Timestamp): ExportAcsAtTimestampRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ExportAcsAtTimestampRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage