Package com.daml.ledger.api.v1
Interface TransactionServiceOuterClass.GetLatestPrunedOffsetsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransactionServiceOuterClass.GetLatestPrunedOffsetsResponse,TransactionServiceOuterClass.GetLatestPrunedOffsetsResponse.Builder
- Enclosing class:
- TransactionServiceOuterClass
public static interface TransactionServiceOuterClass.GetLatestPrunedOffsetsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LedgerOffsetOuterClass.LedgerOffsetgetAllDivulgedContractsPrunedUpToInclusive()The offset up to which all divulged events have been pruned on the ledger.LedgerOffsetOuterClass.LedgerOffsetOrBuildergetAllDivulgedContractsPrunedUpToInclusiveOrBuilder()The offset up to which all divulged events have been pruned on the ledger.LedgerOffsetOuterClass.LedgerOffsetgetParticipantPrunedUpToInclusive()The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.LedgerOffsetOuterClass.LedgerOffsetOrBuildergetParticipantPrunedUpToInclusiveOrBuilder()The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.booleanhasAllDivulgedContractsPrunedUpToInclusive()The offset up to which all divulged events have been pruned on the ledger.booleanhasParticipantPrunedUpToInclusive()The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasParticipantPrunedUpToInclusive
boolean hasParticipantPrunedUpToInclusive()
The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.
.com.daml.ledger.api.v1.LedgerOffset participant_pruned_up_to_inclusive = 1 [json_name = "participantPrunedUpToInclusive"];- Returns:
- Whether the participantPrunedUpToInclusive field is set.
-
getParticipantPrunedUpToInclusive
LedgerOffsetOuterClass.LedgerOffset getParticipantPrunedUpToInclusive()
The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.
.com.daml.ledger.api.v1.LedgerOffset participant_pruned_up_to_inclusive = 1 [json_name = "participantPrunedUpToInclusive"];- Returns:
- The participantPrunedUpToInclusive.
-
getParticipantPrunedUpToInclusiveOrBuilder
LedgerOffsetOuterClass.LedgerOffsetOrBuilder getParticipantPrunedUpToInclusiveOrBuilder()
The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.
.com.daml.ledger.api.v1.LedgerOffset participant_pruned_up_to_inclusive = 1 [json_name = "participantPrunedUpToInclusive"];
-
hasAllDivulgedContractsPrunedUpToInclusive
boolean hasAllDivulgedContractsPrunedUpToInclusive()
The offset up to which all divulged events have been pruned on the ledger. It can be at or before the ``participant_pruned_up_to_inclusive`` offset. For more details about all divulged events pruning, see ``PruneRequest.prune_all_divulged_contracts`` in ``participant_pruning_service.proto``.
.com.daml.ledger.api.v1.LedgerOffset all_divulged_contracts_pruned_up_to_inclusive = 2 [json_name = "allDivulgedContractsPrunedUpToInclusive"];- Returns:
- Whether the allDivulgedContractsPrunedUpToInclusive field is set.
-
getAllDivulgedContractsPrunedUpToInclusive
LedgerOffsetOuterClass.LedgerOffset getAllDivulgedContractsPrunedUpToInclusive()
The offset up to which all divulged events have been pruned on the ledger. It can be at or before the ``participant_pruned_up_to_inclusive`` offset. For more details about all divulged events pruning, see ``PruneRequest.prune_all_divulged_contracts`` in ``participant_pruning_service.proto``.
.com.daml.ledger.api.v1.LedgerOffset all_divulged_contracts_pruned_up_to_inclusive = 2 [json_name = "allDivulgedContractsPrunedUpToInclusive"];- Returns:
- The allDivulgedContractsPrunedUpToInclusive.
-
getAllDivulgedContractsPrunedUpToInclusiveOrBuilder
LedgerOffsetOuterClass.LedgerOffsetOrBuilder getAllDivulgedContractsPrunedUpToInclusiveOrBuilder()
The offset up to which all divulged events have been pruned on the ledger. It can be at or before the ``participant_pruned_up_to_inclusive`` offset. For more details about all divulged events pruning, see ``PruneRequest.prune_all_divulged_contracts`` in ``participant_pruning_service.proto``.
.com.daml.ledger.api.v1.LedgerOffset all_divulged_contracts_pruned_up_to_inclusive = 2 [json_name = "allDivulgedContractsPrunedUpToInclusive"];
-
-