Interface GetOutputResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetOutputResponse, GetOutputResponse.Builder

    public interface GetOutputResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Failure getFailure()
      .dev.restate.sdk.workflow.Failure failure = 2;
      FailureOrBuilder getFailureOrBuilder()
      .dev.restate.sdk.workflow.Failure failure = 2;
      com.google.protobuf.Empty getNotCompleted()
      .google.protobuf.Empty not_completed = 3;
      com.google.protobuf.EmptyOrBuilder getNotCompletedOrBuilder()
      .google.protobuf.Empty not_completed = 3;
      GetOutputResponse.ResultCase getResultCase()  
      com.google.protobuf.ByteString getValue()
      bytes value = 1;
      boolean hasFailure()
      .dev.restate.sdk.workflow.Failure failure = 2;
      boolean hasNotCompleted()
      .google.protobuf.Empty not_completed = 3;
      boolean hasValue()
      bytes value = 1;
      • 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 Detail

      • hasValue

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

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

        boolean hasFailure()
        .dev.restate.sdk.workflow.Failure failure = 2;
        Returns:
        Whether the failure field is set.
      • getFailure

        Failure getFailure()
        .dev.restate.sdk.workflow.Failure failure = 2;
        Returns:
        The failure.
      • getFailureOrBuilder

        FailureOrBuilder getFailureOrBuilder()
        .dev.restate.sdk.workflow.Failure failure = 2;
      • hasNotCompleted

        boolean hasNotCompleted()
        .google.protobuf.Empty not_completed = 3;
        Returns:
        Whether the notCompleted field is set.
      • getNotCompleted

        com.google.protobuf.Empty getNotCompleted()
        .google.protobuf.Empty not_completed = 3;
        Returns:
        The notCompleted.
      • getNotCompletedOrBuilder

        com.google.protobuf.EmptyOrBuilder getNotCompletedOrBuilder()
        .google.protobuf.Empty not_completed = 3;