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
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()
public static final Descriptors.Descriptor getDescriptor()
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 |
Name |
Description |
values |
Iterable<? extends com.google.cloud.workflows.executions.v1.Execution.Status.Step>
|
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;
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;
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;
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;
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;
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 |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Execution.Status.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Execution.Status build()
buildPartial()
public Execution.Status buildPartial()
clear()
public Execution.Status.Builder clear()
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;
clearField(Descriptors.FieldDescriptor field)
public Execution.Status.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Execution.Status.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public Execution.Status.Builder clone()
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
|
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 |
Name |
Description |
index |
int
|
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;
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;
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
|
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Execution.Status other)
public Execution.Status.Builder mergeFrom(Execution.Status other)
public Execution.Status.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Execution.Status.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Execution.Status.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
Name |
Description |
index |
int
|
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
public Execution.Status.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Execution.Status.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Execution.Status.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides