Class LedgerConfigurationServiceOuterClass.LedgerConfiguration.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LedgerConfigurationServiceOuterClass.LedgerConfiguration.Builder>
      • getDefaultInstanceForType

        public LedgerConfigurationServiceOuterClass.LedgerConfiguration getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • hasMaxDeduplicationDuration

        public 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"];
        Specified by:
        hasMaxDeduplicationDuration in interface LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder
        Returns:
        Whether the maxDeduplicationDuration field is set.
      • getMaxDeduplicationDuration

        public 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"];
        Specified by:
        getMaxDeduplicationDuration in interface LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder
        Returns:
        The maxDeduplicationDuration.
      • setMaxDeduplicationDuration

        public LedgerConfigurationServiceOuterClass.LedgerConfiguration.Builder setMaxDeduplicationDuration​(com.google.protobuf.Duration value)
         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"];
      • setMaxDeduplicationDuration

        public LedgerConfigurationServiceOuterClass.LedgerConfiguration.Builder setMaxDeduplicationDuration​(com.google.protobuf.Duration.Builder builderForValue)
         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"];
      • mergeMaxDeduplicationDuration

        public LedgerConfigurationServiceOuterClass.LedgerConfiguration.Builder mergeMaxDeduplicationDuration​(com.google.protobuf.Duration value)
         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"];
      • clearMaxDeduplicationDuration

        public LedgerConfigurationServiceOuterClass.LedgerConfiguration.Builder clearMaxDeduplicationDuration()
         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"];
      • getMaxDeduplicationDurationBuilder

        public com.google.protobuf.Duration.Builder getMaxDeduplicationDurationBuilder()
         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"];
      • getMaxDeduplicationDurationOrBuilder

        public 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"];
        Specified by:
        getMaxDeduplicationDurationOrBuilder in interface LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder