Interface Execution.ErrorOrBuilder

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

    public static interface Execution.ErrorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContext()
      Human-readable stack trace string.
      com.google.protobuf.ByteString getContextBytes()
      Human-readable stack trace string.
      String getPayload()
      Error message and data returned represented as a JSON string.
      com.google.protobuf.ByteString getPayloadBytes()
      Error message and data returned represented as a JSON string.
      Execution.StackTrace getStackTrace()
      Stack trace with detailed information of where error was generated.
      Execution.StackTraceOrBuilder getStackTraceOrBuilder()
      Stack trace with detailed information of where error was generated.
      boolean hasStackTrace()
      Stack trace with detailed information of where error was generated.
      • 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

      • getPayload

        String getPayload()
         Error message and data returned represented as a JSON string.
         
        string payload = 1;
        Returns:
        The payload.
      • getPayloadBytes

        com.google.protobuf.ByteString getPayloadBytes()
         Error message and data returned represented as a JSON string.
         
        string payload = 1;
        Returns:
        The bytes for payload.
      • getContext

        String getContext()
         Human-readable stack trace string.
         
        string context = 2;
        Returns:
        The context.
      • getContextBytes

        com.google.protobuf.ByteString getContextBytes()
         Human-readable stack trace string.
         
        string context = 2;
        Returns:
        The bytes for context.
      • hasStackTrace

        boolean hasStackTrace()
         Stack trace with detailed information of where error was generated.
         
        .google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;
        Returns:
        Whether the stackTrace field is set.
      • getStackTrace

        Execution.StackTrace getStackTrace()
         Stack trace with detailed information of where error was generated.
         
        .google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;
        Returns:
        The stackTrace.
      • getStackTraceOrBuilder

        Execution.StackTraceOrBuilder getStackTraceOrBuilder()
         Stack trace with detailed information of where error was generated.
         
        .google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;