Interface Protocol.PeekPromiseEntryMessageOrBuilder

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

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

    • getKey

      String getKey()
      string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 1;
      Returns:
      The bytes for key.
    • 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.
    • getEmptyOrBuilder

      Protocol.EmptyOrBuilder getEmptyOrBuilder()
      .dev.restate.service.protocol.Empty empty = 13;
    • 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.
    • getFailureOrBuilder

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

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

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