public static final class Execution.StateError.Builder extends GeneratedMessageV3.Builder<Execution.StateError.Builder> implements Execution.StateErrorOrBuilder
Describes an error related to the current state of the Execution resource.
Protobuf type google.cloud.workflows.executions.v1.Execution.StateError
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.StateError.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Execution.StateError build()
buildPartial()
public Execution.StateError buildPartial()
clear()
public Execution.StateError.Builder clear()
Overrides
clearDetails()
public Execution.StateError.Builder clearDetails()
Provides specifics about the error.
string details = 1;
clearField(Descriptors.FieldDescriptor field)
public Execution.StateError.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Execution.StateError.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearType()
public Execution.StateError.Builder clearType()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;
clone()
public Execution.StateError.Builder clone()
Overrides
getDefaultInstanceForType()
public Execution.StateError getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDetails()
public String getDetails()
Provides specifics about the error.
string details = 1;
Returns |
---|
Type | Description |
String | The details.
|
getDetailsBytes()
public ByteString getDetailsBytes()
Provides specifics about the error.
string details = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for details.
|
getType()
public Execution.StateError.Type getType()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;
getTypeValue()
public int getTypeValue()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for type.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Execution.StateError other)
public Execution.StateError.Builder mergeFrom(Execution.StateError other)
public Execution.StateError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Execution.StateError.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Execution.StateError.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setDetails(String value)
public Execution.StateError.Builder setDetails(String value)
Provides specifics about the error.
string details = 1;
Parameter |
---|
Name | Description |
value | String
The details to set.
|
setDetailsBytes(ByteString value)
public Execution.StateError.Builder setDetailsBytes(ByteString value)
Provides specifics about the error.
string details = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for details to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public Execution.StateError.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Execution.StateError.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setType(Execution.StateError.Type value)
public Execution.StateError.Builder setType(Execution.StateError.Type value)
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;
setTypeValue(int value)
public Execution.StateError.Builder setTypeValue(int value)
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for type to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Execution.StateError.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides