public static final class Execution.Status.Step.Builder extends GeneratedMessage.Builder<Execution.Status.Step.Builder> implements Execution.Status.StepOrBuilderRepresents a step of the workflow this execution is running.
Protobuf type google.cloud.workflows.executions.v1.Execution.Status.Step
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Execution.Status.Step.BuilderImplements
Execution.Status.StepOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Execution.Status.Step build()| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step |
|
buildPartial()
public Execution.Status.Step buildPartial()| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step |
|
clear()
public Execution.Status.Step.Builder clear()| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
|
clearRoutine()
public Execution.Status.Step.Builder clearRoutine()Name of a routine within the workflow.
string routine = 1;
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
This builder for chaining. |
clearStep()
public Execution.Status.Step.Builder clearStep()Name of a step within the routine.
string step = 2;
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Execution.Status.Step getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getStep()
public String 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Execution.Status.Step other)
public Execution.Status.Step.Builder mergeFrom(Execution.Status.Step other)| Parameter | |
|---|---|
| Name | Description |
other |
Execution.Status.Step |
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Execution.Status.Step.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Execution.Status.Step.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
|
setRoutine(String value)
public Execution.Status.Step.Builder setRoutine(String value)Name of a routine within the workflow.
string routine = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe routine to set. |
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
This builder for chaining. |
setRoutineBytes(ByteString value)
public Execution.Status.Step.Builder setRoutineBytes(ByteString value)Name of a routine within the workflow.
string routine = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for routine to set. |
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
This builder for chaining. |
setStep(String value)
public Execution.Status.Step.Builder setStep(String value)Name of a step within the routine.
string step = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe step to set. |
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
This builder for chaining. |
setStepBytes(ByteString value)
public Execution.Status.Step.Builder setStepBytes(ByteString value)Name of a step within the routine.
string step = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for step to set. |
| Returns | |
|---|---|
| Type | Description |
Execution.Status.Step.Builder |
This builder for chaining. |