Interface Protocol.NotificationTemplateOrBuilder

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

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

    • hasCompletionId

      boolean hasCompletionId()
      uint32 completion_id = 1;
      Returns:
      Whether the completionId field is set.
    • getCompletionId

      int getCompletionId()
      uint32 completion_id = 1;
      Returns:
      The completionId.
    • hasSignalId

      boolean hasSignalId()
      uint32 signal_id = 2;
      Returns:
      Whether the signalId field is set.
    • getSignalId

      int getSignalId()
      uint32 signal_id = 2;
      Returns:
      The signalId.
    • hasSignalName

      boolean hasSignalName()
      string signal_name = 3;
      Returns:
      Whether the signalName field is set.
    • getSignalName

      String getSignalName()
      string signal_name = 3;
      Returns:
      The signalName.
    • getSignalNameBytes

      com.google.protobuf.ByteString getSignalNameBytes()
      string signal_name = 3;
      Returns:
      The bytes for signalName.
    • hasVoid

      boolean hasVoid()
      .dev.restate.service.protocol.Void void = 4;
      Returns:
      Whether the void field is set.
    • getVoid

      Protocol.Void getVoid()
      .dev.restate.service.protocol.Void void = 4;
      Returns:
      The void.
    • getVoidOrBuilder

      Protocol.VoidOrBuilder getVoidOrBuilder()
      .dev.restate.service.protocol.Void void = 4;
    • hasValue

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

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

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

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

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

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

      boolean hasInvocationId()
       Used by specific commands
       
      string invocation_id = 16;
      Returns:
      Whether the invocationId field is set.
    • getInvocationId

      String getInvocationId()
       Used by specific commands
       
      string invocation_id = 16;
      Returns:
      The invocationId.
    • getInvocationIdBytes

      com.google.protobuf.ByteString getInvocationIdBytes()
       Used by specific commands
       
      string invocation_id = 16;
      Returns:
      The bytes for invocationId.
    • hasStateKeys

      boolean hasStateKeys()
      .dev.restate.service.protocol.StateKeys state_keys = 17;
      Returns:
      Whether the stateKeys field is set.
    • getStateKeys

      Protocol.StateKeys getStateKeys()
      .dev.restate.service.protocol.StateKeys state_keys = 17;
      Returns:
      The stateKeys.
    • getStateKeysOrBuilder

      Protocol.StateKeysOrBuilder getStateKeysOrBuilder()
      .dev.restate.service.protocol.StateKeys state_keys = 17;
    • getIdCase

    • getResultCase