public interface ErrorHandlerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler.ErrorCode |
getErrorCode()
Error condition this handler applies to.
|
int |
getErrorCodeValue()
Error condition this handler applies to.
|
java.lang.String |
getMimeType()
MIME type of file.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
MIME type of file.
|
java.lang.String |
getStaticFile()
Static file content to be served for this error.
|
com.google.protobuf.ByteString |
getStaticFileBytes()
Static file content to be served for this error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getErrorCodeValue()
Error condition this handler applies to.
.google.appengine.v1.ErrorHandler.ErrorCode error_code = 1;ErrorHandler.ErrorCode getErrorCode()
Error condition this handler applies to.
.google.appengine.v1.ErrorHandler.ErrorCode error_code = 1;java.lang.String getStaticFile()
Static file content to be served for this error.
string static_file = 2;com.google.protobuf.ByteString getStaticFileBytes()
Static file content to be served for this error.
string static_file = 2;java.lang.String getMimeType()
MIME type of file. Defaults to `text/html`.
string mime_type = 3;com.google.protobuf.ByteString getMimeTypeBytes()
MIME type of file. Defaults to `text/html`.
string mime_type = 3;