Class Execution.Status.Builder (2.58.0)

publicstaticfinalclass Execution.Status.BuilderextendsGeneratedMessageV3.Builder<Execution.Status.Builder>implementsExecution.StatusOrBuilder

Represents the current status of this execution.

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

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

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

publicExecution.Status.BuilderaddAllCurrentSteps(Iterable<?extendsExecution.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
Name Description
values Iterable<? extends com.google.cloud.workflows.executions.v1.Execution.Status.Step>
Returns
Type Description
Execution.Status.Builder

addCurrentSteps(Execution.Status.Step value)

publicExecution.Status.BuilderaddCurrentSteps(Execution.Status.Stepvalue)

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
value Execution.Status.Step
Returns
Type Description
Execution.Status.Builder

addCurrentSteps(Execution.Status.Step.Builder builderForValue)

publicExecution.Status.BuilderaddCurrentSteps(Execution.Status.Step.BuilderbuilderForValue)

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
builderForValue Execution.Status.Step.Builder
Returns
Type Description
Execution.Status.Builder

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

publicExecution.Status.BuilderaddCurrentSteps(intindex,Execution.Status.Stepvalue)

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
Name Description
index int
value Execution.Status.Step
Returns
Type Description
Execution.Status.Builder

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

publicExecution.Status.BuilderaddCurrentSteps(intindex,Execution.Status.Step.BuilderbuilderForValue)

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
Name Description
index int
builderForValue Execution.Status.Step.Builder
Returns
Type Description
Execution.Status.Builder

addCurrentStepsBuilder()

publicExecution.Status.Step.BuilderaddCurrentStepsBuilder()

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

addCurrentStepsBuilder(int index)

publicExecution.Status.Step.BuilderaddCurrentStepsBuilder(intindex)

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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicExecution.Status.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Execution.Status.Builder
Overrides

build()

publicExecution.Statusbuild()
Returns
Type Description
Execution.Status

buildPartial()

publicExecution.StatusbuildPartial()
Returns
Type Description
Execution.Status

clear()

publicExecution.Status.Builderclear()
Returns
Type Description
Execution.Status.Builder
Overrides

clearCurrentSteps()

publicExecution.Status.BuilderclearCurrentSteps()

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

clearField(Descriptors.FieldDescriptor field)

publicExecution.Status.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Execution.Status.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicExecution.Status.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Execution.Status.Builder
Overrides

clone()

publicExecution.Status.Builderclone()
Returns
Type Description
Execution.Status.Builder
Overrides

getCurrentSteps(int index)

publicExecution.Status.StepgetCurrentSteps(intindex)

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

getCurrentStepsBuilder(int index)

publicExecution.Status.Step.BuildergetCurrentStepsBuilder(intindex)

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.Builder

getCurrentStepsBuilderList()

publicList<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
Type Description
List<Builder>

getCurrentStepsCount()

publicintgetCurrentStepsCount()

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()

publicList<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)

publicExecution.Status.StepOrBuildergetCurrentStepsOrBuilder(intindex)

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()

publicList<?extendsExecution.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()

publicExecution.StatusgetDefaultInstanceForType()
Returns
Type Description
Execution.Status

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Execution.Status other)

publicExecution.Status.BuildermergeFrom(Execution.Statusother)
Parameter
Name Description
other Execution.Status
Returns
Type Description
Execution.Status.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicExecution.Status.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicExecution.Status.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Execution.Status.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalExecution.Status.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Execution.Status.Builder
Overrides

removeCurrentSteps(int index)

publicExecution.Status.BuilderremoveCurrentSteps(intindex)

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.Builder

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

publicExecution.Status.BuildersetCurrentSteps(intindex,Execution.Status.Stepvalue)

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
Name Description
index int
value Execution.Status.Step
Returns
Type Description
Execution.Status.Builder

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

publicExecution.Status.BuildersetCurrentSteps(intindex,Execution.Status.Step.BuilderbuilderForValue)

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
Name Description
index int
builderForValue Execution.Status.Step.Builder
Returns
Type Description
Execution.Status.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicExecution.Status.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Execution.Status.Builder
Overrides

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

publicExecution.Status.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Execution.Status.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalExecution.Status.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Execution.Status.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.