Interface GatewayOuterClass.ThrowErrorRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.ThrowErrorRequest,GatewayOuterClass.ThrowErrorRequest.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.ThrowErrorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe error code that will be matched with an error catch eventcom.google.protobuf.ByteStringthe error code that will be matched with an error catch eventan optional error message that provides additional contextcom.google.protobuf.ByteStringan optional error message that provides additional contextlongthe unique job identifier, as obtained when activating the jobMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getJobKey
long getJobKey()the unique job identifier, as obtained when activating the job
int64 jobKey = 1;- Returns:
- The jobKey.
-
getErrorCode
String getErrorCode()the error code that will be matched with an error catch event
string errorCode = 2;- Returns:
- The errorCode.
-
getErrorCodeBytes
com.google.protobuf.ByteString getErrorCodeBytes()the error code that will be matched with an error catch event
string errorCode = 2;- Returns:
- The bytes for errorCode.
-
getErrorMessage
String getErrorMessage()an optional error message that provides additional context
string errorMessage = 3;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()an optional error message that provides additional context
string errorMessage = 3;- Returns:
- The bytes for errorMessage.
-