public static final class StreamsOuterClass.ReadResp extends com.google.protobuf.GeneratedMessage implements StreamsOuterClass.ReadRespOrBuilder
event_store.client.streams.ReadResp| Modifier and Type | Class and Description |
|---|---|
static class |
StreamsOuterClass.ReadResp.Builder
Protobuf type
event_store.client.streams.ReadResp |
static class |
StreamsOuterClass.ReadResp.CaughtUp
The $all or stream subscription has caught up and become live.
|
static interface |
StreamsOuterClass.ReadResp.CaughtUpOrBuilder |
static class |
StreamsOuterClass.ReadResp.Checkpoint
Protobuf type
event_store.client.streams.ReadResp.Checkpoint |
static interface |
StreamsOuterClass.ReadResp.CheckpointOrBuilder |
static class |
StreamsOuterClass.ReadResp.ContentCase |
static class |
StreamsOuterClass.ReadResp.FellBehind
The $all or stream subscription has fallen back into catchup mode and is no longer live.
|
static interface |
StreamsOuterClass.ReadResp.FellBehindOrBuilder |
static class |
StreamsOuterClass.ReadResp.Position
Protobuf type
event_store.client.streams.ReadResp.Position |
static interface |
StreamsOuterClass.ReadResp.PositionOrBuilder |
static class |
StreamsOuterClass.ReadResp.ReadEvent
Protobuf type
event_store.client.streams.ReadResp.ReadEvent |
static interface |
StreamsOuterClass.ReadResp.ReadEventOrBuilder |
static class |
StreamsOuterClass.ReadResp.StreamNotFound
Protobuf type
event_store.client.streams.ReadResp.StreamNotFound |
static interface |
StreamsOuterClass.ReadResp.StreamNotFoundOrBuilder |
static class |
StreamsOuterClass.ReadResp.SubscriptionConfirmation
Protobuf type
event_store.client.streams.ReadResp.SubscriptionConfirmation |
static interface |
StreamsOuterClass.ReadResp.SubscriptionConfirmationOrBuilder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CAUGHT_UP_FIELD_NUMBER |
static int |
CHECKPOINT_FIELD_NUMBER |
static int |
CONFIRMATION_FIELD_NUMBER |
static int |
EVENT_FIELD_NUMBER |
static int |
FELL_BEHIND_FIELD_NUMBER |
static int |
FIRST_STREAM_POSITION_FIELD_NUMBER |
static int |
LAST_ALL_STREAM_POSITION_FIELD_NUMBER |
static int |
LAST_STREAM_POSITION_FIELD_NUMBER |
static int |
STREAM_NOT_FOUND_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
StreamsOuterClass.ReadResp.CaughtUp |
getCaughtUp()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8; |
StreamsOuterClass.ReadResp.CaughtUpOrBuilder |
getCaughtUpOrBuilder()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8; |
StreamsOuterClass.ReadResp.Checkpoint |
getCheckpoint()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3; |
StreamsOuterClass.ReadResp.CheckpointOrBuilder |
getCheckpointOrBuilder()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3; |
StreamsOuterClass.ReadResp.SubscriptionConfirmation |
getConfirmation()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2; |
StreamsOuterClass.ReadResp.SubscriptionConfirmationOrBuilder |
getConfirmationOrBuilder()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2; |
StreamsOuterClass.ReadResp.ContentCase |
getContentCase() |
static StreamsOuterClass.ReadResp |
getDefaultInstance() |
StreamsOuterClass.ReadResp |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
StreamsOuterClass.ReadResp.ReadEvent |
getEvent()
.event_store.client.streams.ReadResp.ReadEvent event = 1; |
StreamsOuterClass.ReadResp.ReadEventOrBuilder |
getEventOrBuilder()
.event_store.client.streams.ReadResp.ReadEvent event = 1; |
StreamsOuterClass.ReadResp.FellBehind |
getFellBehind()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9; |
StreamsOuterClass.ReadResp.FellBehindOrBuilder |
getFellBehindOrBuilder()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9; |
long |
getFirstStreamPosition()
uint64 first_stream_position = 5; |
Shared.AllStreamPosition |
getLastAllStreamPosition()
.event_store.client.AllStreamPosition last_all_stream_position = 7; |
Shared.AllStreamPositionOrBuilder |
getLastAllStreamPositionOrBuilder()
.event_store.client.AllStreamPosition last_all_stream_position = 7; |
long |
getLastStreamPosition()
uint64 last_stream_position = 6; |
com.google.protobuf.Parser<StreamsOuterClass.ReadResp> |
getParserForType() |
int |
getSerializedSize() |
StreamsOuterClass.ReadResp.StreamNotFound |
getStreamNotFound()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4; |
StreamsOuterClass.ReadResp.StreamNotFoundOrBuilder |
getStreamNotFoundOrBuilder()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4; |
boolean |
hasCaughtUp()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8; |
boolean |
hasCheckpoint()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3; |
boolean |
hasConfirmation()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2; |
boolean |
hasEvent()
.event_store.client.streams.ReadResp.ReadEvent event = 1; |
boolean |
hasFellBehind()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9; |
boolean |
hasFirstStreamPosition()
uint64 first_stream_position = 5; |
int |
hashCode() |
boolean |
hasLastAllStreamPosition()
.event_store.client.AllStreamPosition last_all_stream_position = 7; |
boolean |
hasLastStreamPosition()
uint64 last_stream_position = 6; |
boolean |
hasStreamNotFound()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamsOuterClass.ReadResp.Builder |
newBuilder() |
static StreamsOuterClass.ReadResp.Builder |
newBuilder(StreamsOuterClass.ReadResp prototype) |
StreamsOuterClass.ReadResp.Builder |
newBuilderForType() |
protected StreamsOuterClass.ReadResp.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static StreamsOuterClass.ReadResp |
parseDelimitedFrom(java.io.InputStream input) |
static StreamsOuterClass.ReadResp |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamsOuterClass.ReadResp |
parseFrom(byte[] data) |
static StreamsOuterClass.ReadResp |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamsOuterClass.ReadResp |
parseFrom(java.nio.ByteBuffer data) |
static StreamsOuterClass.ReadResp |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamsOuterClass.ReadResp |
parseFrom(com.google.protobuf.ByteString data) |
static StreamsOuterClass.ReadResp |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamsOuterClass.ReadResp |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamsOuterClass.ReadResp |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamsOuterClass.ReadResp |
parseFrom(java.io.InputStream input) |
static StreamsOuterClass.ReadResp |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StreamsOuterClass.ReadResp> |
parser() |
StreamsOuterClass.ReadResp.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int EVENT_FIELD_NUMBER
public static final int CONFIRMATION_FIELD_NUMBER
public static final int CHECKPOINT_FIELD_NUMBER
public static final int STREAM_NOT_FOUND_FIELD_NUMBER
public static final int FIRST_STREAM_POSITION_FIELD_NUMBER
public static final int LAST_STREAM_POSITION_FIELD_NUMBER
public static final int LAST_ALL_STREAM_POSITION_FIELD_NUMBER
public static final int CAUGHT_UP_FIELD_NUMBER
public static final int FELL_BEHIND_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic StreamsOuterClass.ReadResp.ContentCase getContentCase()
getContentCase in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasEvent()
.event_store.client.streams.ReadResp.ReadEvent event = 1;hasEvent in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.ReadEvent getEvent()
.event_store.client.streams.ReadResp.ReadEvent event = 1;getEvent in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.ReadEventOrBuilder getEventOrBuilder()
.event_store.client.streams.ReadResp.ReadEvent event = 1;getEventOrBuilder in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasConfirmation()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;hasConfirmation in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.SubscriptionConfirmation getConfirmation()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;getConfirmation in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.SubscriptionConfirmationOrBuilder getConfirmationOrBuilder()
.event_store.client.streams.ReadResp.SubscriptionConfirmation confirmation = 2;getConfirmationOrBuilder in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasCheckpoint()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;hasCheckpoint in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.Checkpoint getCheckpoint()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;getCheckpoint in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.CheckpointOrBuilder getCheckpointOrBuilder()
.event_store.client.streams.ReadResp.Checkpoint checkpoint = 3;getCheckpointOrBuilder in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasStreamNotFound()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;hasStreamNotFound in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.StreamNotFound getStreamNotFound()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;getStreamNotFound in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.StreamNotFoundOrBuilder getStreamNotFoundOrBuilder()
.event_store.client.streams.ReadResp.StreamNotFound stream_not_found = 4;getStreamNotFoundOrBuilder in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasFirstStreamPosition()
uint64 first_stream_position = 5;hasFirstStreamPosition in interface StreamsOuterClass.ReadRespOrBuilderpublic long getFirstStreamPosition()
uint64 first_stream_position = 5;getFirstStreamPosition in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasLastStreamPosition()
uint64 last_stream_position = 6;hasLastStreamPosition in interface StreamsOuterClass.ReadRespOrBuilderpublic long getLastStreamPosition()
uint64 last_stream_position = 6;getLastStreamPosition in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasLastAllStreamPosition()
.event_store.client.AllStreamPosition last_all_stream_position = 7;hasLastAllStreamPosition in interface StreamsOuterClass.ReadRespOrBuilderpublic Shared.AllStreamPosition getLastAllStreamPosition()
.event_store.client.AllStreamPosition last_all_stream_position = 7;getLastAllStreamPosition in interface StreamsOuterClass.ReadRespOrBuilderpublic Shared.AllStreamPositionOrBuilder getLastAllStreamPositionOrBuilder()
.event_store.client.AllStreamPosition last_all_stream_position = 7;getLastAllStreamPositionOrBuilder in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasCaughtUp()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8;hasCaughtUp in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.CaughtUp getCaughtUp()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8;getCaughtUp in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.CaughtUpOrBuilder getCaughtUpOrBuilder()
.event_store.client.streams.ReadResp.CaughtUp caught_up = 8;getCaughtUpOrBuilder in interface StreamsOuterClass.ReadRespOrBuilderpublic boolean hasFellBehind()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9;hasFellBehind in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.FellBehind getFellBehind()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9;getFellBehind in interface StreamsOuterClass.ReadRespOrBuilderpublic StreamsOuterClass.ReadResp.FellBehindOrBuilder getFellBehindOrBuilder()
.event_store.client.streams.ReadResp.FellBehind fell_behind = 9;getFellBehindOrBuilder in interface StreamsOuterClass.ReadRespOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StreamsOuterClass.ReadResp parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamsOuterClass.ReadResp parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamsOuterClass.ReadResp parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamsOuterClass.ReadResp parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamsOuterClass.ReadResp parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamsOuterClass.ReadResp parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamsOuterClass.ReadResp parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamsOuterClass.ReadResp parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamsOuterClass.ReadResp parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamsOuterClass.ReadResp parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamsOuterClass.ReadResp parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamsOuterClass.ReadResp parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamsOuterClass.ReadResp.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StreamsOuterClass.ReadResp.Builder newBuilder()
public static StreamsOuterClass.ReadResp.Builder newBuilder(StreamsOuterClass.ReadResp prototype)
public StreamsOuterClass.ReadResp.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StreamsOuterClass.ReadResp.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static StreamsOuterClass.ReadResp getDefaultInstance()
public static com.google.protobuf.Parser<StreamsOuterClass.ReadResp> parser()
public com.google.protobuf.Parser<StreamsOuterClass.ReadResp> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic StreamsOuterClass.ReadResp getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder