Interface Protocol.CompletionMessageOrBuilder

    • Method Detail

      • getEntryIndex

        int getEntryIndex()
        uint32 entry_index = 1;
        Returns:
        The entryIndex.
      • hasEmpty

        boolean hasEmpty()
        .dev.restate.service.protocol.Empty empty = 13;
        Returns:
        Whether the empty field is set.
      • getEmpty

        Protocol.Empty getEmpty()
        .dev.restate.service.protocol.Empty empty = 13;
        Returns:
        The empty.
      • hasValue

        boolean hasValue()
        bytes value = 14;
        Returns:
        Whether the value field is set.
      • getValue

        com.google.protobuf.ByteString getValue()
        bytes value = 14;
        Returns:
        The value.
      • hasFailure

        boolean hasFailure()
        .dev.restate.service.protocol.Failure failure = 15;
        Returns:
        Whether the failure field is set.
      • getFailure

        Protocol.Failure getFailure()
        .dev.restate.service.protocol.Failure failure = 15;
        Returns:
        The failure.