Class UpdateServiceOuterClass.GetUpdatesRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.daml.ledger.api.v2.UpdateServiceOuterClass.GetUpdatesRequest
All Implemented Interfaces:
UpdateServiceOuterClass.GetUpdatesRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
UpdateServiceOuterClass

public static final class UpdateServiceOuterClass.GetUpdatesRequest extends com.google.protobuf.GeneratedMessageV3 implements UpdateServiceOuterClass.GetUpdatesRequestOrBuilder
 Exclusive lower bound offset of the requested ledger section (non-negative integer).
 The response will only contain transactions whose offset is strictly greater than this.
 If set to zero, the lower bound is set to the beginning of the ledger.
 If the participant has been pruned, this parameter must be greater or equal than the pruning offset.
 
Protobuf type com.daml.ledger.api.v2.GetUpdatesRequest
See Also: