Interface LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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"];