Package com.daml.ledger.api.v1
Interface LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LedgerConfigurationServiceOuterClass.LedgerConfiguration
,LedgerConfigurationServiceOuterClass.LedgerConfiguration.Builder
- Enclosing class:
- LedgerConfigurationServiceOuterClass
public static interface LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Duration
getMaxDeduplicationDuration()
If a command submission specifies a deduplication period of length up to ``max_deduplication_duration``, the submission SHOULD not be rejected with ``FAILED_PRECONDITION`` because the deduplication period starts too early.com.google.protobuf.DurationOrBuilder
getMaxDeduplicationDurationOrBuilder()
If a command submission specifies a deduplication period of length up to ``max_deduplication_duration``, the submission SHOULD not be rejected with ``FAILED_PRECONDITION`` because the deduplication period starts too early.boolean
hasMaxDeduplicationDuration()
If a command submission specifies a deduplication period of length up to ``max_deduplication_duration``, the submission SHOULD not be rejected with ``FAILED_PRECONDITION`` because the deduplication period starts too early.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMaxDeduplicationDuration
boolean hasMaxDeduplicationDuration()
If a command submission specifies a deduplication period of length up to ``max_deduplication_duration``, the submission SHOULD not be rejected with ``FAILED_PRECONDITION`` because the deduplication period starts 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_duration = 3 [json_name = "maxDeduplicationDuration"];
- Returns:
- Whether the maxDeduplicationDuration field is set.
-
getMaxDeduplicationDuration
com.google.protobuf.Duration getMaxDeduplicationDuration()
If a command submission specifies a deduplication period of length up to ``max_deduplication_duration``, the submission SHOULD not be rejected with ``FAILED_PRECONDITION`` because the deduplication period starts 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_duration = 3 [json_name = "maxDeduplicationDuration"];
- Returns:
- The maxDeduplicationDuration.
-
getMaxDeduplicationDurationOrBuilder
com.google.protobuf.DurationOrBuilder getMaxDeduplicationDurationOrBuilder()
If a command submission specifies a deduplication period of length up to ``max_deduplication_duration``, the submission SHOULD not be rejected with ``FAILED_PRECONDITION`` because the deduplication period starts 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_duration = 3 [json_name = "maxDeduplicationDuration"];
-
-