Class Execution.Status

  • All Implemented Interfaces:
    Execution.StatusOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    Execution

    public static final class Execution.Status
    extends com.google.protobuf.GeneratedMessageV3
    implements Execution.StatusOrBuilder
     Represents the current status of this execution.
     
    Protobuf type google.cloud.workflows.executions.v1.Execution.Status
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Execution.Status.Builder
      Represents the current status of this execution.
      static class  Execution.Status.Step
      Represents a step of the workflow this execution is running.
      static interface  Execution.Status.StepOrBuilder  
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CURRENT_STEPS_FIELD_NUMBER  
      • Fields inherited from class com.google.protobuf.GeneratedMessageV3

        alwaysUseFieldBuilders, unknownFields
      • Fields inherited from class com.google.protobuf.AbstractMessage

        memoizedSize
      • Fields inherited from class com.google.protobuf.AbstractMessageLite

        memoizedHashCode
    • Field Detail

      • CURRENT_STEPS_FIELD_NUMBER

        public static final int CURRENT_STEPS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getCurrentStepsList

        public 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;
        Specified by:
        getCurrentStepsList in interface Execution.StatusOrBuilder
      • getCurrentStepsOrBuilderList

        public 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;
        Specified by:
        getCurrentStepsOrBuilderList in interface Execution.StatusOrBuilder
      • getCurrentStepsCount

        public 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;
        Specified by:
        getCurrentStepsCount in interface Execution.StatusOrBuilder
      • getCurrentSteps

        public 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;
        Specified by:
        getCurrentSteps in interface Execution.StatusOrBuilder
      • getCurrentStepsOrBuilder

        public 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;
        Specified by:
        getCurrentStepsOrBuilder in interface Execution.StatusOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Execution.Status parseFrom​(ByteBuffer data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution.Status parseFrom​(ByteBuffer data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution.Status parseFrom​(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution.Status parseFrom​(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution.Status parseFrom​(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution.Status parseFrom​(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution.Status parseFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Execution.Status.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Execution.Status.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Execution.Status.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Execution.Status> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Execution.Status getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder