A C D G N P T U V 

A

AnnotationBoolean - Enum in com.google.api.server.spi.config
Enum allowing a boolean flag or unspecified.
Api - Annotation Type in com.google.api.server.spi.config
Annotation for API-wide configuration.
ApiAuth - Annotation Type in com.google.api.server.spi.config
Annotation for API authentication configuration.
ApiCacheControl - Annotation Type in com.google.api.server.spi.config
Annotation for API cache control configuration.
ApiCacheControl.Type - Class in com.google.api.server.spi.config
Constants of cache control types
ApiCacheControl.Type() - Constructor for class com.google.api.server.spi.config.ApiCacheControl.Type
 
ApiClass - Annotation Type in com.google.api.server.spi.config
Annotation for configuration specific to an API class.
ApiFrontendLimitRule - Annotation Type in com.google.api.server.spi.config
Annotation for configuration of API quota frontend limit rules.
ApiFrontendLimits - Annotation Type in com.google.api.server.spi.config
Annotation for configuration of API quota frontend limits.
ApiMethod - Annotation Type in com.google.api.server.spi.config
Annotation for API method configuration.
ApiMethod.HttpMethod - Class in com.google.api.server.spi.config
Constants of HTTP method names
ApiMethod.HttpMethod() - Constructor for class com.google.api.server.spi.config.ApiMethod.HttpMethod
 
ApiMethodCacheControl - Annotation Type in com.google.api.server.spi.config
Annotation for configuration of API method cache control.
ApiNamespace - Annotation Type in com.google.api.server.spi.config
Fields populated in Discovery in order to proper namespace generated clients.
ApiResourceProperty - Annotation Type in com.google.api.server.spi.config
Annotation for configuring bean properties for API resources.
ApiTransformer - Annotation Type in com.google.api.server.spi.config
An annotation for customizing API output by simple type conversion.
AuthLevel - Enum in com.google.api.server.spi.config
Enum to choose frontend authentication level for use in endpoints annotations.

C

com.google.api.server.spi.config - package com.google.api.server.spi.config
 

D

DefaultValue - Annotation Type in com.google.api.server.spi.config
Default value for parameters.
DELETE - Static variable in class com.google.api.server.spi.config.ApiMethod.HttpMethod
An HTTP DELETE call.

G

GET - Static variable in class com.google.api.server.spi.config.ApiMethod.HttpMethod
An HTTP GET call.

N

NO_CACHE - Static variable in class com.google.api.server.spi.config.ApiCacheControl.Type
Allows none to cache responses

P

POST - Static variable in class com.google.api.server.spi.config.ApiMethod.HttpMethod
An HTTP POST call.
PRIVATE - Static variable in class com.google.api.server.spi.config.ApiCacheControl.Type
Allows only clients to cache responses
PUBLIC - Static variable in class com.google.api.server.spi.config.ApiCacheControl.Type
Allows clients and proxies to cache responses
PUT - Static variable in class com.google.api.server.spi.config.ApiMethod.HttpMethod
An HTTP PUT call.

T

Transformer<TFrom,TTo> - Interface in com.google.api.server.spi.config
An interface used to transform between a bean type and another type during JSON serialization.
transformFrom(TTo) - Method in interface com.google.api.server.spi.config.Transformer
Converts an object from the destination type into the source type.
transformTo(TFrom) - Method in interface com.google.api.server.spi.config.Transformer
Converts the source object into the destination type.

U

UNSPECIFIED_INT - Static variable in annotation type com.google.api.server.spi.config.Api
 
UNSPECIFIED_STRING_FOR_LIST - Static variable in annotation type com.google.api.server.spi.config.Api
 

V

valueOf(String) - Static method in enum com.google.api.server.spi.config.AnnotationBoolean
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.server.spi.config.AuthLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.api.server.spi.config.AnnotationBoolean
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.server.spi.config.AuthLevel
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G N P T U V