Interface Shared.WrongExpectedVersionOrBuilder

    • Method Detail

      • hasCurrentStreamRevision

        boolean hasCurrentStreamRevision()
        uint64 current_stream_revision = 1;
        Returns:
        Whether the currentStreamRevision field is set.
      • getCurrentStreamRevision

        long getCurrentStreamRevision()
        uint64 current_stream_revision = 1;
        Returns:
        The currentStreamRevision.
      • hasCurrentNoStream

        boolean hasCurrentNoStream()
        .google.protobuf.Empty current_no_stream = 2;
        Returns:
        Whether the currentNoStream field is set.
      • getCurrentNoStream

        com.google.protobuf.Empty getCurrentNoStream()
        .google.protobuf.Empty current_no_stream = 2;
        Returns:
        The currentNoStream.
      • getCurrentNoStreamOrBuilder

        com.google.protobuf.EmptyOrBuilder getCurrentNoStreamOrBuilder()
        .google.protobuf.Empty current_no_stream = 2;
      • hasExpectedStreamPosition

        boolean hasExpectedStreamPosition()
        uint64 expected_stream_position = 3;
        Returns:
        Whether the expectedStreamPosition field is set.
      • getExpectedStreamPosition

        long getExpectedStreamPosition()
        uint64 expected_stream_position = 3;
        Returns:
        The expectedStreamPosition.
      • hasExpectedAny

        boolean hasExpectedAny()
        .google.protobuf.Empty expected_any = 4;
        Returns:
        Whether the expectedAny field is set.
      • getExpectedAny

        com.google.protobuf.Empty getExpectedAny()
        .google.protobuf.Empty expected_any = 4;
        Returns:
        The expectedAny.
      • getExpectedAnyOrBuilder

        com.google.protobuf.EmptyOrBuilder getExpectedAnyOrBuilder()
        .google.protobuf.Empty expected_any = 4;
      • hasExpectedStreamExists

        boolean hasExpectedStreamExists()
        .google.protobuf.Empty expected_stream_exists = 5;
        Returns:
        Whether the expectedStreamExists field is set.
      • getExpectedStreamExists

        com.google.protobuf.Empty getExpectedStreamExists()
        .google.protobuf.Empty expected_stream_exists = 5;
        Returns:
        The expectedStreamExists.
      • getExpectedStreamExistsOrBuilder

        com.google.protobuf.EmptyOrBuilder getExpectedStreamExistsOrBuilder()
        .google.protobuf.Empty expected_stream_exists = 5;
      • hasExpectedNoStream

        boolean hasExpectedNoStream()
        .google.protobuf.Empty expected_no_stream = 6;
        Returns:
        Whether the expectedNoStream field is set.
      • getExpectedNoStream

        com.google.protobuf.Empty getExpectedNoStream()
        .google.protobuf.Empty expected_no_stream = 6;
        Returns:
        The expectedNoStream.
      • getExpectedNoStreamOrBuilder

        com.google.protobuf.EmptyOrBuilder getExpectedNoStreamOrBuilder()
        .google.protobuf.Empty expected_no_stream = 6;