public interface AppendResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getPosition()
The position of the last appended record in the global log.
|
java.lang.String |
getStream()
The stream to which records were appended.
|
com.google.protobuf.ByteString |
getStreamBytes()
The stream to which records were appended.
|
long |
getStreamRevision()
The actual/current revision of the stream after the append.
|
boolean |
hasPosition()
The position of the last appended record in the global log.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getStream()
The stream to which records were appended.
string stream = 1;com.google.protobuf.ByteString getStreamBytes()
The stream to which records were appended.
string stream = 1;long getStreamRevision()
The actual/current revision of the stream after the append. This is the revision number of the last record written to this stream.
sint64 stream_revision = 2 [jstype = JS_STRING];boolean hasPosition()
The position of the last appended record in the global log.
optional sint64 position = 3 [jstype = JS_STRING];long getPosition()
The position of the last appended record in the global log.
optional sint64 position = 3 [jstype = JS_STRING];