public static final class Execution.Status.Step extends GeneratedMessageV3 implements Execution.Status.StepOrBuilder
Represents a step of the workflow this execution is running.
Protobuf type google.cloud.workflows.executions.v1.Execution.Status.Step
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
ROUTINE_FIELD_NUMBER
public static final int ROUTINE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STEP_FIELD_NUMBER
public static final int STEP_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Execution.Status.Step getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Execution.Status.Step.Builder newBuilder()
newBuilder(Execution.Status.Step prototype)
public static Execution.Status.Step.Builder newBuilder(Execution.Status.Step prototype)
public static Execution.Status.Step parseDelimitedFrom(InputStream input)
public static Execution.Status.Step parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Execution.Status.Step parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Execution.Status.Step parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Execution.Status.Step parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Execution.Status.Step parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Execution.Status.Step parseFrom(CodedInputStream input)
public static Execution.Status.Step parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Execution.Status.Step parseFrom(InputStream input)
public static Execution.Status.Step parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Execution.Status.Step parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Execution.Status.Step parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Execution.Status.Step> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Execution.Status.Step getDefaultInstanceForType()
getParserForType()
public Parser<Execution.Status.Step> getParserForType()
Overrides
getRoutine()
public String getRoutine()
Name of a routine within the workflow.
string routine = 1;
Returns |
---|
Type | Description |
String | The routine.
|
getRoutineBytes()
public ByteString getRoutineBytes()
Name of a routine within the workflow.
string routine = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for routine.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getStep()
Name of a step within the routine.
string step = 2;
Returns |
---|
Type | Description |
String | The step.
|
getStepBytes()
public ByteString getStepBytes()
Name of a step within the routine.
string step = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for step.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Execution.Status.Step.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Execution.Status.Step.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Execution.Status.Step.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides