Uses of Class
com.google.appengine.v1.ErrorHandler
-
Packages that use ErrorHandler Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ErrorHandler in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ErrorHandler Modifier and Type Method Description ErrorHandler
ErrorHandler.Builder. build()
ErrorHandler
ErrorHandler.Builder. buildPartial()
static ErrorHandler
ErrorHandler. getDefaultInstance()
ErrorHandler
ErrorHandler.Builder. getDefaultInstanceForType()
ErrorHandler
ErrorHandler. getDefaultInstanceForType()
ErrorHandler
Version.Builder. getErrorHandlers(int index)
Custom static error pages.ErrorHandler
Version. getErrorHandlers(int index)
Custom static error pages.ErrorHandler
VersionOrBuilder. getErrorHandlers(int index)
Custom static error pages.static ErrorHandler
ErrorHandler. parseDelimitedFrom(InputStream input)
static ErrorHandler
ErrorHandler. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorHandler
ErrorHandler. parseFrom(byte[] data)
static ErrorHandler
ErrorHandler. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorHandler
ErrorHandler. parseFrom(com.google.protobuf.ByteString data)
static ErrorHandler
ErrorHandler. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorHandler
ErrorHandler. parseFrom(com.google.protobuf.CodedInputStream input)
static ErrorHandler
ErrorHandler. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorHandler
ErrorHandler. parseFrom(InputStream input)
static ErrorHandler
ErrorHandler. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorHandler
ErrorHandler. parseFrom(ByteBuffer data)
static ErrorHandler
ErrorHandler. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type ErrorHandler Modifier and Type Method Description List<ErrorHandler>
Version.Builder. getErrorHandlersList()
Custom static error pages.List<ErrorHandler>
Version. getErrorHandlersList()
Custom static error pages.List<ErrorHandler>
VersionOrBuilder. getErrorHandlersList()
Custom static error pages.com.google.protobuf.Parser<ErrorHandler>
ErrorHandler. getParserForType()
static com.google.protobuf.Parser<ErrorHandler>
ErrorHandler. parser()
Methods in com.google.appengine.v1 with parameters of type ErrorHandler Modifier and Type Method Description Version.Builder
Version.Builder. addErrorHandlers(int index, ErrorHandler value)
Custom static error pages.Version.Builder
Version.Builder. addErrorHandlers(ErrorHandler value)
Custom static error pages.ErrorHandler.Builder
ErrorHandler.Builder. mergeFrom(ErrorHandler other)
static ErrorHandler.Builder
ErrorHandler. newBuilder(ErrorHandler prototype)
Version.Builder
Version.Builder. setErrorHandlers(int index, ErrorHandler value)
Custom static error pages.Method parameters in com.google.appengine.v1 with type arguments of type ErrorHandler Modifier and Type Method Description Version.Builder
Version.Builder. addAllErrorHandlers(Iterable<? extends ErrorHandler> values)
Custom static error pages.
-