Interface Execution.StatusOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Execution.Status.Step getCurrentSteps​(int index)
      A list of currently executing or last executed step names for the workflow execution currently running.
      int getCurrentStepsCount()
      A list of currently executing or last executed step names for the workflow execution currently running.
      List<Execution.Status.Step> getCurrentStepsList()
      A list of currently executing or last executed step names for the workflow execution currently running.
      Execution.Status.StepOrBuilder getCurrentStepsOrBuilder​(int index)
      A list of currently executing or last executed step names for the workflow execution currently running.
      List<? extends Execution.Status.StepOrBuilder> getCurrentStepsOrBuilderList()
      A list of currently executing or last executed step names for the workflow execution currently running.
      • 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

      • getCurrentStepsList

        List<Execution.Status.Step> getCurrentStepsList()
         A list of currently executing or last executed step names for the
         workflow execution currently running. If the workflow has succeeded or
         failed, this is the last attempted or executed step. Presently, if the
         current step is inside a subworkflow, the list only includes that step.
         In the future, the list will contain items for each step in the call
         stack, starting with the outermost step in the `main` subworkflow, and
         ending with the most deeply nested step.
         
        repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;
      • getCurrentSteps

        Execution.Status.Step getCurrentSteps​(int index)
         A list of currently executing or last executed step names for the
         workflow execution currently running. If the workflow has succeeded or
         failed, this is the last attempted or executed step. Presently, if the
         current step is inside a subworkflow, the list only includes that step.
         In the future, the list will contain items for each step in the call
         stack, starting with the outermost step in the `main` subworkflow, and
         ending with the most deeply nested step.
         
        repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;
      • getCurrentStepsCount

        int getCurrentStepsCount()
         A list of currently executing or last executed step names for the
         workflow execution currently running. If the workflow has succeeded or
         failed, this is the last attempted or executed step. Presently, if the
         current step is inside a subworkflow, the list only includes that step.
         In the future, the list will contain items for each step in the call
         stack, starting with the outermost step in the `main` subworkflow, and
         ending with the most deeply nested step.
         
        repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;
      • getCurrentStepsOrBuilderList

        List<? extends Execution.Status.StepOrBuilder> getCurrentStepsOrBuilderList()
         A list of currently executing or last executed step names for the
         workflow execution currently running. If the workflow has succeeded or
         failed, this is the last attempted or executed step. Presently, if the
         current step is inside a subworkflow, the list only includes that step.
         In the future, the list will contain items for each step in the call
         stack, starting with the outermost step in the `main` subworkflow, and
         ending with the most deeply nested step.
         
        repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;
      • getCurrentStepsOrBuilder

        Execution.Status.StepOrBuilder getCurrentStepsOrBuilder​(int index)
         A list of currently executing or last executed step names for the
         workflow execution currently running. If the workflow has succeeded or
         failed, this is the last attempted or executed step. Presently, if the
         current step is inside a subworkflow, the list only includes that step.
         In the future, the list will contain items for each step in the call
         stack, starting with the outermost step in the `main` subworkflow, and
         ending with the most deeply nested step.
         
        repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;