public class ProxyingDiscoveryService
extends java.lang.Object
| Constructor and Description |
|---|
ProxyingDiscoveryService() |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.services.discovery.model.DirectoryList |
getApiList(javax.servlet.http.HttpServletRequest request) |
com.google.api.services.discovery.model.RestDescription |
getRestDocument(javax.servlet.http.HttpServletRequest request,
java.lang.String name,
java.lang.String version) |
com.google.api.services.discovery.model.RpcDescription |
getRpcDocument(javax.servlet.http.HttpServletRequest request,
java.lang.String name,
java.lang.String version) |
void |
initialize(DiscoveryProvider discoveryProvider) |
public void initialize(DiscoveryProvider discoveryProvider)
public com.google.api.services.discovery.model.RestDescription getRestDocument(javax.servlet.http.HttpServletRequest request,
java.lang.String name,
java.lang.String version)
throws NotFoundException,
InternalServerErrorException
public com.google.api.services.discovery.model.RpcDescription getRpcDocument(javax.servlet.http.HttpServletRequest request,
java.lang.String name,
java.lang.String version)
throws NotFoundException,
InternalServerErrorException
public com.google.api.services.discovery.model.DirectoryList getApiList(javax.servlet.http.HttpServletRequest request)
throws InternalServerErrorException
InternalServerErrorException