public static interface ParticipantPruningServiceOuterClass.PruneRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getPruneUpTo()
 Inclusive offset up to and at which the ledger is to be pruned. 
 | 
com.google.protobuf.ByteString | 
getPruneUpToBytes()
 Inclusive offset up to and at which the ledger is to be pruned. 
 | 
java.lang.String | 
getSubmissionId()
 Unique submission identifier. 
 | 
com.google.protobuf.ByteString | 
getSubmissionIdBytes()
 Unique submission identifier. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPruneUpTo()
Inclusive offset up to and at which the ledger is to be pruned.
string prune_up_to = 1 [json_name = "pruneUpTo"];com.google.protobuf.ByteString getPruneUpToBytes()
Inclusive offset up to and at which the ledger is to be pruned.
string prune_up_to = 1 [json_name = "pruneUpTo"];java.lang.String getSubmissionId()
Unique submission identifier. Optional, defaults to a random identifier, used for logging.
string submission_id = 2 [json_name = "submissionId"];com.google.protobuf.ByteString getSubmissionIdBytes()
Unique submission identifier. Optional, defaults to a random identifier, used for logging.
string submission_id = 2 [json_name = "submissionId"];