Interface Protocol.ProposeRunCompletionMessageOrBuilder

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

public static interface Protocol.ProposeRunCompletionMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dev.restate.service.protocol.Failure failure = 15;
    .dev.restate.service.protocol.Failure failure = 15;
     
    int
    uint32 result_completion_id = 1;
    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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • getResultCompletionId

      int getResultCompletionId()
      uint32 result_completion_id = 1;
      Returns:
      The resultCompletionId.
    • 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;
    • getResultCase