List Checkpoints Response
interface ListCheckpointsResponse
Response message for LedgerService.ListCheckpoints.
Every frame carries a watermark with a safe resume cursor. A frame with checkpoint set delivers one matching item; a frame without it reports scan progress or terminal completion. Watermarks never regress in the requested ordering but may repeat.
end is set exactly once, on the final frame of a successful stream. For QUERY_END_REASON_ITEM_LIMIT, that frame also carries the final item. For every other end reason, the final frame has no checkpoint payload.
Properties
Link copied to clipboard
One matching checkpoint.
Link copied to clipboard
Returns the field-presence view for this ListCheckpointsResponse instance.
Functions
Link copied to clipboard
Link copied to clipboard
fun ListCheckpointsResponse.copy(body: <Error class: unknown class>.() -> Unit = {}): ListCheckpointsResponse
Copies the original message, including unknown fields.