public interface SequencedCommitCursorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAcknowledgedCommits()
The number of outstanding SequencedCommitCursorRequests acknowledged by
this response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getAcknowledgedCommits()
The number of outstanding SequencedCommitCursorRequests acknowledged by this response. Note that SequencedCommitCursorRequests are acknowledged in the order that they are received.
int64 acknowledged_commits = 1;Copyright © 2023 Google LLC. All rights reserved.