public static interface LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Duration |
getMaxDeduplicationTime()
The maximum value for the ``deduplication_time`` parameter of command submissions
(as described in ``commands.proto``).
|
com.google.protobuf.DurationOrBuilder |
getMaxDeduplicationTimeOrBuilder()
The maximum value for the ``deduplication_time`` parameter of command submissions
(as described in ``commands.proto``).
|
boolean |
hasMaxDeduplicationTime()
The maximum value for the ``deduplication_time`` parameter of command submissions
(as described in ``commands.proto``).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMaxDeduplicationTime()
The maximum value for the ``deduplication_time`` parameter of command submissions (as described in ``commands.proto``). This defines the maximum time window during which commands can be deduplicated.
.google.protobuf.Duration max_deduplication_time = 3 [json_name = "maxDeduplicationTime"];
com.google.protobuf.Duration getMaxDeduplicationTime()
The maximum value for the ``deduplication_time`` parameter of command submissions (as described in ``commands.proto``). This defines the maximum time window during which commands can be deduplicated.
.google.protobuf.Duration max_deduplication_time = 3 [json_name = "maxDeduplicationTime"];
com.google.protobuf.DurationOrBuilder getMaxDeduplicationTimeOrBuilder()
The maximum value for the ``deduplication_time`` parameter of command submissions (as described in ``commands.proto``). This defines the maximum time window during which commands can be deduplicated.
.google.protobuf.Duration max_deduplication_time = 3 [json_name = "maxDeduplicationTime"];