public static interface Execution.StateErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDetails()
Provides specifics about the error.
string details = 1;com.google.protobuf.ByteString getDetailsBytes()
Provides specifics about the error.
string details = 1;int getTypeValue()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;Execution.StateError.Type getType()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;Copyright © 2024 Google LLC. All rights reserved.