Interface Execution.Status.StepOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRoutine()
      Name of a routine within the workflow.
      com.google.protobuf.ByteString getRoutineBytes()
      Name of a routine within the workflow.
      String getStep()
      Name of a step within the routine.
      com.google.protobuf.ByteString getStepBytes()
      Name of a step within the routine.
      • 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

      • getRoutine

        String getRoutine()
         Name of a routine within the workflow.
         
        string routine = 1;
        Returns:
        The routine.
      • getRoutineBytes

        com.google.protobuf.ByteString getRoutineBytes()
         Name of a routine within the workflow.
         
        string routine = 1;
        Returns:
        The bytes for routine.
      • getStep

        String getStep()
         Name of a step within the routine.
         
        string step = 2;
        Returns:
        The step.
      • getStepBytes

        com.google.protobuf.ByteString getStepBytes()
         Name of a step within the routine.
         
        string step = 2;
        Returns:
        The bytes for step.