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()
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>
|
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;
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;
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;
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;
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;
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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicExecution.Status.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicExecution.Statusbuild()
buildPartial()
publicExecution.StatusbuildPartial()
clear()
publicExecution.Status.Builderclear()
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;
clearField(Descriptors.FieldDescriptor field)
publicExecution.Status.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicExecution.Status.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicExecution.Status.Builderclone()
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
|
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
|
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;
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;
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
|
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()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(Execution.Status other)
publicExecution.Status.BuildermergeFrom(Execution.Statusother)
publicExecution.Status.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicExecution.Status.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalExecution.Status.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
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
|
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
publicExecution.Status.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicExecution.Status.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalExecution.Status.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides