Class Execution.Status (2.73.0)

publicstaticfinalclass Execution.StatusextendsGeneratedMessageV3implementsExecution.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

publicstaticfinalintCURRENT_STEPS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticExecution.StatusgetDefaultInstance()
Returns
Type Description
Execution.Status

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticExecution.Status.BuildernewBuilder()
Returns
Type Description
Execution.Status.Builder

newBuilder(Execution.Status prototype)

publicstaticExecution.Status.BuildernewBuilder(Execution.Statusprototype)
Parameter
Name Description
prototype Execution.Status
Returns
Type Description
Execution.Status.Builder

parseDelimitedFrom(InputStream input)

publicstaticExecution.StatusparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExecution.StatusparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticExecution.StatusparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticExecution.StatusparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticExecution.StatusparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticExecution.StatusparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticExecution.StatusparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExecution.StatusparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticExecution.StatusparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExecution.StatusparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticExecution.StatusparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticExecution.StatusparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Execution.Status
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<Execution.Status>parser()
Returns
Type Description
Parser<Status>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Returns
Type Description
Execution.Status.Step

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;

Returns
Type Description
List<Step>

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
Returns
Type Description
Execution.Status.StepOrBuilder

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()
Returns
Type Description
Execution.Status

getParserForType()

publicParser<Execution.Status>getParserForType()
Returns
Type Description
Parser<Status>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicExecution.Status.BuildernewBuilderForType()
Returns
Type Description
Execution.Status.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedExecution.Status.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Execution.Status.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicExecution.Status.BuildertoBuilder()
Returns
Type Description
Execution.Status.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.