Interface Execution.StateErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Execution.StateError,Execution.StateError.Builder
- Enclosing class:
- Execution
public static interface Execution.StateErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDetails()Provides specifics about the error.com.google.protobuf.ByteStringgetDetailsBytes()Provides specifics about the error.Execution.StateError.TypegetType()The type of this state error.intgetTypeValue()The type of this state error.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDetails
String getDetails()
Provides specifics about the error.
string details = 1;- Returns:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()
Provides specifics about the error.
string details = 1;- Returns:
- The bytes for details.
-
getTypeValue
int getTypeValue()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
Execution.StateError.Type getType()
The type of this state error.
.google.cloud.workflows.executions.v1.Execution.StateError.Type type = 2;- Returns:
- The type.
-
-