public interface ErrorHandlerOrBuilder extends 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.
|
ByteString |
getMimeTypeBytes()
MIME type of file.
|
java.lang.String |
getStaticFile()
Static file content to be served for this error.
|
ByteString |
getStaticFileBytes()
Static file content to be served for this error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint 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;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;ByteString getMimeTypeBytes()
MIME type of file. Defaults to `text/html`.
string mime_type = 3;