com.daml.ledger.configuration.protobuf.ledger_configuration
LedgerConfiguration
Companion object LedgerConfiguration
final case class LedgerConfiguration(version: Long = 0L, generation: Long = 0L, timeModel: Option[LedgerTimeModel] = _root_.scala.None, maxDeduplicationDuration: Option[Duration] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[LedgerConfiguration] with Product with Serializable
- version
The version of the configuration message. Defines the semantics of how it is decoded and interpreted.
- generation
The configuration generation. If submitting a configuration the new generation must be one larger than previous configuration. This safe-guards against configuration changes that are based upon stale data.
- timeModel
The ledger time model, specifying the bounds for ledger effective time and maximum record time of transactions.
- maxDeduplicationDuration
The default value for the
parameter of command submissions (as described indeduplication_duration
). The ledger SHOULD accept deduplication periods of length up to the maximum deduplication duration and it MAY accept longer periods.commands.proto
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- LedgerConfiguration
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LedgerConfiguration(version: Long = 0L, generation: Long = 0L, timeModel: Option[LedgerTimeModel] = _root_.scala.None, maxDeduplicationDuration: Option[Duration] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- version
The version of the configuration message. Defines the semantics of how it is decoded and interpreted.
- generation
The configuration generation. If submitting a configuration the new generation must be one larger than previous configuration. This safe-guards against configuration changes that are based upon stale data.
- timeModel
The ledger time model, specifying the bounds for ledger effective time and maximum record time of transactions.
- maxDeduplicationDuration
The default value for the
parameter of command submissions (as described indeduplication_duration
). The ledger SHOULD accept deduplication periods of length up to the maximum deduplication duration and it MAY accept longer periods.commands.proto
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 clearMaxDeduplicationDuration: LedgerConfiguration
- def clearTimeModel: LedgerConfiguration
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companion: LedgerConfiguration.type
- Definition Classes
- LedgerConfiguration → GeneratedMessage
- def discardUnknownFields: LedgerConfiguration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val generation: Long
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- LedgerConfiguration → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- LedgerConfiguration → GeneratedMessage
- def getMaxDeduplicationDuration: Duration
- def getTimeModel: LedgerTimeModel
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxDeduplicationDuration: Option[Duration]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- LedgerConfiguration → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeModel: Option[LedgerTimeModel]
- 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
- LedgerConfiguration → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[LedgerConfiguration, LedgerConfiguration]) => Mutation[LedgerConfiguration]*): LedgerConfiguration
- Definition Classes
- Updatable
- val version: Long
- 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 withGeneration(__v: Long): LedgerConfiguration
- def withMaxDeduplicationDuration(__v: Duration): LedgerConfiguration
- def withTimeModel(__v: LedgerTimeModel): LedgerConfiguration
- def withUnknownFields(__v: UnknownFieldSet): LedgerConfiguration
- def withVersion(__v: Long): LedgerConfiguration
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- LedgerConfiguration → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage