Interface OrchestratorService.TaskFailureDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.TaskFailureDetails,OrchestratorService.TaskFailureDetails.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.TaskFailureDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrorMessage()string errorMessage = 2;com.google.protobuf.ByteStringgetErrorMessageBytes()string errorMessage = 2;java.lang.StringgetErrorType()string errorType = 1;com.google.protobuf.ByteStringgetErrorTypeBytes()string errorType = 1;OrchestratorService.TaskFailureDetailsgetInnerFailure().TaskFailureDetails innerFailure = 4;OrchestratorService.TaskFailureDetailsOrBuildergetInnerFailureOrBuilder().TaskFailureDetails innerFailure = 4;booleangetIsNonRetriable()bool isNonRetriable = 5;com.google.protobuf.StringValuegetStackTrace().google.protobuf.StringValue stackTrace = 3;com.google.protobuf.StringValueOrBuildergetStackTraceOrBuilder().google.protobuf.StringValue stackTrace = 3;booleanhasInnerFailure().TaskFailureDetails innerFailure = 4;booleanhasStackTrace().google.protobuf.StringValue stackTrace = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorType
java.lang.String getErrorType()
string errorType = 1;- Returns:
- The errorType.
-
getErrorTypeBytes
com.google.protobuf.ByteString getErrorTypeBytes()
string errorType = 1;- Returns:
- The bytes for errorType.
-
getErrorMessage
java.lang.String getErrorMessage()
string errorMessage = 2;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()
string errorMessage = 2;- Returns:
- The bytes for errorMessage.
-
hasStackTrace
boolean hasStackTrace()
.google.protobuf.StringValue stackTrace = 3;- Returns:
- Whether the stackTrace field is set.
-
getStackTrace
com.google.protobuf.StringValue getStackTrace()
.google.protobuf.StringValue stackTrace = 3;- Returns:
- The stackTrace.
-
getStackTraceOrBuilder
com.google.protobuf.StringValueOrBuilder getStackTraceOrBuilder()
.google.protobuf.StringValue stackTrace = 3;
-
hasInnerFailure
boolean hasInnerFailure()
.TaskFailureDetails innerFailure = 4;- Returns:
- Whether the innerFailure field is set.
-
getInnerFailure
OrchestratorService.TaskFailureDetails getInnerFailure()
.TaskFailureDetails innerFailure = 4;- Returns:
- The innerFailure.
-
getInnerFailureOrBuilder
OrchestratorService.TaskFailureDetailsOrBuilder getInnerFailureOrBuilder()
.TaskFailureDetails innerFailure = 4;
-
getIsNonRetriable
boolean getIsNonRetriable()
bool isNonRetriable = 5;- Returns:
- The isNonRetriable.
-
-