public interface StreamRevisionConflictErrorDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getActualRevision()
The actual current revision of the stream.
|
long |
getExpectedRevision()
The expected revision that was provided in the append request.
|
java.lang.String |
getStream()
The name of the stream that had a revision conflict.
|
com.google.protobuf.ByteString |
getStreamBytes()
The name of the stream that had a revision conflict.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getStream()
The name of the stream that had a revision conflict.
string stream = 1;com.google.protobuf.ByteString getStreamBytes()
The name of the stream that had a revision conflict.
string stream = 1;long getExpectedRevision()
The expected revision that was provided in the append request.
sint64 expected_revision = 2 [jstype = JS_STRING];long getActualRevision()
The actual current revision of the stream.
sint64 actual_revision = 3 [jstype = JS_STRING];