Class Execution.Status.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
- com.google.cloud.workflows.executions.v1.Execution.Status.Builder
-
- All Implemented Interfaces:
Execution.StatusOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Execution.Status
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 typegoogle.cloud.workflows.executions.v1.Execution.Status
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(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
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(Execution.Status.Step value)
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.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(Execution.Status other)
Execution.Status.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
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 value)
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
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)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
clear
public Execution.Status.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
getDefaultInstanceForType
public Execution.Status getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Execution.Status build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Execution.Status buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Execution.Status.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
setField
public Execution.Status.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
clearField
public Execution.Status.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
clearOneof
public Execution.Status.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
setRepeatedField
public Execution.Status.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
addRepeatedField
public Execution.Status.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
mergeFrom
public Execution.Status.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Execution.Status.Builder>
-
mergeFrom
public Execution.Status.Builder mergeFrom(Execution.Status other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
mergeFrom
public Execution.Status.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Execution.Status.Builder>
- Throws:
IOException
-
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;
- Specified by:
getCurrentStepsList
in interfaceExecution.StatusOrBuilder
-
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;
- Specified by:
getCurrentStepsCount
in interfaceExecution.StatusOrBuilder
-
getCurrentSteps
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;
- Specified by:
getCurrentSteps
in interfaceExecution.StatusOrBuilder
-
setCurrentSteps
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
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;
-
addCurrentSteps
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
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
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
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;
-
addAllCurrentSteps
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;
-
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;
-
removeCurrentSteps
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;
-
getCurrentStepsBuilder
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;
-
getCurrentStepsOrBuilder
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;
- Specified by:
getCurrentStepsOrBuilder
in interfaceExecution.StatusOrBuilder
-
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;
- Specified by:
getCurrentStepsOrBuilderList
in interfaceExecution.StatusOrBuilder
-
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
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;
-
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;
-
setUnknownFields
public final Execution.Status.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
mergeUnknownFields
public final Execution.Status.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Builder>
-
-