public static final class Execution.StateError extends GeneratedMessageV3 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.<ListT>makeMutableCopy(ListT)
Static Fields
DETAILS_FIELD_NUMBER
public static final int DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Execution.StateError getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Execution.StateError.Builder newBuilder()
newBuilder(Execution.StateError prototype)
public static Execution.StateError.Builder newBuilder(Execution.StateError prototype)
public static Execution.StateError parseDelimitedFrom(InputStream input)
public static Execution.StateError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Execution.StateError parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Execution.StateError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Execution.StateError parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Execution.StateError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Execution.StateError parseFrom(CodedInputStream input)
public static Execution.StateError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Execution.StateError parseFrom(InputStream input)
public static Execution.StateError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Execution.StateError parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Execution.StateError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Execution.StateError> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Execution.StateError getDefaultInstanceForType()
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.
|
getParserForType()
public Parser<Execution.StateError> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Execution.StateError.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Execution.StateError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Execution.StateError.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides