Skip navigation links
A B C E F G H I J L M N O P S U W 

A

AnnotationApiConfigGenerator - Class in com.google.api.server.spi.tools
Generates configuration files from annotations on endpoint classes.
AnnotationApiConfigGenerator() - Constructor for class com.google.api.server.spi.tools.AnnotationApiConfigGenerator
 
AnnotationApiConfigGenerator(ApiConfigWriter, ClassLoader, ApiConfig.Factory) - Constructor for class com.google.api.server.spi.tools.AnnotationApiConfigGenerator
 
ApiConfigGenerator - Interface in com.google.api.server.spi.tools
API configuration generator.
AppEngineUtil - Class in com.google.api.server.spi.tools
App Engine related utilities.
AppEngineUtil() - Constructor for class com.google.api.server.spi.tools.AppEngineUtil
 
apply() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
apply() - Method in class com.google.api.server.spi.tools.EndpointsToolAction.EndpointsOption
 

B

BOUNDARY_PREFIX - Static variable in class com.google.api.server.spi.tools.CloudClientLibGenerator
 

C

ClientLibGenerator - Interface in com.google.api.server.spi.tools
Client library generator.
CloudClientLibGenerator - Class in com.google.api.server.spi.tools
Implementation of (@link ClientLibGenerator} using cloud service.
com.google.api.server.spi.tools - package com.google.api.server.spi.tools
 
com.google.api.server.spi.tools.testing - package com.google.api.server.spi.tools.testing
 
computeClassPath(String, String) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
Computes an array of URLs representing a classpath for a WAR directory.

E

endpointsServiceClasses() - Method in class com.google.api.server.spi.tools.WebXml
Find endpoint service classes defined in the web.xml.
EndpointsTool - Class in com.google.api.server.spi.tools
Command tool for App Engine Web APIs to generate the client library for an API.
EndpointsTool() - Constructor for class com.google.api.server.spi.tools.EndpointsTool
 
EndpointsToolAction - Class in com.google.api.server.spi.tools
Base class for Actions used by the Cloud Endpoints command line tool.
EndpointsToolAction(String) - Constructor for class com.google.api.server.spi.tools.EndpointsToolAction
 
EndpointsToolAction.EndpointsOption - Class in com.google.api.server.spi.tools
Base class for Options used by the Cloud Endpoints tool.
execute(String[]) - Method in class com.google.api.server.spi.tools.EndpointsTool
Executes the tool with command line arguments.
execute() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
Executes the command with the given arguments.
execute() - Method in class com.google.api.server.spi.tools.GenApiConfigAction
 
execute() - Method in class com.google.api.server.spi.tools.GenClientLibAction
 
execute() - Method in class com.google.api.server.spi.tools.GetClientLibAction
 
execute() - Method in class com.google.api.server.spi.tools.GetDiscoveryDocAction
 
execute() - Method in class com.google.api.server.spi.tools.GetOpenApiDocAction
 
execute() - Method in class com.google.api.server.spi.tools.HelpAction
 

F

FakeApiConfigGenerator - Class in com.google.api.server.spi.tools.testing
Generates any API configuration by loading a static JSON file.
FakeApiConfigGenerator() - Constructor for class com.google.api.server.spi.tools.testing.FakeApiConfigGenerator
 
FakeClientLibGenerator - Class in com.google.api.server.spi.tools.testing
Generates a client library for any discovery document by loading a static jar file.
FakeClientLibGenerator() - Constructor for class com.google.api.server.spi.tools.testing.FakeClientLibGenerator
 

G

genApiConfig(URL[], String, String, List<String>, boolean) - Method in class com.google.api.server.spi.tools.GenApiConfigAction
Generates API configuration for an array of service classes.
GenApiConfigAction - Class in com.google.api.server.spi.tools
Command to generate API configuration from annotated service classes.
GenApiConfigAction() - Constructor for class com.google.api.server.spi.tools.GenApiConfigAction
 
genClientLib(String, String, String, String) - Method in class com.google.api.server.spi.tools.GenClientLibAction
Generates a client library for an API.
GenClientLibAction - Class in com.google.api.server.spi.tools
Command to generated a client library from a Discovery document.
GenClientLibAction() - Constructor for class com.google.api.server.spi.tools.GenClientLibAction
 
genClientLibFromFile(String, String, String, String) - Method in class com.google.api.server.spi.tools.GenClientLibAction
Generates a client library for an API.
generateClientLib(String, String, String, String, File) - Method in interface com.google.api.server.spi.tools.ClientLibGenerator
Generates the client library for an API and saves it in a file.
generateClientLib(String, String, String, String, File) - Method in class com.google.api.server.spi.tools.CloudClientLibGenerator
 
generateClientLib(String, String, String, String, File) - Method in class com.google.api.server.spi.tools.testing.FakeClientLibGenerator
 
generateConfig(Class<?>...) - Method in class com.google.api.server.spi.tools.AnnotationApiConfigGenerator
 
generateConfig(ServiceContext, Class<?>...) - Method in class com.google.api.server.spi.tools.AnnotationApiConfigGenerator
 
generateConfig(Class<?>...) - Method in interface com.google.api.server.spi.tools.ApiConfigGenerator
Generates API configuration file as a string for a set of service classes.
generateConfig(ServiceContext, Class<?>...) - Method in interface com.google.api.server.spi.tools.ApiConfigGenerator
Generates API configuration file as a string for a set of service classes given a default API name.
generateConfig(Class<?>...) - Method in class com.google.api.server.spi.tools.testing.FakeApiConfigGenerator
 
generateConfig(ServiceContext, Class<?>...) - Method in class com.google.api.server.spi.tools.testing.FakeApiConfigGenerator
 
genOpenApiDoc(URL[], String, String, String, List<String>, boolean) - Method in class com.google.api.server.spi.tools.GetOpenApiDocAction
Generates an OpenAPI document for an array of service classes.
getApplicationDefaultHostname(String) - Static method in class com.google.api.server.spi.tools.AppEngineUtil
Given the directory of an App Engine Application, returns its default hostname by checking app.yaml or appengine-web.xml.
getApplicationId(String) - Static method in class com.google.api.server.spi.tools.AppEngineUtil
Given the directory of an App Engine application, returns its application id by checking WEB-INF/app.yaml first and then WEB-INF/appengine-web.xml.
getApplicationVersion(String) - Static method in class com.google.api.server.spi.tools.AppEngineUtil
Given the directory of an App Engine application, returns its version by checking war/WEB-INF/app.yaml first and then war/WEB-INF/appengine-web.xml.
getBasePath(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getBuildSystem(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getClassPath(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getClientLib(URL[], String, String, List<String>, String, String, String, boolean) - Method in class com.google.api.server.spi.tools.GetClientLibAction
Generates a Java client library for an API.
GetClientLibAction - Class in com.google.api.server.spi.tools
Command that combines 3 other ones and generates client libraries from service classes.
GetClientLibAction() - Constructor for class com.google.api.server.spi.tools.GetClientLibAction
 
getDebug(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getDefaultHostnameFromAppId(String) - Static method in class com.google.api.server.spi.tools.AppEngineUtil
Returns the default hostname for an app id.
getDiscoveryDoc(URL[], String, List<String>, String, String, boolean) - Method in class com.google.api.server.spi.tools.GetDiscoveryDocAction
Generates a Java client library for an API.
GetDiscoveryDocAction - Class in com.google.api.server.spi.tools
Command that combines 2 other ones and generates a discovery doc from service classes.
GetDiscoveryDocAction() - Constructor for class com.google.api.server.spi.tools.GetDiscoveryDocAction
 
getExampleString() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
Return the example string which will be displayed in the usage.
getFormat(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getHelpLines() - Method in class com.google.api.server.spi.tools.EndpointsToolAction.EndpointsOption
 
getHelpLines() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getHostname(Option, String) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getLanguage(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getLongForm(boolean) - Method in class com.google.api.server.spi.tools.EndpointsToolAction.EndpointsOption
Returns the long form of an option, e.g.
GetOpenApiDocAction - Class in com.google.api.server.spi.tools
Command to generate an OpenAPI document from annotated service classes.
GetOpenApiDocAction() - Constructor for class com.google.api.server.spi.tools.GetOpenApiDocAction
 
GetOpenApiDocAction(String, boolean) - Constructor for class com.google.api.server.spi.tools.GetOpenApiDocAction
 
getOpenApiOutputPath(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getOptionOrDefault(Option, String) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getOutputPath(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getServiceClassNames(String) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getShortForm(boolean) - Method in class com.google.api.server.spi.tools.EndpointsToolAction.EndpointsOption
Returns the short form of an option, e.g.
getUsageString() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
Returns a usage string for help output.
getUsageString() - Method in class com.google.api.server.spi.tools.GenApiConfigAction
 
getUsageString() - Method in class com.google.api.server.spi.tools.GenClientLibAction
 
getUsageString() - Method in class com.google.api.server.spi.tools.GetClientLibAction
 
getUsageString() - Method in class com.google.api.server.spi.tools.GetDiscoveryDocAction
 
getUsageString() - Method in class com.google.api.server.spi.tools.GetOpenApiDocAction
 
getUsageString() - Method in class com.google.api.server.spi.tools.HelpAction
 
getWarOutputPath(Option, String) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
getWarPath(Option) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 

H

HelpAction - Class in com.google.api.server.spi.tools
Command to print out detailed usage for another action.
HelpAction() - Constructor for class com.google.api.server.spi.tools.HelpAction
 

I

isHelpDisplayNeeded() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
Tells whether help lines of this action needs to be displayed in the usage.

J

JacksonUtil - Class in com.google.api.server.spi.tools
Utilities for handling jackson DOM nodes.
JacksonUtil() - Constructor for class com.google.api.server.spi.tools.JacksonUtil
 

L

LEGACY_NAME - Static variable in class com.google.api.server.spi.tools.GetOpenApiDocAction
 

M

main(String[]) - Static method in class com.google.api.server.spi.tools.EndpointsTool
 
makeBasePathOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeBuildSystemOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeClassPathOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeDebugOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeFormatOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeHostnameOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeInvisibleFlagOption(String, String) - Static method in class com.google.api.server.spi.tools.EndpointsToolAction.EndpointsOption
 
makeLanguageOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeOpenApiOutputOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeOutputOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeVisibleNonFlagOption(String, String, String, String) - Static method in class com.google.api.server.spi.tools.EndpointsToolAction.EndpointsOption
 
makeWarOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
makeWarOutputOption() - Method in class com.google.api.server.spi.tools.EndpointsToolAction
 
mergeArray(ArrayNode, ArrayNode) - Static method in class com.google.api.server.spi.tools.JacksonUtil
Safely merge two array nodes.
mergeNode(JsonNode, JsonNode) - Static method in class com.google.api.server.spi.tools.JacksonUtil
Safely merge two nodes.
mergeNode(JsonNode, JsonNode, boolean) - Static method in class com.google.api.server.spi.tools.JacksonUtil
Safely merge two nodes.
mergeObject(ObjectNode, ObjectNode) - Static method in class com.google.api.server.spi.tools.JacksonUtil
Safely merge two object nodes.
mergeObject(ObjectNode, ObjectNode, boolean) - Static method in class com.google.api.server.spi.tools.JacksonUtil
 

N

NAME - Static variable in class com.google.api.server.spi.tools.GenApiConfigAction
 
NAME - Static variable in class com.google.api.server.spi.tools.GenClientLibAction
 
NAME - Static variable in class com.google.api.server.spi.tools.GetClientLibAction
 
NAME - Static variable in class com.google.api.server.spi.tools.GetDiscoveryDocAction
 
NAME - Static variable in class com.google.api.server.spi.tools.GetOpenApiDocAction
 
NAME - Static variable in class com.google.api.server.spi.tools.HelpAction
 

O

OPTION_BASE_PATH_LONG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_BASE_PATH_SHORT - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_BUILD_SYSTEM_LONG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_BUILD_SYSTEM_SHORT - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_CLASS_PATH_LONG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_CLASS_PATH_SHORT - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_DEBUG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_FORMAT_LONG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_FORMAT_SHORT - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_HOSTNAME_LONG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_HOSTNAME_SHORT - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_LANGUAGE_LONG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_LANGUAGE_SHORT - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_OUTPUT_DIR_LONG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_OUTPUT_DIR_SHORT - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_WAR_LONG - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 
OPTION_WAR_SHORT - Static variable in class com.google.api.server.spi.tools.EndpointsToolAction
 

P

parse(File) - Static method in class com.google.api.server.spi.tools.WebXml
Create a instance of WebXml from a file.
printUsage() - Method in class com.google.api.server.spi.tools.EndpointsTool
Prints the usage information of all commands to stdout.
printUsage(Action) - Method in class com.google.api.server.spi.tools.EndpointsTool
Prints the usage information of the given command to stdout.

S

setExampleString(String) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
Set the example string which will be displayed in the usage.
setHelpDisplayNeeded(boolean) - Method in class com.google.api.server.spi.tools.EndpointsToolAction
Controls whether the help lines of the action need to be displayed in the usage.

U

using(String) - Static method in class com.google.api.server.spi.tools.CloudClientLibGenerator
 

W

WebXml - Class in com.google.api.server.spi.tools
Representation of web.xml
WebXml(Document) - Constructor for class com.google.api.server.spi.tools.WebXml
 
A B C E F G H I J L M N O P S U W 
Skip navigation links