Interface Protocol.CompleteAwakeableEntryMessageOrBuilder

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

public static interface Protocol.CompleteAwakeableEntryMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    .dev.restate.service.protocol.Failure failure = 15;
    .dev.restate.service.protocol.Failure failure = 15;
    Identifier of the awakeable.
    com.google.protobuf.ByteString
    Identifier of the awakeable.
    Entry name
    com.google.protobuf.ByteString
    Entry name
     
    com.google.protobuf.ByteString
    bytes value = 14;
    boolean
    .dev.restate.service.protocol.Failure failure = 15;
    boolean
    bytes value = 14;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder Link icon

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder Link icon

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details Link icon

    • getId Link icon

      String getId()
       Identifier of the awakeable. See the spec for more details.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes Link icon

      com.google.protobuf.ByteString getIdBytes()
       Identifier of the awakeable. See the spec for more details.
       
      string id = 1;
      Returns:
      The bytes for id.
    • hasValue Link icon

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

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

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

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

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

      String getName()
       Entry name
       
      string name = 12;
      Returns:
      The name.
    • getNameBytes Link icon

      com.google.protobuf.ByteString getNameBytes()
       Entry name
       
      string name = 12;
      Returns:
      The bytes for name.
    • getResultCase Link icon