Interface StreamsOuterClass.ReadRespOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamsOuterClass.ReadResp,StreamsOuterClass.ReadResp.Builder
- Enclosing class:
- StreamsOuterClass
public static interface StreamsOuterClass.ReadRespOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamsOuterClass.ReadResp.CaughtUpgetCaughtUp().event_store.client.streams.ReadResp.CaughtUp caught_up = 8;StreamsOuterClass.ReadResp.CaughtUpOrBuildergetCaughtUpOrBuilder().event_store.client.streams.ReadResp.CaughtUp caught_up = 8;StreamsOuterClass.ReadResp.CheckpointgetCheckpoint().event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;StreamsOuterClass.ReadResp.CheckpointOrBuildergetCheckpointOrBuilder().event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;StreamsOuterClass.ReadResp.SubscriptionConfirmationgetConfirmation().event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;StreamsOuterClass.ReadResp.SubscriptionConfirmationOrBuildergetConfirmationOrBuilder().event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;StreamsOuterClass.ReadResp.ContentCasegetContentCase()StreamsOuterClass.ReadResp.ReadEventgetEvent().event_store.client.streams.ReadResp.ReadEvent event = 1;StreamsOuterClass.ReadResp.ReadEventOrBuildergetEventOrBuilder().event_store.client.streams.ReadResp.ReadEvent event = 1;StreamsOuterClass.ReadResp.FellBehindgetFellBehind().event_store.client.streams.ReadResp.FellBehind fell_behind = 9;StreamsOuterClass.ReadResp.FellBehindOrBuildergetFellBehindOrBuilder().event_store.client.streams.ReadResp.FellBehind fell_behind = 9;longgetFirstStreamPosition()uint64 first_stream_position = 5;Shared.AllStreamPositiongetLastAllStreamPosition().event_store.client.AllStreamPosition last_all_stream_position = 7;Shared.AllStreamPositionOrBuildergetLastAllStreamPositionOrBuilder().event_store.client.AllStreamPosition last_all_stream_position = 7;longgetLastStreamPosition()uint64 last_stream_position = 6;StreamsOuterClass.ReadResp.StreamNotFoundgetStreamNotFound().event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;StreamsOuterClass.ReadResp.StreamNotFoundOrBuildergetStreamNotFoundOrBuilder().event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;booleanhasCaughtUp().event_store.client.streams.ReadResp.CaughtUp caught_up = 8;booleanhasCheckpoint().event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;booleanhasConfirmation().event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;booleanhasEvent().event_store.client.streams.ReadResp.ReadEvent event = 1;booleanhasFellBehind().event_store.client.streams.ReadResp.FellBehind fell_behind = 9;booleanhasFirstStreamPosition()uint64 first_stream_position = 5;booleanhasLastAllStreamPosition().event_store.client.AllStreamPosition last_all_stream_position = 7;booleanhasLastStreamPosition()uint64 last_stream_position = 6;booleanhasStreamNotFound().event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEvent
boolean hasEvent()
.event_store.client.streams.ReadResp.ReadEvent event = 1;- Returns:
- Whether the event field is set.
-
getEvent
StreamsOuterClass.ReadResp.ReadEvent getEvent()
.event_store.client.streams.ReadResp.ReadEvent event = 1;- Returns:
- The event.
-
getEventOrBuilder
StreamsOuterClass.ReadResp.ReadEventOrBuilder getEventOrBuilder()
.event_store.client.streams.ReadResp.ReadEvent event = 1;
-
hasConfirmation
boolean hasConfirmation()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;- Returns:
- Whether the confirmation field is set.
-
getConfirmation
StreamsOuterClass.ReadResp.SubscriptionConfirmation getConfirmation()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;- Returns:
- The confirmation.
-
getConfirmationOrBuilder
StreamsOuterClass.ReadResp.SubscriptionConfirmationOrBuilder getConfirmationOrBuilder()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;
-
hasCheckpoint
boolean hasCheckpoint()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;- Returns:
- Whether the checkpoint field is set.
-
getCheckpoint
StreamsOuterClass.ReadResp.Checkpoint getCheckpoint()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;- Returns:
- The checkpoint.
-
getCheckpointOrBuilder
StreamsOuterClass.ReadResp.CheckpointOrBuilder getCheckpointOrBuilder()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;
-
hasStreamNotFound
boolean hasStreamNotFound()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;- Returns:
- Whether the streamNotFound field is set.
-
getStreamNotFound
StreamsOuterClass.ReadResp.StreamNotFound getStreamNotFound()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;- Returns:
- The streamNotFound.
-
getStreamNotFoundOrBuilder
StreamsOuterClass.ReadResp.StreamNotFoundOrBuilder getStreamNotFoundOrBuilder()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;
-
hasFirstStreamPosition
boolean hasFirstStreamPosition()
uint64 first_stream_position = 5;- Returns:
- Whether the firstStreamPosition field is set.
-
getFirstStreamPosition
long getFirstStreamPosition()
uint64 first_stream_position = 5;- Returns:
- The firstStreamPosition.
-
hasLastStreamPosition
boolean hasLastStreamPosition()
uint64 last_stream_position = 6;- Returns:
- Whether the lastStreamPosition field is set.
-
getLastStreamPosition
long getLastStreamPosition()
uint64 last_stream_position = 6;- Returns:
- The lastStreamPosition.
-
hasLastAllStreamPosition
boolean hasLastAllStreamPosition()
.event_store.client.AllStreamPosition last_all_stream_position = 7;- Returns:
- Whether the lastAllStreamPosition field is set.
-
getLastAllStreamPosition
Shared.AllStreamPosition getLastAllStreamPosition()
.event_store.client.AllStreamPosition last_all_stream_position = 7;- Returns:
- The lastAllStreamPosition.
-
getLastAllStreamPositionOrBuilder
Shared.AllStreamPositionOrBuilder getLastAllStreamPositionOrBuilder()
.event_store.client.AllStreamPosition last_all_stream_position = 7;
-
hasCaughtUp
boolean hasCaughtUp()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8;- Returns:
- Whether the caughtUp field is set.
-
getCaughtUp
StreamsOuterClass.ReadResp.CaughtUp getCaughtUp()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8;- Returns:
- The caughtUp.
-
getCaughtUpOrBuilder
StreamsOuterClass.ReadResp.CaughtUpOrBuilder getCaughtUpOrBuilder()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8;
-
hasFellBehind
boolean hasFellBehind()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9;- Returns:
- Whether the fellBehind field is set.
-
getFellBehind
StreamsOuterClass.ReadResp.FellBehind getFellBehind()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9;- Returns:
- The fellBehind.
-
getFellBehindOrBuilder
StreamsOuterClass.ReadResp.FellBehindOrBuilder getFellBehindOrBuilder()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9;
-
getContentCase
StreamsOuterClass.ReadResp.ContentCase getContentCase()
-
-