Interface Execution.StackTraceElementOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Execution.StackTraceElement.Position getPosition()
      The source position information of the stack trace element.
      Execution.StackTraceElement.PositionOrBuilder getPositionOrBuilder()
      The source position information of the stack trace element.
      String getRoutine()
      The routine where the error occurred.
      com.google.protobuf.ByteString getRoutineBytes()
      The routine where the error occurred.
      String getStep()
      The step the error occurred at.
      com.google.protobuf.ByteString getStepBytes()
      The step the error occurred at.
      boolean hasPosition()
      The source position information of the stack trace element.
      • 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

      • getStep

        String getStep()
         The step the error occurred at.
         
        string step = 1;
        Returns:
        The step.
      • getStepBytes

        com.google.protobuf.ByteString getStepBytes()
         The step the error occurred at.
         
        string step = 1;
        Returns:
        The bytes for step.
      • getRoutine

        String getRoutine()
         The routine where the error occurred.
         
        string routine = 2;
        Returns:
        The routine.
      • getRoutineBytes

        com.google.protobuf.ByteString getRoutineBytes()
         The routine where the error occurred.
         
        string routine = 2;
        Returns:
        The bytes for routine.
      • hasPosition

        boolean hasPosition()
         The source position information of the stack trace element.
         
        .google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
        Returns:
        Whether the position field is set.
      • getPosition

        Execution.StackTraceElement.Position getPosition()
         The source position information of the stack trace element.
         
        .google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;
        Returns:
        The position.
      • getPositionOrBuilder

        Execution.StackTraceElement.PositionOrBuilder getPositionOrBuilder()
         The source position information of the stack trace element.
         
        .google.cloud.workflows.executions.v1.Execution.StackTraceElement.Position position = 3;