public static final class Execution.Status extends GeneratedMessageV3 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.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CURRENT_STEPS_FIELD_NUMBER
public static final int CURRENT_STEPS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Execution.Status getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Execution.Status.Builder newBuilder()
newBuilder(Execution.Status prototype)
public static Execution.Status.Builder newBuilder(Execution.Status prototype)
public static Execution.Status parseDelimitedFrom(InputStream input)
public static Execution.Status parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Execution.Status parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Execution.Status parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Execution.Status parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Execution.Status parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Execution.Status parseFrom(CodedInputStream input)
public static Execution.Status parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Execution.Status parseFrom(InputStream input)
public static Execution.Status parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Execution.Status parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Execution.Status parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Execution.Status> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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
|
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()
getParserForType()
public Parser<Execution.Status> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Execution.Status.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Execution.Status.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Execution.Status.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides