A B C D E F G H I J K L M N O P R S T U V W X Y

A

AbstractAtomFeedParser<T> - Class in com.google.api.client.xml.atom
Abstract base class for an Atom feed parser when the feed type is known in advance.
AbstractAtomFeedParser() - Constructor for class com.google.api.client.xml.atom.AbstractAtomFeedParser
 
AbstractAuthorizationRequestUrl - Class in com.google.api.client.auth.oauth2
OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources as specified in User-Agent Flow.
AbstractAuthorizationResponse - Class in com.google.api.client.auth.oauth2
OAuth 2.0 parser for the redirect URL after end user grants or denies authorization as specified in Authorization Server Response
AbstractJsonFeedParser<T> - Class in com.google.api.client.googleapis.json
Abstract base class for a Google JSON-C feed parser when the feed class is known in advance.
AbstractOAuthGetToken - Class in com.google.api.client.auth.oauth
Generic OAuth 1.0a URL to request a temporary or long-lived token from an authorization server.
AbstractOAuthGetToken(String) - Constructor for class com.google.api.client.auth.oauth.AbstractOAuthGetToken
 
AbstractXmlHttpContent - Class in com.google.api.client.xml
Abstract serializer for XML HTTP content based on the data key/value mapping object for an item.
AbstractXmlHttpContent() - Constructor for class com.google.api.client.xml.AbstractXmlHttpContent
 
accept - Variable in class com.google.api.client.http.HttpHeaders
"Accept" header.
accept - Variable in class com.google.api.client.json.rpc2.JsonRpcHttpTransport
Accept header to use for requests.
acceptEncoding - Variable in class com.google.api.client.http.HttpHeaders
"Accept-Encoding" header.
AccessProtectedResource - Class in com.google.api.client.auth.oauth2
OAuth 2.0 methods for specifying the access token parameter as specified in Accessing a Protected Resource.
accessToken - Variable in class com.google.api.client.auth.oauth2.AccessTokenResponse
(REQUIRED) The access token issued by the authorization server.
accessToken - Variable in class com.google.api.client.auth.oauth2.UserAgentAuthorizationResponse
(REQUIRED if the end user grants authorization) The access token.
AccessTokenErrorResponse - Class in com.google.api.client.auth.oauth2
OAuth 2.0 access token error response as specified in Error Response.
AccessTokenErrorResponse() - Constructor for class com.google.api.client.auth.oauth2.AccessTokenErrorResponse
 
AccessTokenRequest - Class in com.google.api.client.auth.oauth2
OAuth 2.0 request for an access token as specified in Obtaining an Access Token.
AccessTokenResponse - Class in com.google.api.client.auth.oauth2
OAuth 2.0 access token success response content as specified in Access Token Response.
AccessTokenResponse() - Constructor for class com.google.api.client.auth.oauth2.AccessTokenResponse
 
add(K, V) - Method in class com.google.api.client.util.ArrayMap
Adds the key/value mapping at the end of the list.
addHeader(String, String) - Method in class com.google.api.client.http.LowLevelHttpRequest
Adds a header to the HTTP request.
addNamespace(String, String) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Adds a known namespace of the given alias and URI.
addParser(HttpParser) - Method in class com.google.api.client.http.HttpTransport
Adds an HTTP response content parser.
alt - Variable in class com.google.api.client.googleapis.GoogleUrl
Alternate wire format.
AndroidXmlParserFactory - Class in com.google.api.client.android.xml
XML parser factory for Android.
AndroidXmlParserFactory() - Constructor for class com.google.api.client.android.xml.AndroidXmlParserFactory
 
ApacheHttpTransport - Class in com.google.api.client.apache
HTTP low-level transport based on the Apache HTTP Client library.
appendRawPath(String) - Method in class com.google.api.client.http.GenericUrl
Appends the given raw encoded path to the current GenericUrl.pathParts, setting field only if it is null or empty.
applicationName - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
 
applicationName - Variable in class com.google.api.client.googleapis.GoogleTransport
Deprecated. (scheduled to be removed in version 1.1) Use GoogleHeaders.setApplicationName(String) on HttpTransport.defaultHeaders
ArrayMap<K,V> - Class in com.google.api.client.util
Memory-efficient map of keys to values with list-style random-access semantics.
ArrayMap() - Constructor for class com.google.api.client.util.ArrayMap
 
assertion - Variable in class com.google.api.client.auth.oauth2.AssertionAccessTokenRequest
(REQUIRED) The assertion.
AssertionAccessTokenRequest - Class in com.google.api.client.auth.oauth2
OAuth 2.0 Assertion Flow: request an access token based on as assertion as specified in Assertion.
AssertionAccessTokenRequest(String) - Constructor for class com.google.api.client.auth.oauth2.AssertionAccessTokenRequest
 
assertionType - Variable in class com.google.api.client.auth.oauth2.AssertionAccessTokenRequest
(REQUIRED) The format of the assertion as defined by the authorization server.
Atom - Class in com.google.api.client.xml.atom
 
ATOM_NAMESPACE - Static variable in class com.google.api.client.xml.atom.Atom
 
AtomContent - Class in com.google.api.client.xml.atom
Serializes Atom XML HTTP content based on the data key/value mapping object for an Atom entry.
AtomContent() - Constructor for class com.google.api.client.xml.atom.AtomContent
 
AtomFeedParser<T,I> - Class in com.google.api.client.xml.atom
Atom feed parser when the item class is known in advance.
AtomFeedParser() - Constructor for class com.google.api.client.xml.atom.AtomFeedParser
 
AtomParser - Class in com.google.api.client.xml.atom
Atom XML HTTP parser into an data class of key/value pairs.
AtomParser() - Constructor for class com.google.api.client.xml.atom.AtomParser
 
AtomPatchContent - Class in com.google.api.client.googleapis.xml.atom
Serializes Atom XML PATCH HTTP content based on the data key/value mapping object for an Atom entry.
AtomPatchContent() - Constructor for class com.google.api.client.googleapis.xml.atom.AtomPatchContent
 
AtomPatchRelativeToOriginalContent - Class in com.google.api.client.googleapis.xml.atom
Serializes an optimal Atom XML PATCH HTTP content based on the data key/value mapping object for an Atom entry, by comparing the original value to the patched value.
AtomPatchRelativeToOriginalContent() - Constructor for class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 
auth - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
 
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.analytics.v2.GoogleAnalytics
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.blogger.v2.Blogger
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.books.v1.GoogleBookSearch
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.buzz.v1.Buzz
Deprecated. (scheduled to be removed in version 1.1)
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.calendar.v2.GoogleCalendar
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.contacts.v3.GoogleContacts
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.docs.v3.GoogleDocumentsList
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.finance.v2.GoogleFinance
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.gbase.v2.GoogleBase
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.maps.v2.GoogleMaps
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.migration.v1.GoogleAppsEmailMigration
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.moderator.v1.GoogleModerator
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.picasa.v2.PicasaWebAlbums
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.sites.v1.GoogleSites
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.spreadsheet.v3.GoogleSpreadsheets
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
AUTH_TOKEN_TYPE - Static variable in class com.google.api.data.youtube.v2.YouTube
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
authenticate() - Method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
Authenticates based on the provided field values.
authenticate - Variable in class com.google.api.client.http.HttpHeaders
"WWW-Authenticate" header.
AuthKeyValueParser - Class in com.google.api.client.googleapis.auth
HTTP parser for Google response to an Authorization request.
authorization - Variable in class com.google.api.client.http.HttpHeaders
"Authorization" header.
authorize(HttpTransport, String, String) - Static method in class com.google.api.client.googleapis.auth.storage.GoogleStorageAuthentication
Sets the "Authorization" header for every executed HTTP request for the given HTTP transport.
AuthSub - Class in com.google.api.client.googleapis.auth.authsub
 
AuthSubHelper - Class in com.google.api.client.googleapis.auth.authsub
AuthSub token manager for a single user.
AuthSubHelper() - Constructor for class com.google.api.client.googleapis.auth.authsub.AuthSubHelper
 
AuthSubHelper.SessionTokenResponse - Class in com.google.api.client.googleapis.auth.authsub
Key/value data to parse a success response for an AuthSubSessionToken request.
AuthSubHelper.SessionTokenResponse() - Constructor for class com.google.api.client.googleapis.auth.authsub.AuthSubHelper.SessionTokenResponse
 
AuthSubHelper.TokenInfoResponse - Class in com.google.api.client.googleapis.auth.authsub
Key/value data to parse a success response for an AuthSubTokenInfo request.
AuthSubHelper.TokenInfoResponse() - Constructor for class com.google.api.client.googleapis.auth.authsub.AuthSubHelper.TokenInfoResponse
 
AuthSubSingleUseTokenRequestUrl - Class in com.google.api.client.googleapis.auth.authsub
Generic URL that builds an AuthSub request URL to retrieve a single-use token.
AuthSubSingleUseTokenRequestUrl() - Constructor for class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl
 
AuthSubSingleUseTokenRequestUrl.ResponseUrl - Class in com.google.api.client.googleapis.auth.authsub
Generic URL with a token parameter that can be used to extract the AuthSub single-use token from the AuthSubRequest response.
AuthSubSingleUseTokenRequestUrl.ResponseUrl(String) - Constructor for class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl.ResponseUrl
 
authTokenType - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
 

B

Base64 - Class in com.google.api.client.util
Encodes and decodes to and from Base64 notation.
Blogger - Class in com.google.api.data.blogger.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
BloggerAtom - Class in com.google.api.data.blogger.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
build() - Method in class com.google.api.client.http.GenericUrl
Constructs the string representation of the URL, including the path specified by GenericUrl.path and the query parameters specified by this generic URL.
buildDeleteRequest(String) - Method in class com.google.api.client.apache.ApacheHttpTransport
 
buildDeleteRequest() - Method in class com.google.api.client.googleapis.GoogleTransport
 
buildDeleteRequest() - Method in class com.google.api.client.http.HttpTransport
Builds a DELETE request.
buildDeleteRequest(String) - Method in class com.google.api.client.http.LowLevelHttpTransport
Builds a DELETE request.
buildDeleteRequest(String) - Method in class com.google.api.client.javanet.NetHttpTransport
 
buildGetRequest(String) - Method in class com.google.api.client.apache.ApacheHttpTransport
 
buildGetRequest() - Method in class com.google.api.client.http.HttpTransport
Builds a GET request.
buildGetRequest(String) - Method in class com.google.api.client.http.LowLevelHttpTransport
Builds a GET request.
buildGetRequest(String) - Method in class com.google.api.client.javanet.NetHttpTransport
 
buildGetRequest(JsonRpcRequest) - Method in class com.google.api.client.json.rpc2.JsonRpcHttpTransport
Builds a GET HTTP request for the JSON-RPC requests objects specified in the given JSON-RPC request object.
buildHeadRequest(String) - Method in class com.google.api.client.apache.ApacheHttpTransport
 
buildHeadRequest() - Method in class com.google.api.client.http.HttpTransport
Builds a HEAD request.
buildHeadRequest(String) - Method in class com.google.api.client.http.LowLevelHttpTransport
Builds a HEAD request.
buildHeadRequest(String) - Method in class com.google.api.client.javanet.NetHttpTransport
 
buildPatchRequest(String) - Method in class com.google.api.client.apache.ApacheHttpTransport
 
buildPatchRequest() - Method in class com.google.api.client.googleapis.GoogleTransport
 
buildPatchRequest() - Method in class com.google.api.client.http.HttpTransport
Builds a PATCH request.
buildPatchRequest(String) - Method in class com.google.api.client.http.LowLevelHttpTransport
Builds a PATCH request.
buildPostRequest(String) - Method in class com.google.api.client.apache.ApacheHttpTransport
 
buildPostRequest() - Method in class com.google.api.client.http.HttpTransport
Builds a POST request.
buildPostRequest(String) - Method in class com.google.api.client.http.LowLevelHttpTransport
Builds a POST request.
buildPostRequest(String) - Method in class com.google.api.client.javanet.NetHttpTransport
 
buildPostRequest(JsonRpcRequest) - Method in class com.google.api.client.json.rpc2.JsonRpcHttpTransport
Builds a POST HTTP request for the JSON-RPC requests objects specified in the given JSON-RPC request object.
buildPostRequest(List<JsonRpcRequest>) - Method in class com.google.api.client.json.rpc2.JsonRpcHttpTransport
Builds a POST HTTP request for the JSON-RPC requests objects specified in the given JSON-RPC request objects.
buildPutRequest(String) - Method in class com.google.api.client.apache.ApacheHttpTransport
 
buildPutRequest() - Method in class com.google.api.client.googleapis.GoogleTransport
 
buildPutRequest() - Method in class com.google.api.client.http.HttpTransport
Builds a PUT request.
buildPutRequest(String) - Method in class com.google.api.client.http.LowLevelHttpTransport
Builds a PUT request.
buildPutRequest(String) - Method in class com.google.api.client.javanet.NetHttpTransport
 
buildRequest(String, Object) - Method in class com.google.api.client.googleapis.json.DiscoveryDocument
Creates an HTTP request based on the given method name and parameters.
buildRequest() - Method in class com.google.api.client.http.HttpTransport
Builds a request without specifying the HTTP method.
Buzz - Class in com.google.api.data.buzz.v1
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
BuzzAtom - Class in com.google.api.data.buzz.v1.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application

C

cacheControl - Variable in class com.google.api.client.http.HttpHeaders
"Cache-Control" header.
callback - Variable in class com.google.api.client.auth.oauth.OAuthGetTemporaryToken
Optional absolute URI back to which the server will redirect the resource owner when the Resource Owner Authorization step is completed or null for none.
callback - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Absolute URI back to which the server will redirect the resource owner when the Resource Owner Authorization step is completed.
callbackConfirmed - Variable in class com.google.api.client.auth.oauth.OAuthCredentialsResponse
"true" for temporary credentials request or null for a token credentials request.
canonicalMap() - Method in class com.google.api.client.http.HttpHeaders
Computes a canonical map from lower-case header name to its values.
captchaAnswer - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
 
captchaToken - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
 
captchaToken - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.ErrorInfo
 
captchaUrl - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.ErrorInfo
 
CharEscapers - Class in com.google.api.client.escape
Utility functions for dealing with CharEscapers, and some commonly used CharEscaper instances.
checkArgument(boolean) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkContentType(String) - Static method in class com.google.api.client.xml.atom.Atom
 
checkElementIndex(int, int) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkNotNull(T) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkState(boolean) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - Static method in class com.google.api.client.repackaged.com.google.common.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
ClassInfo - Class in com.google.api.client.util
Parses class information to determine data key name/value pairs associated with the class.
clazz - Variable in class com.google.api.client.util.ClassInfo
Class.
clear() - Method in class com.google.api.client.util.ArrayMap
 
clientId - Variable in class com.google.api.client.auth.oauth2.AbstractAuthorizationRequestUrl
(REQUIRED) The client identifier.
clientId - Variable in class com.google.api.client.auth.oauth2.AccessTokenRequest
(REQUIRED) The client identifier.
ClientLogin - Class in com.google.api.client.googleapis.auth.clientlogin
Client Login authentication method as described in ClientLogin for Installed Applications.
ClientLogin() - Constructor for class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
 
ClientLogin.ErrorInfo - Class in com.google.api.client.googleapis.auth.clientlogin
Key/value data to parse an error response.
ClientLogin.ErrorInfo() - Constructor for class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.ErrorInfo
 
ClientLogin.Response - Class in com.google.api.client.googleapis.auth.clientlogin
Key/value data to parse a success response.
ClientLogin.Response() - Constructor for class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
 
clientSecret - Variable in class com.google.api.client.auth.oauth2.AccessTokenRequest
(REQUIRED if the client identifier has a matching secret) The client secret.
clientSharedSecret - Variable in class com.google.api.client.auth.oauth.OAuthHmacSigner
Client-shared secret or null for none.
clone() - Method in class com.google.api.client.http.GenericUrl
 
clone() - Method in class com.google.api.client.http.HttpHeaders
 
clone() - Method in class com.google.api.client.json.GenericJson
 
clone() - Method in class com.google.api.client.util.ArrayMap
 
clone(T) - Static method in class com.google.api.client.util.DataUtil
Returns a deep clone of the given key/value data, such that the result is a completely independent copy.
clone() - Method in class com.google.api.client.util.GenericData
 
clone() - Method in class com.google.api.client.xml.GenericXml
 
close() - Method in class com.google.api.client.googleapis.json.AbstractJsonFeedParser
Closes the underlying parser.
close() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Closes the underlying parser.
code - Variable in class com.google.api.client.auth.oauth2.VerificationCodeAccessTokenRequest
(REQUIRED) The verification code received from the authorization server.
code - Variable in class com.google.api.client.auth.oauth2.WebServerAuthorizationResponse
(REQUIRED if the end user grants authorization) The verification code generated by the authorization server.
codePointAt(CharSequence, int, int) - Static method in class com.google.api.client.escape.UnicodeEscaper
Returns the Unicode code point of the character at the given index.
com.google.api.client.android.xml - package com.google.api.client.android.xml
Android XML utilities.
com.google.api.client.apache - package com.google.api.client.apache
HTTP Transport library for Google API's based on Apache HTTP Client version 4.
com.google.api.client.auth - package com.google.api.client.auth
Utilities for authentication and authorization.
com.google.api.client.auth.oauth - package com.google.api.client.auth.oauth
OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification).
com.google.api.client.auth.oauth2 - package com.google.api.client.auth.oauth2
OAuth 2.0 authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-07) (see detailed package specification).
com.google.api.client.escape - package com.google.api.client.escape
Character escaping utilities.
com.google.api.client.googleapis - package com.google.api.client.googleapis
Google API's.
com.google.api.client.googleapis.auth - package com.google.api.client.googleapis.auth
Utilities for Google's authentication methods as described in Getting Started with Account Authorization .
com.google.api.client.googleapis.auth.authsub - package com.google.api.client.googleapis.auth.authsub
Google's legacy AuthSub authorization as specified in AuthSub for Web Applications .
com.google.api.client.googleapis.auth.clientlogin - package com.google.api.client.googleapis.auth.clientlogin
Google's legacy ClientLogin authentication method as described in ClientLogin for Installed Applications .
com.google.api.client.googleapis.auth.oauth - package com.google.api.client.googleapis.auth.oauth
Google's additions to OAuth 1.0a authorization as specified in Google's OAuth API Reference (see detailed package specification).
com.google.api.client.googleapis.auth.storage - package com.google.api.client.googleapis.auth.storage
Google Storage for Developers has a custom authentication method described in Authentication .
com.google.api.client.googleapis.json - package com.google.api.client.googleapis.json
Google's JSON-C as specified in YouTube Developer's Guide: JSON-C / JavaScript (see detailed package specification).
com.google.api.client.googleapis.xml.atom - package com.google.api.client.googleapis.xml.atom
Google's Atom XML implementation (see detailed package specification).
com.google.api.client.http - package com.google.api.client.http
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1 .
com.google.api.client.javanet - package com.google.api.client.javanet
HTTP Transport library for Google API's based on the java.net package.
com.google.api.client.json - package com.google.api.client.json
JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON .
com.google.api.client.json.rpc2 - package com.google.api.client.json.rpc2
JSON-RPC 2.0 as specified in JSON-RPC 2.0 Specification and JSON-RPC over HTTP .
com.google.api.client.repackaged.com.google.common.base - package com.google.api.client.repackaged.com.google.common.base
Copied from guava-libraries , but only keeping the stuff we actually need.
com.google.api.client.util - package com.google.api.client.util
General utilities used throughout this library.
com.google.api.client.xml - package com.google.api.client.xml
XML.
com.google.api.client.xml.atom - package com.google.api.client.xml.atom
Atom XML.
com.google.api.data.analytics.v2 - package com.google.api.data.analytics.v2
Small optional Java library for Google Analytics Data Export API version 2.
com.google.api.data.analytics.v2.atom - package com.google.api.data.analytics.v2.atom
Small optional Java library for the Atom XML format for Google Analytics Data Export API version 2.
com.google.api.data.blogger.v2 - package com.google.api.data.blogger.v2
Small optional Java library for Blogger Data API version 2.
com.google.api.data.blogger.v2.atom - package com.google.api.data.blogger.v2.atom
Small optional Java library for the Atom XML format for Blogger Data API version 2.
com.google.api.data.books.v1 - package com.google.api.data.books.v1
Small optional Java library for Google Book Search Data API version 1.
com.google.api.data.books.v1.atom - package com.google.api.data.books.v1.atom
Small optional Java library for the Atom XML format for Google Book Search Data API version 1.
com.google.api.data.buzz.v1 - package com.google.api.data.buzz.v1
Small optional Java library for Google Buzz API v1.
com.google.api.data.buzz.v1.atom - package com.google.api.data.buzz.v1.atom
Small optional Java library for the Atom XML format for Google Buzz API v1.
com.google.api.data.calendar.v2 - package com.google.api.data.calendar.v2
Small optional Java library for Google Calendar Data API version 2.
com.google.api.data.calendar.v2.atom - package com.google.api.data.calendar.v2.atom
Small optional Java library for the Atom XML format for Google Calendar Data API version 2.
com.google.api.data.codesearch.v2 - package com.google.api.data.codesearch.v2
Small optional Java library for Google Code Search Data API version 2.
com.google.api.data.codesearch.v2.atom - package com.google.api.data.codesearch.v2.atom
Small optional Java library for the Atom XML format for Google Code Search Data API version 2.
com.google.api.data.contacts.v3 - package com.google.api.data.contacts.v3
Small optional Java library for Google Contacts Data API version 3.
com.google.api.data.contacts.v3.atom - package com.google.api.data.contacts.v3.atom
Small optional Java library for the Atom XML format for Google Contacts Data API version 3.
com.google.api.data.docs.v3 - package com.google.api.data.docs.v3
Small optional Java library for Google Documents List Data API version 3.
com.google.api.data.docs.v3.atom - package com.google.api.data.docs.v3.atom
Small optional Java library for the Atom XML format for Google Documents List Data API version 3.
com.google.api.data.finance.v2 - package com.google.api.data.finance.v2
Small optional Java library for Google Finance Portfolio Data API version 2.
com.google.api.data.finance.v2.atom - package com.google.api.data.finance.v2.atom
Small optional Java library for the Atom XML format for Google Finance Portfolio Data API version 2.
com.google.api.data.gbase.v2 - package com.google.api.data.gbase.v2
Small optional Java library for Google Base Data API version 2.
com.google.api.data.gbase.v2.atom - package com.google.api.data.gbase.v2.atom
Small optional Java library for the Atom XML format for Google Base Data API version 2.
com.google.api.data.health.v2 - package com.google.api.data.health.v2
Small optional Java library for Google Health Data API version 2.
com.google.api.data.health.v2.atom - package com.google.api.data.health.v2.atom
Small optional Java library for the Atom XML format for Google Health Data API version 2.
com.google.api.data.latitude.v1 - package com.google.api.data.latitude.v1
Small optional Java library for Google Latitude API v1.
com.google.api.data.latitude.v1.atom - package com.google.api.data.latitude.v1.atom
Small optional Java library for the Atom XML format for Google Latitude API v1.
com.google.api.data.maps.v2 - package com.google.api.data.maps.v2
Small optional Java library for Google Maps Data API version 2.
com.google.api.data.maps.v2.atom - package com.google.api.data.maps.v2.atom
Small optional Java library for the Atom XML format for Google Maps Data API version 2.
com.google.api.data.migration.v1 - package com.google.api.data.migration.v1
Small optional Java library for Google Apps Email Migration API version 1.
com.google.api.data.migration.v1.atom - package com.google.api.data.migration.v1.atom
Small optional Java library for the Atom XML format for Google Apps Email Migration API version 1.
com.google.api.data.moderator.v1 - package com.google.api.data.moderator.v1
Small optional Java library for Google Moderator API v1.
com.google.api.data.picasa.v2 - package com.google.api.data.picasa.v2
Small optional Java library for Picasa Web Albums Data API version 2.
com.google.api.data.picasa.v2.atom - package com.google.api.data.picasa.v2.atom
Small optional Java library for the Atom XML format for Picasa Web Albums Data API version 2.
com.google.api.data.sidewiki.v2 - package com.google.api.data.sidewiki.v2
Small optional Java library for Google Sidewiki Data API version 2.
com.google.api.data.sidewiki.v2.atom - package com.google.api.data.sidewiki.v2.atom
Small optional Java library for the Atom XML format for Google Sidewiki Data API version 2.
com.google.api.data.sites.v1 - package com.google.api.data.sites.v1
Small optional Java library for Google Sites Data API version 1.
com.google.api.data.sites.v1.atom - package com.google.api.data.sites.v1.atom
Small optional Java library for the Atom XML format for Google Sites Data API version 1.
com.google.api.data.spreadsheet.v3 - package com.google.api.data.spreadsheet.v3
Small optional Java library for Google Spreadsheets Data API version 3.
com.google.api.data.spreadsheet.v3.atom - package com.google.api.data.spreadsheet.v3.atom
Small optional Java library for the Atom XML format for Google Spreadsheets Data API version 3.
com.google.api.data.youtube.v2 - package com.google.api.data.youtube.v2
Small optional Java library for YouTube Data API version 2.
com.google.api.data.youtube.v2.atom - package com.google.api.data.youtube.v2.atom
Small optional Java library for the Atom XML format for YouTube Data API version 2.
computeMessage(HttpResponse) - Static method in exception com.google.api.client.http.HttpResponseException
Returns an exception message to use for the given HTTP response.
computeNonce() - Method in class com.google.api.client.auth.oauth.OAuthParameters
Computes a nonce based on the hex string of a random non-negative long, setting the value of the OAuthParameters.nonce field.
computePatch(Object, Object) - Static method in class com.google.api.client.googleapis.xml.atom.GData
 
computePatchInternal(GData.FieldsMask, Object, Object) - Static method in class com.google.api.client.googleapis.xml.atom.GData
 
computeSignature(String) - Method in class com.google.api.client.auth.oauth.OAuthHmacSigner
 
computeSignature(String, GenericUrl) - Method in class com.google.api.client.auth.oauth.OAuthParameters
Computes a new signature based on the fields and the given request method and URL, setting the values of the OAuthParameters.signature and OAuthParameters.signatureMethod fields.
computeSignature(String) - Method in class com.google.api.client.auth.oauth.OAuthRsaSigner
 
computeSignature(String) - Method in interface com.google.api.client.auth.oauth.OAuthSigner
Returns the signature computed from the given signature base string.
computeTimestamp() - Method in class com.google.api.client.auth.oauth.OAuthParameters
Computes a timestamp based on the current system time, setting the value of the OAuthParameters.timestamp field.
consumerKey - Variable in class com.google.api.client.auth.oauth.AbstractOAuthGetToken
Required identifier portion of the client credentials (equivalent to a username).
consumerKey - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Required identifier portion of the client credentials (equivalent to a username).
containsKey(Object) - Method in class com.google.api.client.util.ArrayMap
Returns whether there is a mapping for the given key.
containsValue(Object) - Method in class com.google.api.client.util.ArrayMap
 
content - Variable in class com.google.api.client.http.HttpRequest
HTTP request content or null for none.
CONTENT_TYPE - Static variable in class com.google.api.client.http.UrlEncodedParser
"application/x-www-form-urlencoded" content type.
CONTENT_TYPE - Static variable in class com.google.api.client.json.Json
"application/json" content type.
CONTENT_TYPE - Static variable in class com.google.api.client.xml.atom.Atom
 
CONTENT_TYPE - Static variable in class com.google.api.client.xml.XmlHttpParser
"application/xml" content type.
contentEncoding - Variable in class com.google.api.client.http.HttpHeaders
"Content-Encoding" header.
contentEncoding - Variable in class com.google.api.client.http.HttpResponse
Content encoding or null.
contentLength - Variable in class com.google.api.client.http.HttpHeaders
"Content-Length" header.
contentMD5 - Variable in class com.google.api.client.http.HttpHeaders
"Content-MD5" header.
contentRange - Variable in class com.google.api.client.http.HttpHeaders
"Content-Range" header.
contentType - Variable in class com.google.api.client.http.HttpHeaders
"Content-Type" header.
contentType - Variable in class com.google.api.client.http.HttpResponse
Content type or null for none.
contentType - Variable in class com.google.api.client.http.UrlEncodedContent
Content type.
contentType - Variable in class com.google.api.client.http.UrlEncodedParser
Content type.
contentType - Variable in class com.google.api.client.json.JsonHttpContent
Content type.
contentType - Variable in class com.google.api.client.json.JsonHttpParser
Content type.
contentType - Variable in class com.google.api.client.json.rpc2.JsonRpcHttpTransport
Content type header to use for requests.
contentType - Variable in class com.google.api.client.xml.AbstractXmlHttpContent
Content type.
contentType - Variable in class com.google.api.client.xml.XmlHttpParser
Content type.
copy(InputStream, OutputStream) - Static method in class com.google.api.client.http.InputStreamContent
Writes the content provided by the given source input stream into the given destination output stream.
create() - Static method in class com.google.api.client.googleapis.GoogleTransport
Creates and returns a new HTTP transport with basic default behaviors for working with Google API's.
create(HttpResponse, XmlNamespaceDictionary, Class<T>, Class<?>...) - Static method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
 
create() - Static method in class com.google.api.client.util.ArrayMap
Returns a new instance of an array map with initial capacity of zero.
create(int) - Static method in class com.google.api.client.util.ArrayMap
Returns a new instance of an array map of the given initial capacity.
create(HttpResponse, XmlNamespaceDictionary, Class<T>, Class<I>) - Static method in class com.google.api.client.xml.atom.AtomFeedParser
 
createParameters() - Method in class com.google.api.client.auth.oauth.AbstractOAuthGetToken
Returns a new instance of the OAuth authentication provider.
createParameters() - Method in class com.google.api.client.auth.oauth.OAuthGetAccessToken
 
createParameters() - Method in class com.google.api.client.auth.oauth.OAuthGetTemporaryToken
 
createParameters() - Method in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
 
createParser() - Method in class com.google.api.client.android.xml.AndroidXmlParserFactory
 
createParser() - Method in class com.google.api.client.xml.DefaultXmlParserFactory
 
createParser() - Static method in class com.google.api.client.xml.Xml
Returns a new XML pull parser.
createParser() - Method in interface com.google.api.client.xml.XmlParserFactory
Creates a new XML pull parser.
createSerializer() - Method in class com.google.api.client.android.xml.AndroidXmlParserFactory
 
createSerializer() - Method in class com.google.api.client.xml.DefaultXmlParserFactory
 
createSerializer() - Static method in class com.google.api.client.xml.Xml
Returns a new XML serializer.
createSerializer() - Method in interface com.google.api.client.xml.XmlParserFactory
Creates a new XML serializer.
CustomizeJsonParser - Class in com.google.api.client.json
Customizes the behavior of a JSON parser.
CustomizeJsonParser() - Constructor for class com.google.api.client.json.CustomizeJsonParser
 

D

data - Variable in class com.google.api.client.http.UrlEncodedContent
Key/value data or null for none.
data - Variable in class com.google.api.client.json.JsonHttpContent
Key/value pair data.
data - Variable in class com.google.api.client.xml.XmlHttpContent
Key/value pair data.
DataUtil - Class in com.google.api.client.util
Utilities for working with key/value data.
date - Variable in class com.google.api.client.http.HttpHeaders
"Date" header.
dateOnly - Variable in class com.google.api.client.util.DateTime
Specifies whether this is a date-only value.
DateTime - Class in com.google.api.client.util
Immutable representation of a date with an optional time and an optional time zone based on RFC 3339.
DateTime(Date, TimeZone) - Constructor for class com.google.api.client.util.DateTime
 
DateTime(long) - Constructor for class com.google.api.client.util.DateTime
 
DateTime(Date) - Constructor for class com.google.api.client.util.DateTime
 
DateTime(long, Integer) - Constructor for class com.google.api.client.util.DateTime
 
DateTime(boolean, long, Integer) - Constructor for class com.google.api.client.util.DateTime
 
decode(byte[]) - Static method in class com.google.api.client.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int) - Static method in class com.google.api.client.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decodeUri(String) - Static method in class com.google.api.client.escape.CharEscapers
Percent-decodes a US-ASCII string into a Unicode string.
defaultHeaders - Variable in class com.google.api.client.http.HttpTransport
Default HTTP headers.
DefaultXmlParserFactory - Class in com.google.api.client.xml
Default XML parser factory that uses the default specified in XmlPullParserFactory.
disableContentLogging - Variable in class com.google.api.client.http.HttpRequest
Whether to disable request content logging during HttpRequest.execute() (unless Level.ALL is loggable which forces all logging).
disableContentLogging - Variable in class com.google.api.client.http.HttpResponse
Whether to disable response content logging during HttpResponse.getContent() (unless Level.ALL is loggable which forces all logging).
disableContentLogging - Variable in class com.google.api.client.http.UrlEncodedParser
Whether to disable response content logging (unless Level.ALL is loggable which forces all logging).
DiscoveryDocument - Class in com.google.api.client.googleapis.json
Manages a Google API discovery document based on the JSON format.
DiscoveryDocument.ServiceDefinition - Class in com.google.api.client.googleapis.json
Defines a specific version of an API.
DiscoveryDocument.ServiceDefinition() - Constructor for class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceDefinition
 
DiscoveryDocument.ServiceMethod - Class in com.google.api.client.googleapis.json
Defines a method of a service resource.
DiscoveryDocument.ServiceMethod() - Constructor for class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceMethod
 
DiscoveryDocument.ServiceParameter - Class in com.google.api.client.googleapis.json
Defines a parameter to a service method.
DiscoveryDocument.ServiceParameter() - Constructor for class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceParameter
 
DiscoveryDocument.ServiceResource - Class in com.google.api.client.googleapis.json
Defines a resource in a service definition.
DiscoveryDocument.ServiceResource() - Constructor for class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceResource
 
displayName - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
Optional string identifying the application or null for none.

E

elementName - Variable in class com.google.api.client.xml.XmlHttpContent
XML element local name, optionally prefixed by its namespace alias, for example "atom:entry".
ENABLE_METHOD_OVERRIDE - Static variable in class com.google.api.client.googleapis.GoogleTransport
Deprecated. (scheduled to be removed in version 1.1) Use GoogleTransport.create()
encode(byte[]) - Static method in class com.google.api.client.util.Base64
Similar to Base64.encode(byte[]) but returns a byte array instead of instantiating a String.
encode(byte[], int, int) - Static method in class com.google.api.client.util.Base64
Similar to Base64.encode(byte[], int, int) but returns a byte array instead of instantiating a String.
encodedAuthorizationServerUrl - Variable in class com.google.api.client.auth.oauth2.AccessTokenRequest
Encoded authorization server URL.
encoding - Variable in class com.google.api.client.http.InputStreamContent
Content encoding (for example "gzip") or null for none.
ensureCapacity(int) - Method in class com.google.api.client.util.ArrayMap
Ensures that the capacity of the internal arrays is at least a given capacity.
entry - Variable in class com.google.api.client.xml.atom.AtomContent
Key/value pair data for the Atom entry.
entryClass - Variable in class com.google.api.client.xml.atom.AtomFeedParser
 
entrySet() - Method in class com.google.api.client.util.ArrayMap
 
entrySet() - Method in class com.google.api.client.util.GenericData
 
entrySet() - Method in class com.google.api.client.util.ReflectionMap
 
equal(Object, Object) - Static method in class com.google.api.client.repackaged.com.google.common.base.Objects
Determines whether two possibly-null objects are equal.
equals(Object) - Method in class com.google.api.client.http.GenericUrl
 
equals(Object) - Method in class com.google.api.client.util.DateTime
 
error - Variable in class com.google.api.client.auth.oauth2.AbstractAuthorizationResponse
(REQUIRED if the end user denies authorization) MUST be set to "user_denied".
error - Variable in class com.google.api.client.auth.oauth2.AccessTokenErrorResponse
(REQUIRED) The error code.
error - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.ErrorInfo
 
escape(String) - Static method in class com.google.api.client.auth.oauth.OAuthParameters
Returns the escaped form of the given value using OAuth escaping rules.
escape(String) - Method in class com.google.api.client.escape.Escaper
Returns the escaped form of a given literal string.
escape(String) - Method in class com.google.api.client.escape.PercentEscaper
 
escape(int) - Method in class com.google.api.client.escape.PercentEscaper
Escapes the given Unicode code point in UTF-8.
escape(int) - Method in class com.google.api.client.escape.UnicodeEscaper
Returns the escaped form of the given Unicode code point, or null if this code point does not need to be escaped.
escape(String) - Method in class com.google.api.client.escape.UnicodeEscaper
Returns the escaped form of a given literal string.
Escaper - Class in com.google.api.client.escape
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
Escaper() - Constructor for class com.google.api.client.escape.Escaper
 
escapeSlow(String, int) - Method in class com.google.api.client.escape.UnicodeEscaper
Returns the escaped form of a given literal string, starting at the given index.
escapeUri(String) - Static method in class com.google.api.client.escape.CharEscapers
Escapes the string value so it can be safely included in URIs.
escapeUriPath(String) - Static method in class com.google.api.client.escape.CharEscapers
Escapes the string value so it can be safely included in URI path segments.
escapeUriQuery(String) - Static method in class com.google.api.client.escape.CharEscapers
Escapes the string value so it can be safely included in URI query string segments.
etag - Variable in class com.google.api.client.http.HttpHeaders
"ETag" header.
exchangeForSessionToken() - Method in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper
Exchanges the single-use token for a session token as described in AuthSubSessionToken.
execute() - Method in class com.google.api.client.auth.oauth.AbstractOAuthGetToken
Executes the HTTP request for a temporary or long-lived token.
execute() - Method in class com.google.api.client.auth.oauth2.AccessTokenRequest
Executes request for an access token, and returns the HTTP response.
execute(String) - Static method in class com.google.api.client.googleapis.json.DiscoveryDocument
Deprecated. (scheduled to be removed in version 1.1) Use DiscoveryDocument.load(String)
execute() - Method in class com.google.api.client.http.HttpRequest
Execute the HTTP request and returns the HTTP response.
execute() - Method in class com.google.api.client.http.LowLevelHttpRequest
Executes the request and returns a low-level HTTP response object.
expires - Variable in class com.google.api.client.http.HttpHeaders
"Expires" header.
expiresIn - Variable in class com.google.api.client.auth.oauth2.AccessTokenResponse
(OPTIONAL) The duration in seconds of the access token lifetime.
expiresIn - Variable in class com.google.api.client.auth.oauth2.UserAgentAuthorizationResponse
(OPTIONAL) The duration in seconds of the access token lifetime.

F

feedClass - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
 
field - Variable in class com.google.api.client.util.FieldInfo
Field.
FieldInfo - Class in com.google.api.client.util
Parses field information to determine data key name/value pair associated with the field.
fields - Variable in class com.google.api.client.googleapis.GoogleUrl
Partial fields mask.
forRequest(HttpRequest) - Method in class com.google.api.client.http.MultipartContent
 
fragment - Variable in class com.google.api.client.http.GenericUrl
Fragment component or null for none.

G

GD_NAMESPACE - Static variable in class com.google.api.client.googleapis.xml.atom.GDataHttp
 
GData - Class in com.google.api.client.googleapis.xml.atom
Utilities for working with the Atom XML of Google Data API's.
gdataClient - Variable in class com.google.api.client.googleapis.GoogleHeaders
"X-GData-Client" header.
GDataHttp - Class in com.google.api.client.googleapis.xml.atom
 
gdataKey - Variable in class com.google.api.client.googleapis.GoogleHeaders
"X-GData-Key" header, which must be of the form "key=[developerId]".
gdataVersion - Variable in class com.google.api.client.googleapis.GoogleHeaders
"GData-Version" header.
GenericData - Class in com.google.api.client.util
Generic data that stores all unknown data key name/value pairs.
GenericData() - Constructor for class com.google.api.client.util.GenericData
 
GenericJson - Class in com.google.api.client.json
Generic JSON data that stores all unknown key name/value pairs.
GenericJson() - Constructor for class com.google.api.client.json.GenericJson
 
GenericUrl - Class in com.google.api.client.http
URL builder in which the query parameters are specified as generic data key/value pairs, based on the specification RFC 3986: Uniform Resource Identifier (URI).
GenericUrl() - Constructor for class com.google.api.client.http.GenericUrl
 
GenericUrl(String) - Constructor for class com.google.api.client.http.GenericUrl
Constructs from an encoded URL.
GenericXml - Class in com.google.api.client.xml
Generic XML data that stores all unknown key name/value pairs.
GenericXml() - Constructor for class com.google.api.client.xml.GenericXml
 
get(Object) - Method in class com.google.api.client.util.ArrayMap
Returns the value set for the given key or null if there is no such mapping or if the mapping value is null.
get(Object) - Method in class com.google.api.client.util.GenericData
 
getAll(String) - Method in class com.google.api.client.http.GenericUrl
Returns all query parameter values for the given query parameter name.
getAuthorizationHeader() - Method in class com.google.api.client.auth.oauth.OAuthParameters
Returns the Authorization header value to use with the OAuth parameter values found in the fields.
getAuthorizationHeaderValue(String) - Static method in class com.google.api.client.googleapis.auth.authsub.AuthSub
Returns AuthSub authorization header value based on the given authentication token.
getAuthorizationHeaderValue(String, PrivateKey, String, String) - Static method in class com.google.api.client.googleapis.auth.authsub.AuthSub
Returns AuthSub authorization header value based on the given authentication token, private key, request method, and request URL.
getAuthorizationHeaderValue() - Method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
 
getClassInfo() - Method in class com.google.api.client.util.FieldInfo
Returns the class information of the field's declaring class.
getClientLoginHeaderValue(String) - Static method in class com.google.api.client.googleapis.GoogleTransport
Deprecated. (scheduled to be removed in version 1.1) Use GoogleHeaders.getGoogleLoginValue(String)
getCollectionParameter(Field) - Static method in class com.google.api.client.util.ClassInfo
Returns the type parameter for the given field assuming it is of type collection.
getContent() - Method in class com.google.api.client.http.HttpResponse
Returns the content of the HTTP response.
getContent() - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the HTTP response content input stream or null for none.
getContentEncoding() - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the content encoding (for example "gzip") or null for none.
getContentLength() - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the content length or 0 for none.
getContentType() - Method in class com.google.api.client.googleapis.auth.AuthKeyValueParser
 
getContentType() - Method in class com.google.api.client.googleapis.json.JsonParser
Deprecated.  
getContentType() - Method in interface com.google.api.client.http.HttpParser
Returns the content type.
getContentType() - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the content type or null for none.
getContentType() - Method in class com.google.api.client.http.UrlEncodedParser
 
getContentType() - Method in class com.google.api.client.json.JsonHttpParser
 
getContentType() - Method in class com.google.api.client.xml.XmlHttpParser
 
getEncoding() - Method in class com.google.api.client.googleapis.json.JsonContent
Deprecated.  
getEncoding() - Method in interface com.google.api.client.http.HttpContent
Returns the content encoding (for example "gzip") or null for none.
getEncoding() - Method in class com.google.api.client.http.InputStreamContent
 
getEncoding() - Method in class com.google.api.client.http.MultipartContent
 
getEncoding() - Method in class com.google.api.client.http.UrlEncodedContent
 
getEncoding() - Method in class com.google.api.client.json.JsonHttpContent
 
getEncoding() - Method in class com.google.api.client.xml.AbstractXmlHttpContent
Default implementation returns null, but subclasses may override.
getEncoding() - Method in class com.google.api.client.xml.XmlContent
Deprecated. Default implementation returns null, but subclasses may override.
getFeedFields(Class<?>, Class<?>) - Static method in class com.google.api.client.googleapis.xml.atom.GData
Returns the fields mask to use for the given data class of key/value pairs for the feed class and for the entry class.
getField(String) - Method in class com.google.api.client.util.ClassInfo
Returns the field for the given data key name.
getFieldInfo(String) - Method in class com.google.api.client.util.ClassInfo
Returns the information for the given data key name.
getFieldsFor(Class<?>) - Static method in class com.google.api.client.googleapis.xml.atom.GData
Returns the fields mask to use for the given data class of key/value pairs.
getFieldValue(Field, Object) - Static method in class com.google.api.client.util.FieldInfo
Returns the value of the given field in the given object instance using reflection.
getFirst(String) - Method in class com.google.api.client.http.GenericUrl
Returns the first query parameter value for the given query parameter name.
getGoogleLoginValue(String) - Static method in class com.google.api.client.googleapis.GoogleHeaders
Returns Google Login "Authorization" header value based on the given authentication token.
getHeaderCount() - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the number of HTTP response headers.
getHeaderName(int) - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the HTTP response header name at the given zero-based index.
getHeaderValue(int) - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the HTTP response header value at the given zero-based index.
getIndexOfKey(K) - Method in class com.google.api.client.util.ArrayMap
Returns the index of the given key or -1 if there is no such key.
getInstance() - Static method in class com.google.api.client.xml.DefaultXmlParserFactory
Returns the only instance of the default XML parser factory.
getKey(int) - Method in class com.google.api.client.util.ArrayMap
Returns the key at the given index or null if out of bounds.
getKeyCount() - Method in class com.google.api.client.util.ClassInfo
Returns the number of data key name/value pairs associated with this data class.
getKeyNames() - Method in class com.google.api.client.util.ClassInfo
Returns the data key names associated with this data class.
getLength() - Method in class com.google.api.client.googleapis.json.JsonContent
Deprecated.  
getLength() - Method in interface com.google.api.client.http.HttpContent
Returns the content length or less than zero if not known.
getLength() - Method in class com.google.api.client.http.InputStreamContent
 
getLength() - Method in class com.google.api.client.http.MultipartContent
 
getLength() - Method in class com.google.api.client.http.UrlEncodedContent
 
getLength() - Method in class com.google.api.client.json.JsonHttpContent
 
getLength() - Method in class com.google.api.client.xml.AbstractXmlHttpContent
Default implementation returns -1, but subclasses may override.
getLength() - Method in class com.google.api.client.xml.XmlContent
Deprecated. Default implementation returns -1, but subclasses may override.
getMapValueParameter(Field) - Static method in class com.google.api.client.util.ClassInfo
Returns the type parameter for the given field assuming it is of type map.
getMapValueParameter(Type) - Static method in class com.google.api.client.util.ClassInfo
Returns the type parameter for the given genericType assuming it is of type map.
getParser() - Method in class com.google.api.client.http.HttpResponse
Returns the HTTP response content parser to use for the content type of this HTTP response or null for none.
getParser(String) - Method in class com.google.api.client.http.HttpTransport
Returns the HTTP response content parser to use for the given content type or null if none is defined.
getPrivateKeyFromKeystore(InputStream, String, String, String) - Static method in class com.google.api.client.auth.RsaSha
Retrieves the private key from the specified key store.
getPrivateKeyFromPk8(File) - Static method in class com.google.api.client.auth.RsaSha
Reads a PKCS#8 format private key from a given file.
getRawPath() - Method in class com.google.api.client.http.GenericUrl
Returns the raw encoded path computed from the GenericUrl.pathParts.
getReasonPhrase() - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the HTTP reason phrase or null for none.
getResourceMethod(String) - Method in class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceDefinition
Returns DiscoveryDocument.ServiceMethod definition for given method name.
getSignatureMethod() - Method in class com.google.api.client.auth.oauth.OAuthHmacSigner
 
getSignatureMethod() - Method in class com.google.api.client.auth.oauth.OAuthRsaSigner
 
getSignatureMethod() - Method in interface com.google.api.client.auth.oauth.OAuthSigner
Returns the signature method.
getStatusCode() - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the response status code or 0 for none.
getStatusLine() - Method in class com.google.api.client.http.LowLevelHttpResponse
Returns the response status line or null for none.
getType() - Method in class com.google.api.client.googleapis.json.JsonContent
Deprecated.  
getType() - Method in class com.google.api.client.googleapis.xml.atom.PatchRelativeToOriginalContent
Deprecated.  
getType() - Method in interface com.google.api.client.http.HttpContent
Returns the content type.
getType() - Method in class com.google.api.client.http.InputStreamContent
 
getType() - Method in class com.google.api.client.http.MultipartContent
 
getType() - Method in class com.google.api.client.http.UrlEncodedContent
 
getType() - Method in class com.google.api.client.json.JsonHttpContent
 
getType() - Method in class com.google.api.client.xml.AbstractXmlHttpContent
 
getValue(int) - Method in class com.google.api.client.util.ArrayMap
Returns the value at the given index or null if out of bounds.
getValue(Object) - Method in class com.google.api.client.util.FieldInfo
Returns the value of the field in the given object instance using reflection.
googAcl - Variable in class com.google.api.client.googleapis.GoogleHeaders
"x-goog-acl" header that lets you apply predefined (canned) ACLs to a bucket or object when you upload it or create it.
googCopySource - Variable in class com.google.api.client.googleapis.GoogleHeaders
"x-goog-copy-source" header that specifies the destination bucket and object for a copy operation.
googCopySourceIfMatch - Variable in class com.google.api.client.googleapis.GoogleHeaders
"x-goog-copy-source-if-match" header that specifies the conditions for a copy operation.
googCopySourceIfModifiedSince - Variable in class com.google.api.client.googleapis.GoogleHeaders
"x-goog-copy-source-if-modified-since" header that specifies the conditions for a copy operation.
googCopySourceIfNoneMatch - Variable in class com.google.api.client.googleapis.GoogleHeaders
"x-goog-copy-source-if-none-match" header that specifies the conditions for a copy operation.
googCopySourceIfUnmodifiedSince - Variable in class com.google.api.client.googleapis.GoogleHeaders
"x-goog-copy-source-if-unmodified-since" header that specifies the conditions for a copy operation.
googDate - Variable in class com.google.api.client.googleapis.GoogleHeaders
"x-goog-date" header that specifies a time stamp for authenticated requests.
GoogleAnalytics - Class in com.google.api.data.analytics.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleAnalyticsAtom - Class in com.google.api.data.analytics.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleAppsEmailMigration - Class in com.google.api.data.migration.v1
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleAppsEmailMigrationAtom - Class in com.google.api.data.migration.v1.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleBase - Class in com.google.api.data.gbase.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleBaseAtom - Class in com.google.api.data.gbase.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleBookSearch - Class in com.google.api.data.books.v1
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleBookSearchAtom - Class in com.google.api.data.books.v1.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleCalendar - Class in com.google.api.data.calendar.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleCalendarAtom - Class in com.google.api.data.calendar.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleCodeSearch - Class in com.google.api.data.codesearch.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleCodeSearchAtom - Class in com.google.api.data.codesearch.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleContacts - Class in com.google.api.data.contacts.v3
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleContactsAtom - Class in com.google.api.data.contacts.v3.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleDocumentsList - Class in com.google.api.data.docs.v3
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleDocumentsListAtom - Class in com.google.api.data.docs.v3.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleFinance - Class in com.google.api.data.finance.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleFinanceAtom - Class in com.google.api.data.finance.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleHeaders - Class in com.google.api.client.googleapis
HTTP headers for Google API's.
GoogleHeaders() - Constructor for class com.google.api.client.googleapis.GoogleHeaders
 
GoogleHealth - Class in com.google.api.data.health.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleHealthAtom - Class in com.google.api.data.health.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleLatitude - Class in com.google.api.data.latitude.v1
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleLatitudeAtom - Class in com.google.api.data.latitude.v1.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleMaps - Class in com.google.api.data.maps.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleMapsAtom - Class in com.google.api.data.maps.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleModerator - Class in com.google.api.data.moderator.v1
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleOAuthAuthorizeTemporaryTokenUrl - Class in com.google.api.client.googleapis.auth.oauth
Google OAuth 1.0a URL builder for a Google Accounts web page to allow the end user to authorize the temporary token.
GoogleOAuthAuthorizeTemporaryTokenUrl() - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthAuthorizeTemporaryTokenUrl
 
GoogleOAuthDomainWideDelegation - Class in com.google.api.client.googleapis.auth.oauth
Google's OAuth domain-wide delegation requires an e-mail address of the user whose data you are trying to access via GoogleOAuthDomainWideDelegation.requestorId on every HTTP request.
GoogleOAuthDomainWideDelegation() - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
 
GoogleOAuthDomainWideDelegation.Url - Class in com.google.api.client.googleapis.auth.oauth
Generic URL that extends GoogleUrl and also provides the GoogleOAuthDomainWideDelegation.Url.requestorId parameter.
GoogleOAuthDomainWideDelegation.Url(String) - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation.Url
 
GoogleOAuthGetAccessToken - Class in com.google.api.client.googleapis.auth.oauth
Generic Google OAuth 1.0a URL to request to exchange the temporary credentials token (or "request token") for a long-lived credentials token (or "access token") from the Google Authorization server.
GoogleOAuthGetAccessToken() - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetAccessToken
 
GoogleOAuthGetTemporaryToken - Class in com.google.api.client.googleapis.auth.oauth
Generic Google OAuth 1.0a URL to request a temporary credentials token (or "request token") from the Google Authorization server.
GoogleOAuthGetTemporaryToken() - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
 
GoogleSidewiki - Class in com.google.api.data.sidewiki.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleSidewikiAtom - Class in com.google.api.data.sidewiki.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleSites - Class in com.google.api.data.sites.v1
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleSitesAtom - Class in com.google.api.data.sites.v1.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleSpreadsheets - Class in com.google.api.data.spreadsheet.v3
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleSpreadsheetsAtom - Class in com.google.api.data.spreadsheet.v3.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
GoogleStorageAuthentication - Class in com.google.api.client.googleapis.auth.storage
Google Storage for Developers has a custom authentication method described in Authentication .
GoogleTransport - Class in com.google.api.client.googleapis
HTTP transport for Google API's.
GoogleTransport() - Constructor for class com.google.api.client.googleapis.GoogleTransport
Deprecated. (scheduled to be removed in version 1.1) Use GoogleTransport.create()
GoogleUrl - Class in com.google.api.client.googleapis
Generic Google URL providing for some common query parameters used in Google API's such as the GoogleUrl.alt and GoogleUrl.fields parameters.
GoogleUrl() - Constructor for class com.google.api.client.googleapis.GoogleUrl
 
GoogleUrl(String) - Constructor for class com.google.api.client.googleapis.GoogleUrl
 
googMetadataDirective - Variable in class com.google.api.client.googleapis.GoogleHeaders
"x-goog-metadata-directive" header that specifies metadata handling during a copy operation.

H

handleUnrecognizedKey(Object, String) - Method in class com.google.api.client.json.CustomizeJsonParser
Called when the given unrecognized key is encountered in the given context object.
hashCode() - Method in class com.google.api.client.http.GenericUrl
 
headers - Variable in class com.google.api.client.http.HttpRequest
HTTP request headers.
headers - Variable in class com.google.api.client.http.HttpResponse
HTTP headers.
HmacSha - Class in com.google.api.client.auth
Utility methods for "HMAC-SHA1" signing method.
host - Variable in class com.google.api.client.http.GenericUrl
Host, for example "www.google.com".
hostedDomain - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl
Optional value identifying a particular Google Apps (hosted) domain account to be accessed (for example, 'mycollege.edu') or null or "default" for a regular Google account ('username@gmail.com').
hostedDomain - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthAuthorizeTemporaryTokenUrl
Optional value identifying a particular Google Apps (hosted) domain account to be accessed (for example, 'mycollege.edu') or null or "default" for a regular Google account ('username@gmail.com').
HttpContent - Interface in com.google.api.client.http
Serializes HTTP request content into an output stream.
HttpExecuteIntercepter - Interface in com.google.api.client.http
HTTP request execute intercepter invoked at the start of HttpRequest.execute().
HttpHeaders - Class in com.google.api.client.http
Stores HTTP headers used in an HTTP request or response, as defined in Header Field Definitions.
HttpHeaders() - Constructor for class com.google.api.client.http.HttpHeaders
 
httpMethod - Variable in class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceMethod
HTTP method name.
HttpParser - Interface in com.google.api.client.http
Parses HTTP response content into an data class of key/value pairs.
HttpRequest - Class in com.google.api.client.http
HTTP request.
HttpResponse - Class in com.google.api.client.http
HTTP response.
HttpResponseException - Exception in com.google.api.client.http
Exception thrown when an error status code is detected in an HTTP response.
HttpResponseException(HttpResponse) - Constructor for exception com.google.api.client.http.HttpResponseException
 
HttpTransport - Class in com.google.api.client.http
HTTP transport.
HttpTransport() - Constructor for class com.google.api.client.http.HttpTransport
 

I

id - Variable in class com.google.api.client.json.rpc2.JsonRpcRequest
An identifier established by the Client that MUST contain a String or a Number.
ifMatch - Variable in class com.google.api.client.http.HttpHeaders
"If-Match" header.
ifModifiedSince - Variable in class com.google.api.client.http.HttpHeaders
"If-Modified-Since" header.
ifNoneMatch - Variable in class com.google.api.client.http.HttpHeaders
"If-None-Match" header.
ifUnmodifiedSince - Variable in class com.google.api.client.http.HttpHeaders
"If-Unmodified-Since" header.
ignore() - Method in class com.google.api.client.http.HttpResponse
Gets the content of the HTTP response from HttpResponse.getContent() and ignores the content if there is any.
inputStream - Variable in class com.google.api.client.http.InputStreamContent
Required input stream to read from.
inputStream - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
 
InputStreamContent - Class in com.google.api.client.http
Serializes HTTP request content from an input stream into an output stream.
InputStreamContent() - Constructor for class com.google.api.client.http.InputStreamContent
 
INSTANCE - Static variable in class com.google.api.client.apache.ApacheHttpTransport
Singleton instance of this transport.
INSTANCE - Static variable in class com.google.api.client.googleapis.auth.AuthKeyValueParser
Singleton instance.
INSTANCE - Static variable in class com.google.api.client.javanet.NetHttpTransport
Singleton instance of this transport.
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
 
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.MethodOverrideIntercepter
 
intercept(HttpRequest) - Method in interface com.google.api.client.http.HttpExecuteIntercepter
Invoked at the start of HttpRequest.execute().
intercepters - Variable in class com.google.api.client.http.HttpTransport
HTTP request execute intercepters.
isFinal - Variable in class com.google.api.client.util.FieldInfo
Whether the field is final.
isPrimitive - Variable in class com.google.api.client.util.FieldInfo
Whether the field class is "primitive" as defined by FieldInfo.isPrimitive(Class).
isPrimitive(Class<?>) - Static method in class com.google.api.client.util.FieldInfo
Returns whether the given field class is one of the supported primitive types like number and date/time.
isPrimitive(Object) - Static method in class com.google.api.client.util.FieldInfo
Returns whether to given value is null or its class is primitive as defined by FieldInfo.isPrimitive(Class).
isSuccessStatusCode - Variable in class com.google.api.client.http.HttpResponse
Whether received a successful status code >= 200 && < 300.
isSuccessStatusCode(int) - Static method in class com.google.api.client.http.HttpResponse
Returns whether the given HTTP response status code is a success code >= 200 and < 300.
item - Variable in class com.google.api.client.googleapis.json.JsonContent
Deprecated.  

J

Json - Class in com.google.api.client.json
JSON utilities.
Json() - Constructor for class com.google.api.client.json.Json
 
JSON_FACTORY - Static variable in class com.google.api.client.json.Json
JSON factory.
JsonCContent - Class in com.google.api.client.googleapis.json
Serializes JSON-C content based on the data key/value mapping object for an item, wrapped in a "data" envelope.
JsonCContent() - Constructor for class com.google.api.client.googleapis.json.JsonCContent
 
JsonContent - Class in com.google.api.client.googleapis.json
Deprecated. (scheduled to be removed in version 1.1) Use JsonCContent
JsonContent() - Constructor for class com.google.api.client.googleapis.json.JsonContent
Deprecated.  
JsonCParser - Class in com.google.api.client.googleapis.json
Parses HTTP JSON-C response content into an data class of key/value pairs, assuming the data is wrapped in a "data" envelope.
JsonCParser() - Constructor for class com.google.api.client.googleapis.json.JsonCParser
 
JsonFeedParser<T,I> - Class in com.google.api.client.googleapis.json
Google JSON-C feed parser when the item class is known in advance.
JsonFeedParser(JsonParser, Class<T>, Class<I>) - Constructor for class com.google.api.client.googleapis.json.JsonFeedParser
 
JsonHttp - Class in com.google.api.client.googleapis.json
Deprecated. (scheduled to be removed in version 1.1)
JsonHttp() - Constructor for class com.google.api.client.googleapis.json.JsonHttp
Deprecated.  
JsonHttpContent - Class in com.google.api.client.json
Serializes JSON HTTP content based on the data key/value mapping object for an item.
JsonHttpContent() - Constructor for class com.google.api.client.json.JsonHttpContent
 
JsonHttpParser - Class in com.google.api.client.json
Parses HTTP JSON response content into an data class of key/value pairs.
JsonHttpParser() - Constructor for class com.google.api.client.json.JsonHttpParser
 
JsonMultiKindFeedParser<T> - Class in com.google.api.client.googleapis.json
Google JSON-C feed parser when the item class can be computed from the kind.
JsonMultiKindFeedParser(JsonParser, Class<T>, Class<?>...) - Constructor for class com.google.api.client.googleapis.json.JsonMultiKindFeedParser
 
JsonParser - Class in com.google.api.client.googleapis.json
Deprecated. (scheduled to be removed in version 1.1) Use JsonCParser
JsonParser() - Constructor for class com.google.api.client.googleapis.json.JsonParser
Deprecated.  
jsonrpc - Variable in class com.google.api.client.json.rpc2.JsonRpcRequest
A String specifying the version of the JSON-RPC protocol.
JsonRpcHttpTransport - Class in com.google.api.client.json.rpc2
JSON-RPC 2.0 HTTP transport for RPC requests, including both singleton and batched requests.
JsonRpcHttpTransport() - Constructor for class com.google.api.client.json.rpc2.JsonRpcHttpTransport
 
JsonRpcRequest - Class in com.google.api.client.json.rpc2
JSON-RPC 2.0 request object.
JsonRpcRequest() - Constructor for class com.google.api.client.json.rpc2.JsonRpcRequest
 

K

Key - Annotation Type in com.google.api.client.util
Use this annotation to specify that a field is a data key, optionally providing the data key name to use.

L

language - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl
Optional ISO 639 country code identifying what language the approval page should be translated in (for example, 'hl=en' for English) or null for the user's selected language.
language - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthAuthorizeTemporaryTokenUrl
Optional ISO 639 country code identifying what language the approval page should be translated in (for example, 'hl=en' for English) or null for the user's selected language.
lastModified - Variable in class com.google.api.client.http.HttpHeaders
"Last-Modified" header.
length - Variable in class com.google.api.client.http.InputStreamContent
Content length or less than zero if not known.
LINE_SEPARATOR - Static variable in class com.google.api.client.util.Strings
Line separator to use for this OS, i.e.
load(String) - Static method in class com.google.api.client.googleapis.json.DiscoveryDocument
Executes a request for the JSON-formatted discovery document.
location - Variable in class com.google.api.client.http.HttpHeaders
"Location" header.
LowLevelHttpRequest - Class in com.google.api.client.http
Low-level HTTP request.
LowLevelHttpRequest() - Constructor for class com.google.api.client.http.LowLevelHttpRequest
 
LowLevelHttpResponse - Class in com.google.api.client.http
Low-level HTTP response.
LowLevelHttpResponse() - Constructor for class com.google.api.client.http.LowLevelHttpResponse
 
LowLevelHttpTransport - Class in com.google.api.client.http
Low-level HTTP transport.
LowLevelHttpTransport() - Constructor for class com.google.api.client.http.LowLevelHttpTransport
 

M

mapOf(Object) - Static method in class com.google.api.client.util.DataUtil
Returns the map to use for the given key/value data.
method - Variable in class com.google.api.client.http.HttpRequest
HTTP request method.
method - Variable in class com.google.api.client.json.rpc2.JsonRpcRequest
A String containing the name of the method to be invoked.
methodOverride - Variable in class com.google.api.client.googleapis.GoogleHeaders
"X-HTTP-Method-Override" header.
MethodOverrideIntercepter - Class in com.google.api.client.googleapis
HTTP request execute intercepter for Google API's that wraps HTTP requests -- other than GET or POST -- inside of a POST request and uses "X-HTTP-Method-Override" header to specify the actual HTTP method.
MethodOverrideIntercepter() - Constructor for class com.google.api.client.googleapis.MethodOverrideIntercepter
 
methods - Variable in class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceResource
Map from method name to method definition.
mimeVersion - Variable in class com.google.api.client.http.HttpHeaders
"MIME-Version" header.
MultiKindFeedParser<T> - Class in com.google.api.client.googleapis.xml.atom
GData Atom feed parser when the entry class can be computed from the kind.
MultiKindFeedParser() - Constructor for class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
 
MultipartContent - Class in com.google.api.client.http
Multi-part related content.
MultipartContent(HttpContent, HttpContent) - Constructor for class com.google.api.client.http.MultipartContent
 

N

name - Variable in class com.google.api.client.util.FieldInfo
Data key name associated with the field.
name - Variable in class com.google.api.client.xml.GenericXml
Optional XML element local name prefixed by its namespace alias -- for example "atom:entry" -- or null if not set.
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.analytics.v2.atom.GoogleAnalyticsAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.blogger.v2.atom.BloggerAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.books.v1.atom.GoogleBookSearchAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.buzz.v1.atom.BuzzAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.calendar.v2.atom.GoogleCalendarAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.codesearch.v2.atom.GoogleCodeSearchAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.contacts.v3.atom.GoogleContactsAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.docs.v3.atom.GoogleDocumentsListAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.finance.v2.atom.GoogleFinanceAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.gbase.v2.atom.GoogleBaseAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.health.v2.atom.GoogleHealthAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.latitude.v1.atom.GoogleLatitudeAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.maps.v2.atom.GoogleMapsAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.migration.v1.atom.GoogleAppsEmailMigrationAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.picasa.v2.atom.PicasaWebAlbumsAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.sidewiki.v2.atom.GoogleSidewikiAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.sites.v1.atom.GoogleSitesAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.spreadsheet.v3.atom.GoogleSpreadsheetsAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
NAMESPACE_DICTIONARY - Static variable in class com.google.api.data.youtube.v2.atom.YouTubeAtom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
namespaceAliasToUriMap - Variable in class com.google.api.client.xml.XmlNamespaceDictionary
Map from XML namespace alias (or "" for the default namespace) to XML namespace URI.
namespaceDictionary - Variable in class com.google.api.client.xml.AbstractXmlHttpContent
XML namespace dictionary.
namespaceDictionary - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
 
namespaceDictionary - Variable in class com.google.api.client.xml.GenericXml
Optional namespace dictionary or null if not set.
namespaceDictionary - Variable in class com.google.api.client.xml.XmlContent
Deprecated. XML namespace dictionary.
namespaceDictionary - Variable in class com.google.api.client.xml.XmlHttpParser
XML namespace dictionary.
namespaceDictionary - Variable in class com.google.api.client.xml.XmlParser
Deprecated. XML namespace dictionary.
NetHttpTransport - Class in com.google.api.client.javanet
HTTP low-level transport based on the java.net package.
newCollectionInstance(Class<?>) - Static method in class com.google.api.client.util.ClassInfo
Returns a new instance of the given collection class.
newInstance(Class<T>) - Static method in class com.google.api.client.util.ClassInfo
Creates a new instance of the given class using reflection.
newInstanceForArray(Object, Field) - Method in class com.google.api.client.json.CustomizeJsonParser
Returns a new instance value for the given field in the given context object for a JSON array or null for the default behavior.
newInstanceForObject(Object, Class<?>) - Method in class com.google.api.client.json.CustomizeJsonParser
Returns a new instance value for the given field class in the given context object for JSON Object or null for the default behavior.
newMapInstance(Class<?>) - Static method in class com.google.api.client.util.ClassInfo
Returns a new instance of the given map class.
nextEscapeIndex(CharSequence, int, int) - Method in class com.google.api.client.escape.PercentEscaper
 
nextEscapeIndex(CharSequence, int, int) - Method in class com.google.api.client.escape.UnicodeEscaper
Scans a sub-sequence of characters from a given CharSequence, returning the index of the next character that requires escaping.
nextUrl - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl
(required) URL the user should be redirected to after a successful login.
nonce - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Required nonce value.

O

OAuthAuthorizeTemporaryTokenUrl - Class in com.google.api.client.auth.oauth
OAuth 1.0a URL builder for an authorization web page to allow the end user to authorize the temporary token.
OAuthAuthorizeTemporaryTokenUrl(String) - Constructor for class com.google.api.client.auth.oauth.OAuthAuthorizeTemporaryTokenUrl
 
OAuthCallbackUrl - Class in com.google.api.client.auth.oauth
Generic URL that parses the callback URL after a temporary token has been authorized by the end user.
OAuthCallbackUrl(String) - Constructor for class com.google.api.client.auth.oauth.OAuthCallbackUrl
 
OAuthCredentialsResponse - Class in com.google.api.client.auth.oauth
Data to parse a success response to a request for temporary or token credentials.
OAuthCredentialsResponse() - Constructor for class com.google.api.client.auth.oauth.OAuthCredentialsResponse
 
OAuthGetAccessToken - Class in com.google.api.client.auth.oauth
Generic OAuth 1.0a URL to request to exchange the temporary credentials token (or "request token") for a long-lived credentials token (or "access token") from an authorization server.
OAuthGetAccessToken(String) - Constructor for class com.google.api.client.auth.oauth.OAuthGetAccessToken
 
OAuthGetTemporaryToken - Class in com.google.api.client.auth.oauth
Generic OAuth 1.0a URL to request a temporary credentials token (or "request token") from an authorization server.
OAuthGetTemporaryToken(String) - Constructor for class com.google.api.client.auth.oauth.OAuthGetTemporaryToken
 
OAuthHmacSigner - Class in com.google.api.client.auth.oauth
OAuth "HMAC-SHA1" signature method.
OAuthHmacSigner() - Constructor for class com.google.api.client.auth.oauth.OAuthHmacSigner
 
OAuthParameters - Class in com.google.api.client.auth.oauth
OAuth 1.0a parameter manager.
OAuthParameters() - Constructor for class com.google.api.client.auth.oauth.OAuthParameters
 
OAuthRsaSigner - Class in com.google.api.client.auth.oauth
OAuth "RSA-SHA1" signature method.
OAuthRsaSigner() - Constructor for class com.google.api.client.auth.oauth.OAuthRsaSigner
 
OAuthSigner - Interface in com.google.api.client.auth.oauth
OAuth signature method.
Objects - Class in com.google.api.client.repackaged.com.google.common.base
Helper functions that can operate on any Object.
of(Object...) - Static method in class com.google.api.client.util.ArrayMap
Returns a new instance of an array map of the given key value pairs in alternating order.
of(Class<?>) - Static method in class com.google.api.client.util.ClassInfo
Returns the class information for the given class.
of(Field) - Static method in class com.google.api.client.util.FieldInfo
Returns the field information for the given field.
originalEntry - Variable in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
Key/value pair data for the original unmodified Atom entry.
originalEntry - Variable in class com.google.api.client.googleapis.xml.atom.PatchRelativeToOriginalContent
Deprecated.  
overriddenMethods - Static variable in class com.google.api.client.googleapis.MethodOverrideIntercepter
HTTP methods that need to be overridden.

P

parameters - Variable in class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceMethod
Map from parameter name to parameter definition.
params - Variable in class com.google.api.client.json.rpc2.JsonRpcRequest
A Structured value that holds the parameter values to be used during the invocation of the method.
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.googleapis.auth.AuthKeyValueParser
 
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.googleapis.json.JsonCParser
 
parse(HttpResponse, Class<T>) - Static method in class com.google.api.client.googleapis.json.JsonHttp
Deprecated. (scheduled to be removed in version 1.1) Use JsonCParser.parserForResponse(HttpResponse) and then Json.parseAndClose(JsonParser, Class, CustomizeJsonParser)
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.googleapis.json.JsonParser
Deprecated.  
parse(HttpResponse, Class<T>) - Method in interface com.google.api.client.http.HttpParser
Parses the given HTTP response into a new instance of the the given data class of key/value pairs.
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.http.UrlEncodedParser
 
parse(String, Object) - Static method in class com.google.api.client.http.UrlEncodedParser
Parses the given URL-encoded content into the given data object of data key name/value pairs, including support for repeating data key names.
parse(JsonParser, Class<T>, CustomizeJsonParser) - Static method in class com.google.api.client.json.Json
Parse a JSON Object from the given JSON parser into the given destination class, optionally using the given parser customizer.
parse(JsonParser, Object, CustomizeJsonParser) - Static method in class com.google.api.client.json.Json
Parse a JSON Object from the given JSON parser into the given destination object, optionally using the given parser customizer.
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.json.JsonHttpParser
 
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.xml.XmlHttpParser
Default implementation parses the content of the response into the data class of key/value pairs, but subclasses may override.
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.xml.XmlParser
Deprecated. Default implementation parses the content of the response into the data class of key/value pairs, but subclasses may override.
parseAndClose(JsonParser, Class<T>, CustomizeJsonParser) - Static method in class com.google.api.client.json.Json
Parse a JSON Object from the given JSON parser (which is closed after parsing completes) into the given destination class, optionally using the given parser customizer.
parseAndClose(JsonParser, Object, CustomizeJsonParser) - Static method in class com.google.api.client.json.Json
Parse a JSON Object from the given JSON parser (which is closed after parsing completes) into the given destination object, optionally using the given parser customizer.
parseArray(JsonParser, Class<?>, Class<T>, CustomizeJsonParser) - Static method in class com.google.api.client.json.Json
Parse a JSON Array from the given JSON parser into the given destination collection, optionally using the given parser customizer.
parseArray(JsonParser, Collection<? super T>, Class<T>, CustomizeJsonParser) - Static method in class com.google.api.client.json.Json
Parse a JSON Array from the given JSON parser into the given destination collection, optionally using the given parser customizer.
parseArrayAndClose(JsonParser, Class<?>, Class<T>, CustomizeJsonParser) - Static method in class com.google.api.client.json.Json
Parse a JSON Array from the given JSON parser (which is closed after parsing completes) into the given destination collection, optionally using the given parser customizer.
parseArrayAndClose(JsonParser, Collection<? super T>, Class<T>, CustomizeJsonParser) - Static method in class com.google.api.client.json.Json
Parse a JSON Array from the given JSON parser (which is closed after parsing completes) into the given destination collection, optionally using the given parser customizer.
parseAs(Class<T>) - Method in class com.google.api.client.http.HttpResponse
Parses the content of the HTTP response from HttpResponse.getContent() and reads it into a data class of key/value pairs using the parser returned by HttpResponse.getParser() .
parseAsString() - Method in class com.google.api.client.http.HttpResponse
Parses the content of the HTTP response from HttpResponse.getContent() and reads it into a string.
parseElement(XmlPullParser, Object, XmlNamespaceDictionary, Xml.CustomizeParser) - Static method in class com.google.api.client.xml.Xml
Parses an XML elment using the given XML pull parser into the given destination object.
parseEntryInternal() - Method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
 
parseEntryInternal() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
 
parseEntryInternal() - Method in class com.google.api.client.xml.atom.AtomFeedParser
 
parseFeed() - Method in class com.google.api.client.googleapis.json.AbstractJsonFeedParser
Parse the feed and return a new parsed instance of the feed class.
parseFeed() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Parse the feed and return a new parsed instance of the feed type.
parseNextEntry() - Method in class com.google.api.client.xml.atom.AbstractAtomFeedParser
Parse the next item in the feed and return a new parsed instanceof of the item type.
parseNextEntry() - Method in class com.google.api.client.xml.atom.AtomFeedParser
 
parseNextItem() - Method in class com.google.api.client.googleapis.json.AbstractJsonFeedParser
Parse the next item in the feed and return a new parsed instanceof of the item class.
parseNextItem() - Method in class com.google.api.client.googleapis.json.JsonFeedParser
 
parsePrimitiveValue(Class<?>, String) - Static method in class com.google.api.client.util.FieldInfo
Parses the given string value based on the given primitive class.
parser - Variable in class com.google.api.client.xml.atom.AbstractAtomFeedParser
 
parserFactory - Static variable in class com.google.api.client.xml.Xml
XML Parser factory.
parseRfc3339(String) - Static method in class com.google.api.client.util.DateTime
Parses an RFC 3339 date/time value.
parserForResponse(HttpResponse) - Static method in class com.google.api.client.googleapis.json.JsonCParser
Returns a JSON parser to use for parsing the given HTTP response, skipped over the "data" envelope.
parserForResponse(HttpResponse) - Static method in class com.google.api.client.json.JsonHttpParser
Returns a JSON parser to use for parsing the given HTTP response.
password - Variable in class com.google.api.client.auth.oauth2.ResourceOwnerCredentialsAccessTokenRequest
(REQUIRED) The end-user's password.
password - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
 
patchedEntry - Variable in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
Key/value pair data for the updated/patched Atom entry.
patchedEntry - Variable in class com.google.api.client.googleapis.xml.atom.PatchRelativeToOriginalContent
Deprecated.  
PatchRelativeToOriginalContent - Class in com.google.api.client.googleapis.xml.atom
Deprecated. (scheduled to be removed in version 1.1) Use AtomPatchRelativeToOriginalContent
PatchRelativeToOriginalContent() - Constructor for class com.google.api.client.googleapis.xml.atom.PatchRelativeToOriginalContent
Deprecated.  
path - Variable in class com.google.api.client.http.GenericUrl
Deprecated. (scheduled to be removed in version 1.1) Use GenericUrl.pathParts for encoded path support, or for unencoded paths use GenericUrl.getRawPath(), GenericUrl.setRawPath(String rawPath), or GenericUrl.appendRawPath(String) which
pathParts - Variable in class com.google.api.client.http.GenericUrl
Decoded path component by parts with each part separated by a '/' or null for none, for example "/m8/feeds/contacts/default/full" is represented by "", "m8", "feeds", "contacts", "default", "full".
PercentEscaper - Class in com.google.api.client.escape
A UnicodeEscaper that escapes some set of Java characters using the URI percent encoding scheme.
PercentEscaper(String, boolean) - Constructor for class com.google.api.client.escape.PercentEscaper
Constructs a URI escaper with the specified safe characters and optional handling of the space character.
PicasaWebAlbums - Class in com.google.api.data.picasa.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
PicasaWebAlbumsAtom - Class in com.google.api.data.picasa.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
port - Variable in class com.google.api.client.http.GenericUrl
Port number or -1 if undefined, for example 443.
Preconditions - Class in com.google.api.client.repackaged.com.google.common.base
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
prettyprint - Variable in class com.google.api.client.googleapis.GoogleUrl
Whether to pretty print the output.
privateKey - Variable in class com.google.api.client.auth.oauth.OAuthRsaSigner
Private key.
processAsJsonParser(HttpResponse) - Static method in class com.google.api.client.googleapis.json.JsonHttp
Deprecated. (scheduled to be removed in version 1.1) Use JsonCParser.parserForResponse(HttpResponse)
put(K, V) - Method in class com.google.api.client.util.ArrayMap
Sets the value for the given key, overriding any existing value.
put(String, Object) - Method in class com.google.api.client.util.GenericData
 
putAll(Map<? extends String, ?>) - Method in class com.google.api.client.util.GenericData
 

R

range - Variable in class com.google.api.client.http.HttpHeaders
"Range" header.
realm - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Realm.
redirectUri - Variable in class com.google.api.client.auth.oauth2.AbstractAuthorizationRequestUrl
REQUIRED unless a redirection URI has been established between the client and authorization server via other means.
redirectUri - Variable in class com.google.api.client.auth.oauth2.VerificationCodeAccessTokenRequest
(REQUIRED) The redirection URI used in the initial request.
ReflectionMap - Class in com.google.api.client.util
Map that uses ClassInfo to parse the key/value pairs into a map.
ReflectionMap(Object) - Constructor for class com.google.api.client.util.ReflectionMap
 
RefreshAccessTokenRequest - Class in com.google.api.client.auth.oauth2
OAuth 2.0 request to refresh an access token as specified in Refreshing an Access Token.
RefreshAccessTokenRequest(String) - Constructor for class com.google.api.client.auth.oauth2.RefreshAccessTokenRequest
 
refreshToken - Variable in class com.google.api.client.auth.oauth2.AccessTokenResponse
(OPTIONAL) The refresh token used to obtain new access tokens using the same end-user access grant.
refreshToken - Variable in class com.google.api.client.auth.oauth2.RefreshAccessTokenRequest
(REQUIRED) The refresh token associated with the access token to be refreshed.
refreshToken - Variable in class com.google.api.client.auth.oauth2.UserAgentAuthorizationResponse
(OPTIONAL) The refresh token.
remove(int) - Method in class com.google.api.client.util.ArrayMap
Removes the key/value mapping at the given index, or ignored if the index is out of bounds.
remove(Object) - Method in class com.google.api.client.util.ArrayMap
Removes the key-value pair of the given key, or ignore if the key cannot be found.
remove(Object) - Method in class com.google.api.client.util.GenericData
 
removeIntercepters(Class<?>) - Method in class com.google.api.client.http.HttpTransport
Removes HTTP request execute intercepters of the given class or subclasses.
requestorId - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
Email address of the user whose data you are trying to access.
requestorId - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation.Url
Email address of the user whose data you are trying to access.
requestTokenInfo() - Method in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper
Retries the token information as described in AuthSubTokenInfo.
required - Variable in class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceParameter
Whether the parameter is required.
ResourceOwnerCredentialsAccessTokenRequest - Class in com.google.api.client.auth.oauth2
OAuth 2.0 Username and Password Flow: request an access token based on resource owner credentials used in the as specified in Resource Owner Credentials.
ResourceOwnerCredentialsAccessTokenRequest(String) - Constructor for class com.google.api.client.auth.oauth2.ResourceOwnerCredentialsAccessTokenRequest
 
resources - Variable in class com.google.api.client.googleapis.json.DiscoveryDocument.ServiceDefinition
Map from the resource name to the resource definition.
response - Variable in exception com.google.api.client.http.HttpResponseException
HTTP response.
retryAfter - Variable in class com.google.api.client.http.HttpHeaders
"Retry-After" header.
revokeAccessToken(OAuthParameters) - Static method in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetAccessToken
Revokes the long-lived access token.
revokeSessionToken() - Method in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper
Revokes the session token.
ROOT_URL - Static variable in class com.google.api.data.analytics.v2.GoogleAnalytics
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.blogger.v2.Blogger
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.books.v1.GoogleBookSearch
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.buzz.v1.Buzz
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.calendar.v2.GoogleCalendar
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.codesearch.v2.GoogleCodeSearch
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.contacts.v3.GoogleContacts
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.docs.v3.GoogleDocumentsList
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.finance.v2.GoogleFinance
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.gbase.v2.GoogleBase
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.health.v2.GoogleHealth
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.latitude.v1.GoogleLatitude
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.maps.v2.GoogleMaps
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.migration.v1.GoogleAppsEmailMigration
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.moderator.v1.GoogleModerator
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.picasa.v2.PicasaWebAlbums
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.sidewiki.v2.GoogleSidewiki
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.sites.v1.GoogleSites
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.spreadsheet.v3.GoogleSpreadsheets
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
ROOT_URL - Static variable in class com.google.api.data.youtube.v2.YouTube
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
rpcServerUrl - Variable in class com.google.api.client.json.rpc2.JsonRpcHttpTransport
RPC server URL.
RsaSha - Class in com.google.api.client.auth
Utility methods for "RSA-SHA1" signing method.

S

SAFECHARS_URLENCODER - Static variable in class com.google.api.client.escape.PercentEscaper
A string of safe characters that mimics the behavior of URLEncoder.
SAFEPATHCHARS_URLENCODER - Static variable in class com.google.api.client.escape.PercentEscaper
A string of characters that do not need to be encoded when used in URI path segments, as specified in RFC 3986.
SAFEQUERYSTRINGCHARS_URLENCODER - Static variable in class com.google.api.client.escape.PercentEscaper
A string of characters that do not need to be encoded when used in URI query strings, as specified in RFC 3986.
scheme - Variable in class com.google.api.client.http.GenericUrl
Scheme (lowercase), for example "https".
scope - Variable in class com.google.api.client.auth.oauth2.AbstractAuthorizationRequestUrl
(OPTIONAL) The scope of the access request expressed as a list of space-delimited strings.
scope - Variable in class com.google.api.client.auth.oauth2.AccessTokenResponse
(OPTIONAL) The scope of the access token as a list of space-delimited strings.
scope - Variable in class com.google.api.client.auth.oauth2.AssertionAccessTokenRequest
(OPTIONAL) The scope of the access request expressed as a list of space-delimited strings.
scope - Variable in class com.google.api.client.auth.oauth2.ResourceOwnerCredentialsAccessTokenRequest
(OPTIONAL) The scope of the access request expressed as a list of space-delimited strings.
scope - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper.TokenInfoResponse
 
scope - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl
(required) URL identifying the service(s) to be accessed; see documentation for the service for the correct value(s).
scope - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
Required URL identifying the service(s) to be accessed.
secure - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper.TokenInfoResponse
 
secure - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl
(optional) Boolean flag indicating whether the authorization transaction should issue a secure token (1) or a non-secure token (0).
serialize(JsonGenerator, Object) - Static method in class com.google.api.client.json.Json
Serializes the given JSON value object using the given JSON generator.
serialize(XmlSerializer, String, String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Shows a debug string representation of an element data object of key/value pairs.
serialize(XmlSerializer, String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Shows a debug string representation of an element data object of key/value pairs.
serviceDefinition - Variable in class com.google.api.client.googleapis.json.DiscoveryDocument
API service definition parsed from discovery document.
session - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl
(optional) Boolean flag indicating whether the one-time-use token may be exchanged for a session token (1) or not (0).
sessionToken - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper.SessionTokenResponse
 
set(int, K, V) - Method in class com.google.api.client.util.ArrayMap
Sets the key/value mapping at the given index, overriding any existing key/value mapping.
set(int, V) - Method in class com.google.api.client.util.ArrayMap
Sets the value at the given index, overriding any existing value mapping.
set(String, Object) - Method in class com.google.api.client.util.GenericData
Sets the given field value (may be null) for the given field name.
setApplicationName(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "User-Agent" header for the given application name of the form "[company-id]-[app-name]-[app-version]" into the given HTTP headers.
setAsFirstFor(HttpTransport) - Static method in class com.google.api.client.googleapis.MethodOverrideIntercepter
Sets this as the first HTTP request execute intercepter for the given HTTP transport.
setAuthorizationHeader(HttpTransport) - Method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
Sets the authorization header for the given Google transport using the authentication token.
setByteArrayInput(byte[]) - Method in class com.google.api.client.http.InputStreamContent
Sets the InputStreamContent.inputStream and InputStreamContent.length from the given byte array.
setClientLoginToken(String) - Method in class com.google.api.client.googleapis.GoogleTransport
Deprecated. (scheduled to be removed in version 1.1) Use GoogleHeaders.setGoogleLogin(String)
setContent(HttpContent) - Method in class com.google.api.client.http.LowLevelHttpRequest
Sets the HTTP request content.
setData(Object) - Method in class com.google.api.client.http.UrlEncodedContent
Deprecated. (scheduled to be removed in version 1.1) Use UrlEncodedContent.data
setDeveloperId(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the GoogleHeaders.gdataKey header using the given developer ID.
setEntryClasses(Class<?>...) - Method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
 
setFieldValue(Field, Object, Object) - Static method in class com.google.api.client.util.FieldInfo
Sets to the given value of the given field in the given object instance using reflection.
setFileInput(File) - Method in class com.google.api.client.http.InputStreamContent
Sets the InputStreamContent.inputStream from a file input stream based on the given file, and the InputStreamContent.length based on the file's length.
setGoogleLogin(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the Google Login "Authorization" header for the given authentication token.
setLowLevelHttpTransport(LowLevelHttpTransport) - Static method in class com.google.api.client.http.HttpTransport
Sets to the given low level HTTP transport.
setPrivateKey(PrivateKey) - Method in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper
Sets to the given private key for secure AuthSub or null for non-secure AuthSub.
setRawPath(String) - Method in class com.google.api.client.http.GenericUrl
Sets the GenericUrl.pathParts from the given raw encoded path.
setSlug(HttpHeaders, String) - Static method in class com.google.api.client.googleapis.GoogleHeaders
Deprecated. (scheduled to be removed in version 1.1) Use GoogleHeaders.setSlugFromFileName(String)
setSlugFromFileName(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "Slug" header for the given file name, properly escaping the header value.
setToken(String) - Method in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper
Sets to the given single-use or session token (or resets any existing token if null).
setTransport(HttpTransport) - Method in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper
Sets to the given Google transport whose authorization header to set or null to ignore (for example if using an alternative HTTP library).
setUrl(String) - Method in class com.google.api.client.http.HttpRequest
Sets the HttpRequest.url based on the given encoded URL string.
setValue(Object, Object) - Method in class com.google.api.client.util.FieldInfo
Sets to the given value of the field in the given object instance using reflection.
setVersionHeader(String) - Method in class com.google.api.client.googleapis.GoogleTransport
Deprecated. (scheduled to be removed in version 1.1) Use GoogleHeaders.gdataVersion on HttpTransport.defaultHeaders
sign(String, String) - Static method in class com.google.api.client.auth.HmacSha
Signs the given data using the given secret key.
sign(PrivateKey, String) - Static method in class com.google.api.client.auth.RsaSha
Signs the given data using the given private key.
signature - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Signature.
signatureMethod - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Name of the signature method used by the client to sign the request.
signer - Variable in class com.google.api.client.auth.oauth.AbstractOAuthGetToken
Required OAuth signature algorithm.
signer - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Required OAuth signature algorithm.
signRequests(HttpTransport, OAuthParameters) - Method in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
Performs OAuth HTTP request signing via query parameter for the xoauth_requestor_id and the Authorization header as the final HTTP request execute intercepter for the given HTTP request execute manager.
signRequestsUsingAuthorizationHeader(HttpTransport) - Method in class com.google.api.client.auth.oauth.OAuthParameters
Performs OAuth HTTP request signing via the Authorization header as the final HTTP request execute intercepter for the given HTTP transport.
size() - Method in class com.google.api.client.util.ArrayMap
Returns the number of key-value pairs set.
size() - Method in class com.google.api.client.util.GenericData
 
skipToKey(JsonParser, String) - Static method in class com.google.api.client.json.Json
Skips the values of all keys in the current object until it finds the given key.
slug - Variable in class com.google.api.client.googleapis.GoogleHeaders
Escaped "Slug" header value, which must be escaped using GoogleHeaders.SLUG_ESCAPER.
SLUG_ESCAPER - Static variable in class com.google.api.client.googleapis.GoogleHeaders
Escaper for the GoogleHeaders.slug header.
state - Variable in class com.google.api.client.auth.oauth2.AbstractAuthorizationRequestUrl
(OPTIONAL) An opaque value used by the client to maintain state between the request and callback.
state - Variable in class com.google.api.client.auth.oauth2.AbstractAuthorizationResponse
REQUIRED if the "state" parameter was present in the client authorization request.
statusCode - Variable in class com.google.api.client.http.HttpResponse
Status code.
statusMessage - Variable in class com.google.api.client.http.HttpResponse
Status message or null.
stopAfterEndTag(String, String) - Method in class com.google.api.client.xml.Xml.CustomizeParser
Returns whether to stop parsing when reaching the end tag of an XML element after it has been processed.
stopAt(Object, String) - Method in class com.google.api.client.json.CustomizeJsonParser
Returns whether to stop parsing at the given key of the given context object.
stopBeforeStartTag(String, String) - Method in class com.google.api.client.xml.Xml.CustomizeParser
Returns whether to stop parsing when reaching the start tag of an XML element before it has been processed.
Strings - Class in com.google.api.client.util
Utilities for strings.
supportsHead() - Method in class com.google.api.client.apache.ApacheHttpTransport
 
supportsHead() - Method in class com.google.api.client.http.LowLevelHttpTransport
Returns whether this HTTP transport implementation supports the HEAD request method.
supportsHead() - Method in class com.google.api.client.javanet.NetHttpTransport
 
supportsPatch() - Method in class com.google.api.client.apache.ApacheHttpTransport
 
supportsPatch() - Method in class com.google.api.client.http.LowLevelHttpTransport
Returns whether this HTTP transport implementation supports the PATCH request method.

T

target - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubHelper.TokenInfoResponse
 
template - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl
Optionally use "mobile" to for a mobile version of the approval page or null for normal.
template - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthAuthorizeTemporaryTokenUrl
Optionally use "mobile" to for a mobile version of the approval page or null for normal.
temporaryToken - Variable in class com.google.api.client.auth.oauth.OAuthAuthorizeTemporaryTokenUrl
The temporary credentials token obtained from temporary credentials request in the "oauth_token" parameter.
temporaryToken - Variable in class com.google.api.client.auth.oauth.OAuthGetAccessToken
Required temporary token.
timestamp - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Required timestamp value.
token - Variable in class com.google.api.client.auth.oauth.OAuthCallbackUrl
The temporary credentials identifier received from the client.
token - Variable in class com.google.api.client.auth.oauth.OAuthCredentialsResponse
Credentials token.
token - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Token value used to associate the request with the resource owner or null if the request is not associated with a resource owner.
token - Variable in class com.google.api.client.googleapis.auth.authsub.AuthSubSingleUseTokenRequestUrl.ResponseUrl
 
tokenSecret - Variable in class com.google.api.client.auth.oauth.OAuthCredentialsResponse
Credentials shared-secret for use with "HMAC-SHA1" signature algorithm.
tokenSharedSecret - Variable in class com.google.api.client.auth.oauth.OAuthHmacSigner
Token-shared secret or null for none.
toPathParts(String) - Static method in class com.google.api.client.http.GenericUrl
Returns the decoded path parts for the given encoded path.
toString() - Method in class com.google.api.client.http.GenericUrl
 
toString() - Method in class com.google.api.client.json.GenericJson
 
toString(Object) - Static method in class com.google.api.client.json.Json
Returns a debug JSON string representation for the given item intended for use in Object.toString().
toString() - Method in class com.google.api.client.util.DateTime
 
toString() - Method in class com.google.api.client.xml.GenericXml
 
toStringOf(Object) - Static method in class com.google.api.client.xml.Xml
Shows a debug string representation of an element data object of key/value pairs.
toStringOf(String, Object) - Method in class com.google.api.client.xml.XmlNamespaceDictionary
Shows a debug string representation of an element data object of key/value pairs.
toStringRfc3339() - Method in class com.google.api.client.util.DateTime
Formats the value as an RFC 3339 date/time string.
transport - Variable in class com.google.api.client.googleapis.json.DiscoveryDocument
Google transport required by DiscoveryDocument.buildRequest(java.lang.String, java.lang.Object).
transport - Variable in class com.google.api.client.http.HttpRequest
HTTP transport.
transport - Variable in class com.google.api.client.http.HttpResponse
HTTP transport.
transport - Variable in class com.google.api.client.json.rpc2.JsonRpcHttpTransport
HTTP transport to use for executing HTTP requests.
trim() - Method in class com.google.api.client.util.ArrayMap
Trims the internal array storage to minimize memory usage.
type - Variable in class com.google.api.client.auth.oauth2.AbstractAuthorizationRequestUrl
Determines how the authorization server delivers the authorization response back to the client.
type - Variable in class com.google.api.client.http.InputStreamContent
Required content type.
type - Variable in class com.google.api.client.util.FieldInfo
Field class.
tzShift - Variable in class com.google.api.client.util.DateTime
Time zone shift from UTC in minutes.

U

UnicodeEscaper - Class in com.google.api.client.escape
An Escaper that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
UnicodeEscaper() - Constructor for class com.google.api.client.escape.UnicodeEscaper
 
unknownFields - Variable in class com.google.api.client.util.GenericData
Map of unknown fields.
url - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.ErrorInfo
 
url - Variable in class com.google.api.client.http.HttpRequest
HTTP request URL.
UrlEncodedContent - Class in com.google.api.client.http
Implements support for HTTP form content encoding serialization of type application/x-www-form-urlencoded as specified in the HTML 4.0 Specification.
UrlEncodedContent() - Constructor for class com.google.api.client.http.UrlEncodedContent
 
UrlEncodedParser - Class in com.google.api.client.http
Implements support for HTTP form content encoding parsing of type application/x-www-form-urlencoded as specified in the HTML 4.0 Specification.
UrlEncodedParser() - Constructor for class com.google.api.client.http.UrlEncodedParser
 
use(HttpResponse, Class<T>, Class<I>) - Static method in class com.google.api.client.googleapis.json.JsonFeedParser
 
use(HttpResponse, Class<T>, Class<?>...) - Static method in class com.google.api.client.googleapis.json.JsonMultiKindFeedParser
 
useFeedParser(HttpResponse, Class<T>, Class<I>) - Static method in class com.google.api.client.googleapis.json.JsonHttp
Deprecated. (scheduled to be removed in version 1.1) Use JsonFeedParser.use(HttpResponse, Class, Class)
useLowLevelHttpTransport() - Static method in class com.google.api.client.http.HttpTransport
Returns the low-level HTTP transport to use.
useMultiKindFeedParser(HttpResponse, Class<T>, Class<?>...) - Static method in class com.google.api.client.googleapis.json.JsonHttp
Deprecated. (scheduled to be removed in version 1.1) Use JsonFeedParser.use(HttpResponse, Class, Class)
usePost - Variable in class com.google.api.client.auth.oauth.AbstractOAuthGetToken
true for POST request or the default false for GET request.
userAgent - Variable in class com.google.api.client.http.HttpHeaders
"User-Agent" header.
UserAgentAuthorizationRequestUrl - Class in com.google.api.client.auth.oauth2
OAuth 2.0 User Agent Flow: URL builder for an authorization web page endpoint to allow the end user to authorize the application to access their protected resources.
UserAgentAuthorizationRequestUrl(String) - Constructor for class com.google.api.client.auth.oauth2.UserAgentAuthorizationRequestUrl
 
UserAgentAuthorizationResponse - Class in com.google.api.client.auth.oauth2
OAuth 2.0 User Agent Flow: parses the redirect URL fragment after end user grants or denies authorization as specified in Authorization Server Response
UserAgentAuthorizationResponse(String) - Constructor for class com.google.api.client.auth.oauth2.UserAgentAuthorizationResponse
 
username - Variable in class com.google.api.client.auth.oauth2.ResourceOwnerCredentialsAccessTokenRequest
(REQUIRED) The end-user's username.
username - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
 
usingAuthorizationHeader(HttpTransport, String) - Static method in class com.google.api.client.auth.oauth2.AccessProtectedResource
Sets the "Authorization" header using the given access token for every executed HTTP request for the given HTTP transport.
usingFormEncodedBody(HttpTransport, String) - Static method in class com.google.api.client.auth.oauth2.AccessProtectedResource
Sets the "oauth_token" parameter in the form-encoded HTTP body using the given access token for every executed HTTP request for the given HTTP transport.
usingQueryParameter(HttpTransport, String) - Static method in class com.google.api.client.auth.oauth2.AccessProtectedResource
Sets the "oauth_token" URI query parameter using the given access token for every executed HTTP request for the given HTTP transport.

V

value - Variable in class com.google.api.client.util.DateTime
Date/time value expressed as the number of ms since the Unix epoch.
VerificationCodeAccessTokenRequest - Class in com.google.api.client.auth.oauth2
OAuth 2.0 Web Server Flow: request an access token based on a verification code as specified in Verification Code.
VerificationCodeAccessTokenRequest(String) - Constructor for class com.google.api.client.auth.oauth2.VerificationCodeAccessTokenRequest
 
verifier - Variable in class com.google.api.client.auth.oauth.OAuthCallbackUrl
The verification code.
verifier - Variable in class com.google.api.client.auth.oauth.OAuthGetAccessToken
Required verifier code received from the server when the temporary token was authorized.
verifier - Variable in class com.google.api.client.auth.oauth.OAuthParameters
The verification code received from the server.
version - Variable in class com.google.api.client.auth.oauth.OAuthParameters
Must either be "1.0" or null to skip.
VERSION - Static variable in class com.google.api.data.analytics.v2.GoogleAnalytics
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.blogger.v2.Blogger
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.books.v1.GoogleBookSearch
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.buzz.v1.Buzz
Deprecated. (scheduled to be removed in version 1.1)
VERSION - Static variable in class com.google.api.data.calendar.v2.GoogleCalendar
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.codesearch.v2.GoogleCodeSearch
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.contacts.v3.GoogleContacts
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.docs.v3.GoogleDocumentsList
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.finance.v2.GoogleFinance
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.gbase.v2.GoogleBase
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.health.v2.GoogleHealth
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.maps.v2.GoogleMaps
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.migration.v1.GoogleAppsEmailMigration
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.moderator.v1.GoogleModerator
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.picasa.v2.PicasaWebAlbums
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.sidewiki.v2.GoogleSidewiki
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.sites.v1.GoogleSites
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.spreadsheet.v3.GoogleSpreadsheets
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
VERSION - Static variable in class com.google.api.data.youtube.v2.YouTube
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application

W

WebServerAuthorizationRequestUrl - Class in com.google.api.client.auth.oauth2
OAuth 2.0 Web Server Flow: URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources.
WebServerAuthorizationRequestUrl(String) - Constructor for class com.google.api.client.auth.oauth2.WebServerAuthorizationRequestUrl
 
WebServerAuthorizationResponse - Class in com.google.api.client.auth.oauth2
OAuth 2.0 Web Server Flow: parser for the redirect URL after end user grants or denies authorization.
WebServerAuthorizationResponse(String) - Constructor for class com.google.api.client.auth.oauth2.WebServerAuthorizationResponse
 
writeTo(OutputStream) - Method in class com.google.api.client.googleapis.json.JsonCContent
 
writeTo(OutputStream) - Method in class com.google.api.client.googleapis.json.JsonContent
Deprecated.  
writeTo(XmlSerializer) - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 
writeTo(OutputStream) - Method in class com.google.api.client.googleapis.xml.atom.PatchRelativeToOriginalContent
Deprecated.  
writeTo(OutputStream) - Method in interface com.google.api.client.http.HttpContent
Writes the content to the given output stream.
writeTo(OutputStream) - Method in class com.google.api.client.http.InputStreamContent
 
writeTo(OutputStream) - Method in class com.google.api.client.http.MultipartContent
 
writeTo(OutputStream) - Method in class com.google.api.client.http.UrlEncodedContent
 
writeTo(OutputStream) - Method in class com.google.api.client.json.JsonHttpContent
 
writeTo(OutputStream) - Method in class com.google.api.client.xml.AbstractXmlHttpContent
 
writeTo(XmlSerializer) - Method in class com.google.api.client.xml.AbstractXmlHttpContent
 
writeTo(XmlSerializer) - Method in class com.google.api.client.xml.atom.AtomContent
 
writeTo(XmlSerializer) - Method in class com.google.api.client.xml.XmlHttpContent
 

X

Xml - Class in com.google.api.client.xml
XML utilities.
Xml.CustomizeParser - Class in com.google.api.client.xml
Customizes the behavior of XML parsing.
Xml.CustomizeParser() - Constructor for class com.google.api.client.xml.Xml.CustomizeParser
 
XmlContent - Class in com.google.api.client.xml
Deprecated. (scheduled to be removed in version 1.1) Use XmlHttpContent
XmlContent() - Constructor for class com.google.api.client.xml.XmlContent
Deprecated.  
XmlHttpContent - Class in com.google.api.client.xml
Serializes XML HTTP content based on the data key/value mapping object for an item.
XmlHttpContent() - Constructor for class com.google.api.client.xml.XmlHttpContent
 
XmlHttpParser - Class in com.google.api.client.xml
XML HTTP parser into an data class of key/value pairs.
XmlHttpParser() - Constructor for class com.google.api.client.xml.XmlHttpParser
 
XmlNamespaceDictionary - Class in com.google.api.client.xml
XML namespace dictionary that maps namespace aliases to URI.
XmlNamespaceDictionary() - Constructor for class com.google.api.client.xml.XmlNamespaceDictionary
 
XmlParser - Class in com.google.api.client.xml
Deprecated. (scheduled to be removed in version 1.1) Use XmlHttpParser
XmlParser() - Constructor for class com.google.api.client.xml.XmlParser
Deprecated.  
XmlParserFactory - Interface in com.google.api.client.xml
Factory for creating new XML pull parsers and XML serializers.

Y

YouTube - Class in com.google.api.data.youtube.v2
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
YouTubeAtom - Class in com.google.api.data.youtube.v2.atom
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application

A B C D E F G H I J K L M N O P R S T U V W X Y

Copyright © 2010 Google. All Rights Reserved.