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 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

      .event_store.client.streams.BatchAppendResp.Success success = 3;
      Returns:
      The success.
    • 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

    • getExpectedStreamPositionCase