| Interface | Description |
|---|---|
| ApiConfigGenerator |
API configuration generator.
|
| ClientLibGenerator |
Client library generator.
|
| Class | Description |
|---|---|
| AnnotationApiConfigGenerator |
Generates configuration files from annotations on endpoint classes.
|
| AppEngineUtil |
App Engine related utilities.
|
| CloudClientLibGenerator |
Implementation of (@link ClientLibGenerator} using cloud service.
|
| EndpointsTool |
Command tool for App Engine Web APIs to generate the client library for an API.
|
| EndpointsToolAction |
Base class for
Actions used by the Cloud Endpoints command line tool. |
| EndpointsToolAction.EndpointsOption |
Base class for
Options used by the Cloud Endpoints tool. |
| GenApiConfigAction |
Command to generate API configuration from annotated service classes.
|
| GenClientLibAction |
Command to generated a client library from a Discovery document.
|
| GetClientLibAction |
Command that combines 3 other ones and generates client libraries from service classes.
|
| GetDiscoveryDocAction |
Command that combines 2 other ones and generates a discovery doc from service classes.
|
| GetOpenApiDocAction |
Command to generate an OpenAPI document from annotated service classes.
|
| HelpAction |
Command to print out detailed usage for another action.
|
| JacksonUtil |
Utilities for handling jackson DOM nodes.
|
| WebXml |
Representation of web.xml
|