Interface StreamsOuterClass.BatchAppendResp.SuccessOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamsOuterClass.BatchAppendResp.Success, StreamsOuterClass.BatchAppendResp.Success.Builder
Enclosing class:
StreamsOuterClass.BatchAppendResp

public static interface StreamsOuterClass.BatchAppendResp.SuccessOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCurrentRevision

      boolean hasCurrentRevision()
      uint64 current_revision = 1;
      Returns:
      Whether the currentRevision field is set.
    • getCurrentRevision

      long getCurrentRevision()
      uint64 current_revision = 1;
      Returns:
      The currentRevision.
    • hasNoStream

      boolean hasNoStream()
      .google.protobuf.Empty no_stream = 2;
      Returns:
      Whether the noStream field is set.
    • getNoStream

      com.google.protobuf.Empty getNoStream()
      .google.protobuf.Empty no_stream = 2;
      Returns:
      The noStream.
    • getNoStreamOrBuilder

      com.google.protobuf.EmptyOrBuilder getNoStreamOrBuilder()
      .google.protobuf.Empty no_stream = 2;
    • hasPosition

      boolean hasPosition()
      .event_store.client.AllStreamPosition position = 3;
      Returns:
      Whether the position field is set.
    • getPosition

      .event_store.client.AllStreamPosition position = 3;
      Returns:
      The position.
    • getPositionOrBuilder

      Shared.AllStreamPositionOrBuilder getPositionOrBuilder()
      .event_store.client.AllStreamPosition position = 3;
    • hasNoPosition

      boolean hasNoPosition()
      .google.protobuf.Empty no_position = 4;
      Returns:
      Whether the noPosition field is set.
    • getNoPosition

      com.google.protobuf.Empty getNoPosition()
      .google.protobuf.Empty no_position = 4;
      Returns:
      The noPosition.
    • getNoPositionOrBuilder

      com.google.protobuf.EmptyOrBuilder getNoPositionOrBuilder()
      .google.protobuf.Empty no_position = 4;
    • getCurrentRevisionOptionCase

    • getPositionOptionCase