Class Execution.Status.Builder (2.41.0)

public static final class Execution.Status.Builder extends GeneratedMessageV3.Builder<Execution.Status.Builder> implements Execution.StatusOrBuilder

Represents the current status of this execution.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllCurrentSteps(Iterable<? extends Execution.Status.Step> values)

public Execution.Status.Builder addAllCurrentSteps(Iterable<? extends Execution.Status.Step> values)

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
NameDescription
valuesIterable<? extends com.google.cloud.workflows.executions.v1.Execution.Status.Step>
Returns
TypeDescription
Execution.Status.Builder

addCurrentSteps(Execution.Status.Step value)

public Execution.Status.Builder addCurrentSteps(Execution.Status.Step value)

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
NameDescription
valueExecution.Status.Step
Returns
TypeDescription
Execution.Status.Builder

addCurrentSteps(Execution.Status.Step.Builder builderForValue)

public Execution.Status.Builder addCurrentSteps(Execution.Status.Step.Builder builderForValue)

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
NameDescription
builderForValueExecution.Status.Step.Builder
Returns
TypeDescription
Execution.Status.Builder

addCurrentSteps(int index, Execution.Status.Step value)

public Execution.Status.Builder addCurrentSteps(int index, Execution.Status.Step value)

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;

Parameters
NameDescription
indexint
valueExecution.Status.Step
Returns
TypeDescription
Execution.Status.Builder

addCurrentSteps(int index, Execution.Status.Step.Builder builderForValue)

public Execution.Status.Builder addCurrentSteps(int index, Execution.Status.Step.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueExecution.Status.Step.Builder
Returns
TypeDescription
Execution.Status.Builder

addCurrentStepsBuilder()

public Execution.Status.Step.Builder addCurrentStepsBuilder()

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
TypeDescription
Execution.Status.Step.Builder

addCurrentStepsBuilder(int index)

public Execution.Status.Step.Builder addCurrentStepsBuilder(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
NameDescription
indexint
Returns
TypeDescription
Execution.Status.Step.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Execution.Status.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Execution.Status.Builder
Overrides

build()

public Execution.Status build()
Returns
TypeDescription
Execution.Status

buildPartial()

public Execution.Status buildPartial()
Returns
TypeDescription
Execution.Status

clear()

public Execution.Status.Builder clear()
Returns
TypeDescription
Execution.Status.Builder
Overrides

clearCurrentSteps()

public Execution.Status.Builder clearCurrentSteps()

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
TypeDescription
Execution.Status.Builder

clearField(Descriptors.FieldDescriptor field)

public Execution.Status.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Execution.Status.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Execution.Status.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Execution.Status.Builder
Overrides

clone()

public Execution.Status.Builder clone()
Returns
TypeDescription
Execution.Status.Builder
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
NameDescription
indexint
Returns
TypeDescription
Execution.Status.Step

getCurrentStepsBuilder(int index)

public Execution.Status.Step.Builder getCurrentStepsBuilder(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
NameDescription
indexint
Returns
TypeDescription
Execution.Status.Step.Builder

getCurrentStepsBuilderList()

public List<Execution.Status.Step.Builder> getCurrentStepsBuilderList()

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
TypeDescription
List<Builder>

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.workflows.executions.v1.Execution.Status.StepOrBuilder>

getDefaultInstanceForType()

public Execution.Status getDefaultInstanceForType()
Returns
TypeDescription
Execution.Status

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Execution.Status other)

public Execution.Status.Builder mergeFrom(Execution.Status other)
Parameter
NameDescription
otherExecution.Status
Returns
TypeDescription
Execution.Status.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Execution.Status.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Execution.Status.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Execution.Status.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Execution.Status.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Execution.Status.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Execution.Status.Builder
Overrides

removeCurrentSteps(int index)

public Execution.Status.Builder removeCurrentSteps(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
NameDescription
indexint
Returns
TypeDescription
Execution.Status.Builder

setCurrentSteps(int index, Execution.Status.Step value)

public Execution.Status.Builder setCurrentSteps(int index, Execution.Status.Step value)

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;

Parameters
NameDescription
indexint
valueExecution.Status.Step
Returns
TypeDescription
Execution.Status.Builder

setCurrentSteps(int index, Execution.Status.Step.Builder builderForValue)

public Execution.Status.Builder setCurrentSteps(int index, Execution.Status.Step.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueExecution.Status.Step.Builder
Returns
TypeDescription
Execution.Status.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Execution.Status.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Execution.Status.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Execution.Status.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Execution.Status.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Execution.Status.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Execution.Status.Builder
Overrides