Interface StreamsOuterClass.BatchAppendRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamsOuterClass.BatchAppendResp,StreamsOuterClass.BatchAppendResp.Builder
- Enclosing class:
- StreamsOuterClass
public static interface StreamsOuterClass.BatchAppendRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.EmptygetAny().google.protobuf.Empty any = 7;com.google.protobuf.EmptyOrBuilder.google.protobuf.Empty any = 7;.event_store.client.UUID correlation_id = 1;.event_store.client.UUID correlation_id = 1;getError().google.rpc.Status error = 2;.google.rpc.Status error = 2;com.google.protobuf.Empty.google.protobuf.Empty no_stream = 6;com.google.protobuf.EmptyOrBuilder.google.protobuf.Empty no_stream = 6;com.google.protobuf.Empty.google.protobuf.Empty stream_exists = 8;com.google.protobuf.EmptyOrBuilder.google.protobuf.Empty stream_exists = 8;.event_store.client.StreamIdentifier stream_identifier = 4;.event_store.client.StreamIdentifier stream_identifier = 4;longuint64 stream_position = 5;.event_store.client.streams.BatchAppendResp.Success success = 3;.event_store.client.streams.BatchAppendResp.Success success = 3;booleanhasAny().google.protobuf.Empty any = 7;boolean.event_store.client.UUID correlation_id = 1;booleanhasError().google.rpc.Status error = 2;boolean.google.protobuf.Empty no_stream = 6;boolean.google.protobuf.Empty stream_exists = 8;boolean.event_store.client.StreamIdentifier stream_identifier = 4;booleanuint64 stream_position = 5;boolean.event_store.client.streams.BatchAppendResp.Success success = 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
-
hasCorrelationId
boolean hasCorrelationId().event_store.client.UUID correlation_id = 1;- Returns:
- Whether the correlationId field is set.
-
getCorrelationId
Shared.UUID getCorrelationId().event_store.client.UUID correlation_id = 1;- Returns:
- The correlationId.
-
getCorrelationIdOrBuilder
Shared.UUIDOrBuilder getCorrelationIdOrBuilder().event_store.client.UUID correlation_id = 1; -
hasError
boolean hasError().google.rpc.Status error = 2;- Returns:
- Whether the error field is set.
-
getError
Status getError().google.rpc.Status error = 2;- Returns:
- The error.
-
getErrorOrBuilder
StatusOrBuilder getErrorOrBuilder().google.rpc.Status error = 2; -
hasSuccess
boolean hasSuccess().event_store.client.streams.BatchAppendResp.Success success = 3;- Returns:
- Whether the success field is set.
-
getSuccess
StreamsOuterClass.BatchAppendResp.Success getSuccess().event_store.client.streams.BatchAppendResp.Success success = 3;- Returns:
- The success.
-
getSuccessOrBuilder
StreamsOuterClass.BatchAppendResp.SuccessOrBuilder getSuccessOrBuilder().event_store.client.streams.BatchAppendResp.Success success = 3; -
hasStreamIdentifier
boolean hasStreamIdentifier().event_store.client.StreamIdentifier stream_identifier = 4;- Returns:
- Whether the streamIdentifier field is set.
-
getStreamIdentifier
Shared.StreamIdentifier getStreamIdentifier().event_store.client.StreamIdentifier stream_identifier = 4;- Returns:
- The streamIdentifier.
-
getStreamIdentifierOrBuilder
Shared.StreamIdentifierOrBuilder getStreamIdentifierOrBuilder().event_store.client.StreamIdentifier stream_identifier = 4; -
hasStreamPosition
boolean hasStreamPosition()uint64 stream_position = 5;- Returns:
- Whether the streamPosition field is set.
-
getStreamPosition
long getStreamPosition()uint64 stream_position = 5;- Returns:
- The streamPosition.
-
hasNoStream
boolean hasNoStream().google.protobuf.Empty no_stream = 6;- Returns:
- Whether the noStream field is set.
-
getNoStream
com.google.protobuf.Empty getNoStream().google.protobuf.Empty no_stream = 6;- Returns:
- The noStream.
-
getNoStreamOrBuilder
com.google.protobuf.EmptyOrBuilder getNoStreamOrBuilder().google.protobuf.Empty no_stream = 6; -
hasAny
boolean hasAny().google.protobuf.Empty any = 7;- Returns:
- Whether the any field is set.
-
getAny
com.google.protobuf.Empty getAny().google.protobuf.Empty any = 7;- Returns:
- The any.
-
getAnyOrBuilder
com.google.protobuf.EmptyOrBuilder getAnyOrBuilder().google.protobuf.Empty any = 7; -
hasStreamExists
boolean hasStreamExists().google.protobuf.Empty stream_exists = 8;- Returns:
- Whether the streamExists field is set.
-
getStreamExists
com.google.protobuf.Empty getStreamExists().google.protobuf.Empty stream_exists = 8;- Returns:
- The streamExists.
-
getStreamExistsOrBuilder
com.google.protobuf.EmptyOrBuilder getStreamExistsOrBuilder().google.protobuf.Empty stream_exists = 8; -
getResultCase
StreamsOuterClass.BatchAppendResp.ResultCase getResultCase() -
getExpectedStreamPositionCase
StreamsOuterClass.BatchAppendResp.ExpectedStreamPositionCase getExpectedStreamPositionCase()
-