public static final class Execution.Status.Step.Builder extends GeneratedMessageV3.Builder<Execution.Status.Step.Builder> 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.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Execution.Status.Step.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Execution.Status.Step build()
buildPartial()
public Execution.Status.Step buildPartial()
clear()
public Execution.Status.Step.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Execution.Status.Step.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Execution.Status.Step.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRoutine()
public Execution.Status.Step.Builder clearRoutine()
Name of a routine within the workflow.
string routine = 1;
clearStep()
public Execution.Status.Step.Builder clearStep()
Name of a step within the routine.
string step = 2;
clone()
public Execution.Status.Step.Builder clone()
Overrides
getDefaultInstanceForType()
public Execution.Status.Step getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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.
|
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Execution.Status.Step other)
public Execution.Status.Step.Builder mergeFrom(Execution.Status.Step other)
public Execution.Status.Step.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Execution.Status.Step.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Execution.Status.Step.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Execution.Status.Step.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Execution.Status.Step.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
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 | String
The routine to set.
|
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 | ByteString
The bytes for routine to set.
|
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 | String
The step to set.
|
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 | ByteString
The bytes for step to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Execution.Status.Step.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides