| AbstractGoogleOAuthConnector | |
| AccessType | Indicates if your application needs to access a Google API when the user is not present at the browser |
| BaseWrapper<T extends GenericJson> | Generic wrapper for classes that extend com.google.api.client.json.GenericJson Because the GenericJson class from Google's client extends java.util.Map but still has the structure of a Pojo, Mule's DataMapper cannot handle it as both, Map and Pojo. |
| BatchCallback<W, T> | |
| BatchResponse<T> |
| DateTime | This class wraps an instance of com.google.api.client.util.DateTime adding setter methods that allow to modify the state of the underlaying date time. |
| DateTimeConstants | |
| DateTimeUtils | Utility class for handling date times |
| ForcePrompt | Force prompt is a parameter for OAuth authentication which lets you configure whether you want to force application authorization each time the OAuth dance is performed (the force option) or if you want that authorization to happen only once (the auto option) |
| GoogleUserIdExtractor |
| InvalidationAwareCredential |
| OAuthTokenExpiredException |
| TokenBasedPagingDelegate<T> |
| VoidBatchCallback |