Interface StreamsOuterClass.BatchAppendResp.SuccessOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamsOuterClass.BatchAppendResp.Success,StreamsOuterClass.BatchAppendResp.Success.Builder
- Enclosing class:
- StreamsOuterClass.BatchAppendResp
public static interface StreamsOuterClass.BatchAppendResp.SuccessOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 current_revision = 1;com.google.protobuf.Empty.google.protobuf.Empty no_position = 4;com.google.protobuf.EmptyOrBuilder.google.protobuf.Empty no_position = 4;com.google.protobuf.Empty.google.protobuf.Empty no_stream = 2;com.google.protobuf.EmptyOrBuilder.google.protobuf.Empty no_stream = 2;.event_store.client.AllStreamPosition position = 3;.event_store.client.AllStreamPosition position = 3;booleanuint64 current_revision = 1;boolean.google.protobuf.Empty no_position = 4;boolean.google.protobuf.Empty no_stream = 2;boolean.event_store.client.AllStreamPosition position = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCurrentRevision
boolean hasCurrentRevision()uint64 current_revision = 1;- Returns:
- Whether the currentRevision field is set.
-
getCurrentRevision
long getCurrentRevision()uint64 current_revision = 1;- Returns:
- The currentRevision.
-
hasNoStream
boolean hasNoStream().google.protobuf.Empty no_stream = 2;- Returns:
- Whether the noStream field is set.
-
getNoStream
com.google.protobuf.Empty getNoStream().google.protobuf.Empty no_stream = 2;- Returns:
- The noStream.
-
getNoStreamOrBuilder
com.google.protobuf.EmptyOrBuilder getNoStreamOrBuilder().google.protobuf.Empty no_stream = 2; -
hasPosition
boolean hasPosition().event_store.client.AllStreamPosition position = 3;- Returns:
- Whether the position field is set.
-
getPosition
Shared.AllStreamPosition getPosition().event_store.client.AllStreamPosition position = 3;- Returns:
- The position.
-
getPositionOrBuilder
Shared.AllStreamPositionOrBuilder getPositionOrBuilder().event_store.client.AllStreamPosition position = 3; -
hasNoPosition
boolean hasNoPosition().google.protobuf.Empty no_position = 4;- Returns:
- Whether the noPosition field is set.
-
getNoPosition
com.google.protobuf.Empty getNoPosition().google.protobuf.Empty no_position = 4;- Returns:
- The noPosition.
-
getNoPositionOrBuilder
com.google.protobuf.EmptyOrBuilder getNoPositionOrBuilder().google.protobuf.Empty no_position = 4; -
getCurrentRevisionOptionCase
StreamsOuterClass.BatchAppendResp.Success.CurrentRevisionOptionCase getCurrentRevisionOptionCase() -
getPositionOptionCase
StreamsOuterClass.BatchAppendResp.Success.PositionOptionCase getPositionOptionCase()
-