Uses of Interface
com.google.appengine.v1.ScriptHandlerOrBuilder
-
Packages that use ScriptHandlerOrBuilder Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ScriptHandlerOrBuilder in com.google.appengine.v1
Classes in com.google.appengine.v1 that implement ScriptHandlerOrBuilder Modifier and Type Class Description class
ScriptHandler
Executes a script to handle the request that matches the URL pattern.static class
ScriptHandler.Builder
Executes a script to handle the request that matches the URL pattern.Methods in com.google.appengine.v1 that return ScriptHandlerOrBuilder Modifier and Type Method Description ScriptHandlerOrBuilder
UrlMap.Builder. getScriptOrBuilder()
Executes a script to handle the requests that match this URL pattern.ScriptHandlerOrBuilder
UrlMap. getScriptOrBuilder()
Executes a script to handle the requests that match this URL pattern.ScriptHandlerOrBuilder
UrlMapOrBuilder. getScriptOrBuilder()
Executes a script to handle the requests that match this URL pattern.
-