public static interface LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Duration |
getMaxDeduplicationTime()
If a command submission specifies a deduplication period of length up to ``max_deduplication_time``,
the submission SHOULD not be rejected with ``NOT_FOUND`` because the deduplication period start is too early.
|
com.google.protobuf.DurationOrBuilder |
getMaxDeduplicationTimeOrBuilder()
If a command submission specifies a deduplication period of length up to ``max_deduplication_time``,
the submission SHOULD not be rejected with ``NOT_FOUND`` because the deduplication period start is too early.
|
boolean |
hasMaxDeduplicationTime()
If a command submission specifies a deduplication period of length up to ``max_deduplication_time``,
the submission SHOULD not be rejected with ``NOT_FOUND`` because the deduplication period start is too early.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMaxDeduplicationTime()
If a command submission specifies a deduplication period of length up to ``max_deduplication_time``, the submission SHOULD not be rejected with ``NOT_FOUND`` because the deduplication period start is too early. The deduplication period is measured on a local clock of the participant or Daml ledger, and therefore subject to clock skews and clock drifts. Command submissions with longer periods MAY get accepted though.
.google.protobuf.Duration max_deduplication_time = 3 [json_name = "maxDeduplicationTime"];
com.google.protobuf.Duration getMaxDeduplicationTime()
If a command submission specifies a deduplication period of length up to ``max_deduplication_time``, the submission SHOULD not be rejected with ``NOT_FOUND`` because the deduplication period start is too early. The deduplication period is measured on a local clock of the participant or Daml ledger, and therefore subject to clock skews and clock drifts. Command submissions with longer periods MAY get accepted though.
.google.protobuf.Duration max_deduplication_time = 3 [json_name = "maxDeduplicationTime"];
com.google.protobuf.DurationOrBuilder getMaxDeduplicationTimeOrBuilder()
If a command submission specifies a deduplication period of length up to ``max_deduplication_time``, the submission SHOULD not be rejected with ``NOT_FOUND`` because the deduplication period start is too early. The deduplication period is measured on a local clock of the participant or Daml ledger, and therefore subject to clock skews and clock drifts. Command submissions with longer periods MAY get accepted though.
.google.protobuf.Duration max_deduplication_time = 3 [json_name = "maxDeduplicationTime"];