public static final class Execution.Error extends GeneratedMessage implements Execution.ErrorOrBuilderError describes why the execution was abnormally terminated.
Protobuf type google.cloud.workflows.executions.v1.Execution.Error
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Execution.ErrorImplements
Execution.ErrorOrBuilderStatic Fields
CONTEXT_FIELD_NUMBER
public static final int CONTEXT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PAYLOAD_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
STACK_TRACE_FIELD_NUMBER
public static final int STACK_TRACE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Execution.Error getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Execution.Error.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Execution.Error.Builder |
|
newBuilder(Execution.Error prototype)
public static Execution.Error.Builder newBuilder(Execution.Error prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Execution.Error |
| Returns | |
|---|---|
| Type | Description |
Execution.Error.Builder |
|
parseDelimitedFrom(InputStream input)
public static Execution.Error parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Execution.Error parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Execution.Error parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Execution.Error parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Execution.Error parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Execution.Error parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Execution.Error parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Execution.Error parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Execution.Error parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Execution.Error parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Execution.Error parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Execution.Error parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Execution.Error> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Error> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getContext()
public String getContext()Human-readable stack trace string.
string context = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The context. |
getContextBytes()
public ByteString getContextBytes()Human-readable stack trace string.
string context = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for context. |
getDefaultInstanceForType()
public Execution.Error getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Execution.Error |
|
getParserForType()
public Parser<Execution.Error> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Error> |
|
getPayload()
public String getPayload()Error message and data returned represented as a JSON string.
string payload = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The payload. |
getPayloadBytes()
public ByteString getPayloadBytes()Error message and data returned represented as a JSON string.
string payload = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for payload. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getStackTrace()
public Execution.StackTrace getStackTrace()Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;
| Returns | |
|---|---|
| Type | Description |
Execution.StackTrace |
The stackTrace. |
getStackTraceOrBuilder()
public Execution.StackTraceOrBuilder getStackTraceOrBuilder()Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;
| Returns | |
|---|---|
| Type | Description |
Execution.StackTraceOrBuilder |
|
hasStackTrace()
public boolean hasStackTrace()Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stackTrace field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Execution.Error.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Execution.Error.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Execution.Error.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Execution.Error.Builder |
|
toBuilder()
public Execution.Error.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Execution.Error.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|