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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.EmptygetAny().google.protobuf.Empty any = 7;com.google.protobuf.EmptyOrBuildergetAnyOrBuilder().google.protobuf.Empty any = 7;Shared.UUIDgetCorrelationId().event_store.client.UUID correlation_id = 1;Shared.UUIDOrBuildergetCorrelationIdOrBuilder().event_store.client.UUID correlation_id = 1;StatusgetError().google.rpc.Status error = 2;StatusOrBuildergetErrorOrBuilder().google.rpc.Status error = 2;StreamsOuterClass.BatchAppendResp.ExpectedStreamPositionCasegetExpectedStreamPositionCase()com.google.protobuf.EmptygetNoStream().google.protobuf.Empty no_stream = 6;com.google.protobuf.EmptyOrBuildergetNoStreamOrBuilder().google.protobuf.Empty no_stream = 6;StreamsOuterClass.BatchAppendResp.ResultCasegetResultCase()com.google.protobuf.EmptygetStreamExists().google.protobuf.Empty stream_exists = 8;com.google.protobuf.EmptyOrBuildergetStreamExistsOrBuilder().google.protobuf.Empty stream_exists = 8;Shared.StreamIdentifiergetStreamIdentifier().event_store.client.StreamIdentifier stream_identifier = 4;Shared.StreamIdentifierOrBuildergetStreamIdentifierOrBuilder().event_store.client.StreamIdentifier stream_identifier = 4;longgetStreamPosition()uint64 stream_position = 5;StreamsOuterClass.BatchAppendResp.SuccessgetSuccess().event_store.client.streams.BatchAppendResp.Success success = 3;StreamsOuterClass.BatchAppendResp.SuccessOrBuildergetSuccessOrBuilder().event_store.client.streams.BatchAppendResp.Success success = 3;booleanhasAny().google.protobuf.Empty any = 7;booleanhasCorrelationId().event_store.client.UUID correlation_id = 1;booleanhasError().google.rpc.Status error = 2;booleanhasNoStream().google.protobuf.Empty no_stream = 6;booleanhasStreamExists().google.protobuf.Empty stream_exists = 8;booleanhasStreamIdentifier().event_store.client.StreamIdentifier stream_identifier = 4;booleanhasSuccess().event_store.client.streams.BatchAppendResp.Success success = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
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()
-
-