public static final class Execution.Status.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder> implements Execution.StatusOrBuilder
Represents the current status of this execution.Protobuf type
google.cloud.workflows.executions.v1.Execution.Status| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Execution.Status.Builder |
addCurrentSteps(Execution.Status.Step value)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
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.
|
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.
|
Execution.Status.Step.Builder |
addCurrentStepsBuilder()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.Step.Builder |
addCurrentStepsBuilder(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Execution.Status |
build() |
Execution.Status |
buildPartial() |
Execution.Status.Builder |
clear() |
Execution.Status.Builder |
clearCurrentSteps()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Execution.Status.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Execution.Status.Builder |
clone() |
Execution.Status.Step |
getCurrentSteps(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.Step.Builder |
getCurrentStepsBuilder(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
List<Execution.Status.Step.Builder> |
getCurrentStepsBuilderList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
int |
getCurrentStepsCount()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
List<Execution.Status.Step> |
getCurrentStepsList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.StepOrBuilder |
getCurrentStepsOrBuilder(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
List<? extends Execution.Status.StepOrBuilder> |
getCurrentStepsOrBuilderList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Execution.Status.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Execution.Status.Builder |
mergeFrom(Execution.Status other) |
Execution.Status.Builder |
mergeFrom(com.google.protobuf.Message other) |
Execution.Status.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Execution.Status.Builder |
removeCurrentSteps(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
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.
|
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.
|
Execution.Status.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Execution.Status.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Execution.Status.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Execution.Status build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Execution.Status buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Execution.Status.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Execution.Status.Builder>public Execution.Status.Builder mergeFrom(Execution.Status other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public Execution.Status.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Execution.Status.Builder>IOExceptionpublic 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;
getCurrentStepsList in interface Execution.StatusOrBuilderpublic 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;
getCurrentStepsCount in interface Execution.StatusOrBuilderpublic 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;
getCurrentSteps in interface Execution.StatusOrBuilderpublic 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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
getCurrentStepsOrBuilder in interface Execution.StatusOrBuilderpublic 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;
getCurrentStepsOrBuilderList in interface Execution.StatusOrBuilderpublic 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;
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;
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;
public final Execution.Status.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>public final Execution.Status.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>Copyright © 2024 Google LLC. All rights reserved.