A B C D G I L R S 

A

AppEngineNotificationServlet - Class in com.google.api.client.googleapis.extensions.appengine.notifications
Beta
Thread-safe Webhook App Engine Servlet to receive notifications.
AppEngineNotificationServlet() - Constructor for class com.google.api.client.googleapis.extensions.appengine.notifications.AppEngineNotificationServlet
 
AppEngineSubscriptionStore - Class in com.google.api.client.googleapis.extensions.appengine.subscriptions
Deprecated.
(scheduled to be removed in 1.17) Use StoredChannel.getDefaultDataStore(DataStoreFactory) with AppEngineDataStoreFactory instead, possibly setting AppEngineDataStoreFactory.Builder#setDisableMemcache to true.
AppEngineSubscriptionStore() - Constructor for class com.google.api.client.googleapis.extensions.appengine.subscriptions.AppEngineSubscriptionStore
Deprecated.
AppIdentityCredential - Class in com.google.api.client.googleapis.extensions.appengine.auth.oauth2
OAuth 2.0 credential in which a client Google App Engine application needs to access data that it owns, based on Asserting Identity to Google APIs
AppIdentityCredential(Collection<String>) - Constructor for class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
 
AppIdentityCredential(AppIdentityCredential.Builder) - Constructor for class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
 
AppIdentityCredential.Builder - Class in com.google.api.client.googleapis.extensions.appengine.auth.oauth2
AppIdentityCredential.Builder(Collection<String>) - Constructor for class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Returns an instance of a new builder.

B

build() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Returns a new AppIdentityCredential.

C

CachedAppEngineSubscriptionStore - Class in com.google.api.client.googleapis.extensions.appengine.subscriptions
Deprecated.
(scheduled to be removed in 1.17) Use StoredChannel.getDefaultDataStore(DataStoreFactory) with AppEngineDataStoreFactory instead.
CachedAppEngineSubscriptionStore() - Constructor for class com.google.api.client.googleapis.extensions.appengine.subscriptions.CachedAppEngineSubscriptionStore
Deprecated.
 
com.google.api.client.googleapis.extensions.appengine.auth.oauth2 - package com.google.api.client.googleapis.extensions.appengine.auth.oauth2
Google App Engine utilities for OAuth 2.0 for Google APIs.
com.google.api.client.googleapis.extensions.appengine.notifications - package com.google.api.client.googleapis.extensions.appengine.notifications
Beta
Support for subscribing to topics and receiving notifications on servlet-based platforms.
com.google.api.client.googleapis.extensions.appengine.subscriptions - package com.google.api.client.googleapis.extensions.appengine.subscriptions
Beta
Support for creating subscriptions and receiving notifications on AppEngine.

D

doPost(HttpServletRequest, HttpServletResponse) - Method in class com.google.api.client.googleapis.extensions.appengine.notifications.AppEngineNotificationServlet
 

G

getAppIdentityService() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Returns the App Identity Service that provides the access token or null to use AppIdentityServiceFactory.getAppIdentityService().
getAppIdentityService() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
Gets the App Identity Service that provides the access token.
getScopes() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Returns the OAuth scopes (unmodifiable).
getScopes() - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
Gets the OAuth scopes (unmodifiable).
getSubscription(String) - Method in class com.google.api.client.googleapis.extensions.appengine.subscriptions.AppEngineSubscriptionStore
Deprecated.
 
getSubscription(String) - Method in class com.google.api.client.googleapis.extensions.appengine.subscriptions.CachedAppEngineSubscriptionStore
Deprecated.
 

I

initialize(HttpRequest) - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
 
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential
 

L

listSubscriptions() - Method in class com.google.api.client.googleapis.extensions.appengine.subscriptions.AppEngineSubscriptionStore
Deprecated.
 

R

removeSubscription(StoredSubscription) - Method in class com.google.api.client.googleapis.extensions.appengine.subscriptions.AppEngineSubscriptionStore
Deprecated.
 
removeSubscription(StoredSubscription) - Method in class com.google.api.client.googleapis.extensions.appengine.subscriptions.CachedAppEngineSubscriptionStore
Deprecated.
 

S

setAppIdentityService(AppIdentityService) - Method in class com.google.api.client.googleapis.extensions.appengine.auth.oauth2.AppIdentityCredential.Builder
Sets the App Identity Service that provides the access token or null to use AppIdentityServiceFactory.getAppIdentityService().
storeSubscription(StoredSubscription) - Method in class com.google.api.client.googleapis.extensions.appengine.subscriptions.AppEngineSubscriptionStore
Deprecated.
 
storeSubscription(StoredSubscription) - Method in class com.google.api.client.googleapis.extensions.appengine.subscriptions.CachedAppEngineSubscriptionStore
Deprecated.
 
A B C D G I L R S 

Copyright © 2010-2013 Google. All Rights Reserved.