Interface Protocol.RunCompletionNotificationMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protocol.RunCompletionNotificationMessage, Protocol.RunCompletionNotificationMessage.Builder
Enclosing class:
Protocol

public static interface Protocol.RunCompletionNotificationMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details Link icon

    • getCompletionId Link icon

      int getCompletionId()
      uint32 completion_id = 1;
      Returns:
      The completionId.
    • hasValue Link icon

      boolean hasValue()
      .dev.restate.service.protocol.Value value = 5;
      Returns:
      Whether the value field is set.
    • getValue Link icon

      Protocol.Value getValue()
      .dev.restate.service.protocol.Value value = 5;
      Returns:
      The value.
    • getValueOrBuilder Link icon

      Protocol.ValueOrBuilder getValueOrBuilder()
      .dev.restate.service.protocol.Value value = 5;
    • hasFailure Link icon

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

      Protocol.Failure getFailure()
      .dev.restate.service.protocol.Failure failure = 6;
      Returns:
      The failure.
    • getFailureOrBuilder Link icon

      Protocol.FailureOrBuilder getFailureOrBuilder()
      .dev.restate.service.protocol.Failure failure = 6;
    • getResultCase Link icon