Class Execution.Status (2.42.0)

public static final class Execution.Status extends GeneratedMessageV3 implements Execution.StatusOrBuilder

Represents the current status of this execution.

Protobuf type google.cloud.workflows.executions.v1.Execution.Status

Static Fields

CURRENT_STEPS_FIELD_NUMBER

public static final int CURRENT_STEPS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Execution.Status getDefaultInstance()
Returns
Type Description
Execution.Status

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Execution.Status.Builder newBuilder()
Returns
Type Description
Execution.Status.Builder

newBuilder(Execution.Status prototype)

public static Execution.Status.Builder newBuilder(Execution.Status prototype)
Parameter
Name Description
prototype Execution.Status
Returns
Type Description
Execution.Status.Builder

parseDelimitedFrom(InputStream input)

public static Execution.Status parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Execution.Status parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Execution.Status parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Execution.Status parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Execution.Status parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Execution.Status parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Execution.Status parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Execution.Status parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Execution.Status parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Execution.Status parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Execution.Status parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Execution.Status parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Execution.Status> parser()
Returns
Type Description
Parser<Status>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCurrentSteps(int index)

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;

Parameter
Name Description
index int
Returns
Type Description
Execution.Status.Step

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;

Returns
Type Description
int

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;

Returns
Type Description
List<Step>

getCurrentStepsOrBuilder(int index)

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;

Parameter
Name Description
index int
Returns
Type Description
Execution.Status.StepOrBuilder

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;

Returns
Type Description
List<? extends com.google.cloud.workflows.executions.v1.Execution.Status.StepOrBuilder>

getDefaultInstanceForType()

public Execution.Status getDefaultInstanceForType()
Returns
Type Description
Execution.Status

getParserForType()

public Parser<Execution.Status> getParserForType()
Returns
Type Description
Parser<Status>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Execution.Status.Builder newBuilderForType()
Returns
Type Description
Execution.Status.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Execution.Status.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Execution.Status.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Execution.Status.Builder toBuilder()
Returns
Type Description
Execution.Status.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException