public static final class Execution.StateError.Builder extends com.google.protobuf.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| Modifier and Type | Method and Description |
|---|---|
Execution.StateError.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Execution.StateError |
build() |
Execution.StateError |
buildPartial() |
Execution.StateError.Builder |
clear() |
Execution.StateError.Builder |
clearDetails()
Provides specifics about the error.
|
Execution.StateError.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Execution.StateError.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Execution.StateError.Builder |
clearType()
The type of this state error.
|
Execution.StateError.Builder |
clone() |
Execution.StateError |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDetails()
Provides specifics about the error.
|
com.google.protobuf.ByteString |
getDetailsBytes()
Provides specifics about the error.
|
Execution.StateError.Type |
getType()
The type of this state error.
|
int |
getTypeValue()
The type of this state error.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Execution.StateError.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Execution.StateError.Builder |
mergeFrom(Execution.StateError other) |
Execution.StateError.Builder |
mergeFrom(com.google.protobuf.Message other) |
Execution.StateError.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Execution.StateError.Builder |
setDetails(String value)
Provides specifics about the error.
|
Execution.StateError.Builder |
setDetailsBytes(com.google.protobuf.ByteString value)
Provides specifics about the error.
|
Execution.StateError.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Execution.StateError.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Execution.StateError.Builder |
setType(Execution.StateError.Type value)
The type of this state error.
|
Execution.StateError.Builder |
setTypeValue(int value)
The type of this state error.
|
Execution.StateError.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Execution.StateError build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Execution.StateError buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Execution.StateError.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Execution.StateError.Builder>public Execution.StateError.Builder mergeFrom(Execution.StateError other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public Execution.StateError.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Execution.StateError.Builder>IOExceptionpublic String getDetails()
Provides specifics about the error.
string details = 1;getDetails in interface Execution.StateErrorOrBuilderpublic com.google.protobuf.ByteString getDetailsBytes()
Provides specifics about the error.
string details = 1;getDetailsBytes in interface Execution.StateErrorOrBuilderpublic Execution.StateError.Builder setDetails(String value)
Provides specifics about the error.
string details = 1;value - The details to set.public Execution.StateError.Builder clearDetails()
Provides specifics about the error.
string details = 1;public Execution.StateError.Builder setDetailsBytes(com.google.protobuf.ByteString value)
Provides specifics about the error.
string details = 1;value - The bytes for details to set.public int getTypeValue()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;getTypeValue in interface Execution.StateErrorOrBuilderpublic Execution.StateError.Builder setTypeValue(int value)
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;value - The enum numeric value on the wire for type to set.public Execution.StateError.Type getType()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;getType in interface Execution.StateErrorOrBuilderpublic Execution.StateError.Builder setType(Execution.StateError.Type value)
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;value - The type to set.public Execution.StateError.Builder clearType()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;public final Execution.StateError.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>public final Execution.StateError.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.StateError.Builder>Copyright © 2024 Google LLC. All rights reserved.