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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCurrentRevision()uint64 current_revision = 1;StreamsOuterClass.BatchAppendResp.Success.CurrentRevisionOptionCasegetCurrentRevisionOptionCase()com.google.protobuf.EmptygetNoPosition().google.protobuf.Empty no_position = 4;com.google.protobuf.EmptyOrBuildergetNoPositionOrBuilder().google.protobuf.Empty no_position = 4;com.google.protobuf.EmptygetNoStream().google.protobuf.Empty no_stream = 2;com.google.protobuf.EmptyOrBuildergetNoStreamOrBuilder().google.protobuf.Empty no_stream = 2;Shared.AllStreamPositiongetPosition().event_store.client.AllStreamPosition position = 3;StreamsOuterClass.BatchAppendResp.Success.PositionOptionCasegetPositionOptionCase()Shared.AllStreamPositionOrBuildergetPositionOrBuilder().event_store.client.AllStreamPosition position = 3;booleanhasCurrentRevision()uint64 current_revision = 1;booleanhasNoPosition().google.protobuf.Empty no_position = 4;booleanhasNoStream().google.protobuf.Empty no_stream = 2;booleanhasPosition().event_store.client.AllStreamPosition position = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-