Interface Protocol.CompleteAwakeableCommandMessageOrBuilder

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

public static interface Protocol.CompleteAwakeableCommandMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAwakeableId

      String getAwakeableId()
      string awakeable_id = 1;
      Returns:
      The awakeableId.
    • getAwakeableIdBytes

      com.google.protobuf.ByteString getAwakeableIdBytes()
      string awakeable_id = 1;
      Returns:
      The bytes for awakeableId.
    • hasValue

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

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

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

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

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

      Protocol.FailureOrBuilder getFailureOrBuilder()
      .dev.restate.service.protocol.Failure failure = 3;
    • getName

      String getName()
       Cannot use the field 'name' here because used above
       
      string name = 12;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Cannot use the field 'name' here because used above
       
      string name = 12;
      Returns:
      The bytes for name.
    • getResultCase