Interface Protocol.RunEntryMessageOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Protocol.Failure getFailure()
      .dev.restate.service.protocol.Failure failure = 15;
      Protocol.FailureOrBuilder getFailureOrBuilder()
      .dev.restate.service.protocol.Failure failure = 15;
      java.lang.String getName()
      Entry name
      com.google.protobuf.ByteString getNameBytes()
      Entry name
      Protocol.RunEntryMessage.ResultCase getResultCase()  
      com.google.protobuf.ByteString getValue()
      bytes value = 14;
      boolean hasFailure()
      .dev.restate.service.protocol.Failure failure = 15;
      boolean hasValue()
      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 Detail

      • 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.
      • getName

        java.lang.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.