Interface StreamsOuterClass.BatchAppendResp.SuccessOrBuilder

    • Method Detail

      • 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

        Shared.AllStreamPosition getPosition()
        .event_store.client.AllStreamPosition position = 3;
        Returns:
        The position.
      • 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;