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

A

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.
accept - Variable in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Accept header to use for requests.
accountType - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
Type of account to request authorization for.
alt - Variable in class com.google.api.client.googleapis.GoogleUrl
Alternate wire format.
applicationName - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
Short string identifying your application for logging purposes of the form: "companyName-applicationName-versionID".
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
Deprecated. (scheduled to be removed in 1.6) Use AtomPatchContent.AtomPatchContent(XmlNamespaceDictionary, Object)
AtomPatchContent(XmlNamespaceDictionary, Object) - 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
Deprecated. (scheduled to be removed in 1.6) Use AtomPatchRelativeToOriginalContent(XmlNamespaceDictionary, Object, Object)
AtomPatchRelativeToOriginalContent(XmlNamespaceDictionary, Object, Object) - Constructor for class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 
auth - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
Authentication token.
authenticate() - Method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
Authenticates based on the provided field values.
AuthKeyValueParser - Class in com.google.api.client.googleapis.auth
HTTP parser for Google response to an Authorization request.
AUTHORIZATION_SERVER_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest
Authorization server URL for requesting tokens.
AUTHORIZATION_SERVER_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
Authorization server URL for end-user authorization.
authTokenType - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
Name of the Google service you're requesting authorization for, for example "cl" for Google Calendar.

B

buildPostRequest(JsonRpcRequest) - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
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.googleapis.json.GoogleJsonRpcHttpTransport
Builds a POST HTTP request for the JSON-RPC requests objects specified in the given JSON-RPC request objects.

C

captchaAnswer - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
(optional) String entered by the user as an answer to a CAPTCHA challenge.
captchaToken - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
(optional) Token representing the specific CAPTCHA challenge.
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
 
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
 
clone() - Method in class com.google.api.client.googleapis.GoogleUrl
 
close() - Method in class com.google.api.client.googleapis.json.AbstractJsonFeedParser
Closes the underlying parser.
code - Variable in class com.google.api.client.googleapis.json.GoogleJsonError
Error code.
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.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.oauth2.draft10 - package com.google.api.client.googleapis.auth.oauth2.draft10
Google's additions to OAuth 2.0 (draft 10) authorization as specified in Using OAuth 2.0 to Access Google APIs (Experimental).
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 the Authentication section of the Developer's Guide for Google Storage for Developers.
com.google.api.client.googleapis.json - package com.google.api.client.googleapis.json
Google's JSON support (see detailed package specification).
com.google.api.client.googleapis.xml.atom - package com.google.api.client.googleapis.xml.atom
Utilities for Google's Atom XML implementation (see detailed package specification).
computePatch(Object, Object) - Static method in class com.google.api.client.googleapis.xml.atom.GoogleAtom
Compute the patch object of key/value pairs from the given original and patched objects, adding a @gd:fields key for the fields mask.
contentType - Variable in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Content type header to use for requests.
create(String, String, Object) - Static method in class com.google.api.client.googleapis.GoogleUrl
Construct a GoogleUrl from a server, template and a parameter block.
create(HttpResponse, XmlNamespaceDictionary, Class<T>, Class<E>...) - Static method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
Parses the given HTTP response using the given feed class and entry classes.
createParameters() - Method in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
 

D

displayName - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
Optional string identifying the application or null for none.
domain - Variable in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Specifies the error classification.

E

error - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.ErrorInfo
 
ERROR_CONTENT_TYPE - Static variable in class com.google.api.client.googleapis.xml.atom.GoogleAtom
Content type used on an error formatted in XML.
errors - Variable in class com.google.api.client.googleapis.json.GoogleJsonError
List of detailed errors.
executeRefreshToken() - Method in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessProtectedResource
 

F

fields - Variable in class com.google.api.client.googleapis.GoogleUrl
Partial fields mask.

G

GD_NAMESPACE - Static variable in class com.google.api.client.googleapis.xml.atom.GoogleAtom
GData namespace.
gdataClient - Variable in class com.google.api.client.googleapis.GoogleHeaders
"X-GData-Client" header.
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.
getAuthorizationHeaderValue() - Method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
Returns the authorization header value to use based on the authentication token.
getContentType() - Method in class com.google.api.client.googleapis.auth.AuthKeyValueParser
 
getFeedFields(Class<?>, Class<?>) - Static method in class com.google.api.client.googleapis.xml.atom.GoogleAtom
Returns the fields mask to use for the given data class of key/value pairs for the feed class and for the entry class.
getFieldsFor(Class<?>) - Static method in class com.google.api.client.googleapis.xml.atom.GoogleAtom
Returns the fields mask to use for the given data class of key/value pairs.
getGoogleLoginValue(String) - Static method in class com.google.api.client.googleapis.GoogleHeaders
Returns Google Login "Authorization" header value based on the given authentication token.
getOriginalEntry() - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
Returns the data key name/value pairs for the original unmodified Atom entry.
getPatchedEntry() - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
Returns the data key name/value pairs for the updated/patched Atom entry.
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.
GoogleAccessProtectedResource - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Thread-safe Google extension to the OAuth 2.0 (draft 10) method for specifying and refreshing the access token parameter as a request parameter.
GoogleAccessProtectedResource(String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessProtectedResource
 
GoogleAccessProtectedResource(String, HttpTransport, JsonFactory, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessProtectedResource
 
GoogleAccessTokenRequest - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Google extension to the OAuth 2.0 (draft 10) request for an access token.
GoogleAccessTokenRequest.GoogleAssertionGrant - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Google extension to the OAuth 2.0 Assertion Flow: request an access token based on an assertion.
GoogleAccessTokenRequest.GoogleAssertionGrant() - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAssertionGrant
 
GoogleAccessTokenRequest.GoogleAssertionGrant(HttpTransport, JsonFactory, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAssertionGrant
 
GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Google extension to the OAuth 2.0 Web Server Flow: request an access token based on a verification code.
GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant() - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant
 
GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant(HttpTransport, JsonFactory, String, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant
 
GoogleAccessTokenRequest.GoogleRefreshTokenGrant - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Google extension to the OAuth 2.0 request to refresh an access token.
GoogleAccessTokenRequest.GoogleRefreshTokenGrant() - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleRefreshTokenGrant
 
GoogleAccessTokenRequest.GoogleRefreshTokenGrant(HttpTransport, JsonFactory, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleRefreshTokenGrant
 
GoogleAtom - Class in com.google.api.client.googleapis.xml.atom
Utilities for working with the Atom XML of Google Data APIs.
GoogleAuthorizationRequestUrl - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Google extension to the OAuth 2.0 (draft 10) URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources.
GoogleAuthorizationRequestUrl() - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
 
GoogleAuthorizationRequestUrl(String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
 
GoogleHeaders - Class in com.google.api.client.googleapis
HTTP headers for Google API's.
GoogleHeaders() - Constructor for class com.google.api.client.googleapis.GoogleHeaders
 
GoogleJsonError - Class in com.google.api.client.googleapis.json
Data class representing the Google JSON error response content, as documented for example in Error Messages in Google Buzz.
GoogleJsonError() - Constructor for class com.google.api.client.googleapis.json.GoogleJsonError
 
GoogleJsonError.ErrorInfo - Class in com.google.api.client.googleapis.json
Detailed error information.
GoogleJsonError.ErrorInfo() - Constructor for class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
 
GoogleJsonRpcHttpTransport - Class in com.google.api.client.googleapis.json
JSON-RPC 2.0 HTTP transport for RPC requests for Google API's, including both singleton and batched requests.
GoogleJsonRpcHttpTransport() - Constructor for class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
 
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
 
GoogleStorageAuthentication - Class in com.google.api.client.googleapis.auth.storage
Deprecated. (scheduled to be removed in 1.6) Use OAuth 2.0 instead
GoogleStorageAuthentication(String, String) - Constructor for class com.google.api.client.googleapis.auth.storage.GoogleStorageAuthentication
Deprecated.  
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

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 ('[email protected]').

I

initialize(HttpRequest) - Method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
 
initialize(HttpRequest) - Method in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
 
initialize(HttpRequest) - Method in class com.google.api.client.googleapis.auth.storage.GoogleStorageAuthentication
Deprecated.  
initialize(HttpRequest) - Method in class com.google.api.client.googleapis.MethodOverride
 
INSTANCE - Static variable in class com.google.api.client.googleapis.auth.AuthKeyValueParser
Singleton instance.
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
 
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
 
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.auth.storage.GoogleStorageAuthentication
Deprecated.  
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.MethodOverride
 

J

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
Deprecated. (scheduled to be removed in 1.6) Use JsonCContent.JsonCContent(JsonFactory, Object)
JsonCContent(JsonFactory, Object) - Constructor for class com.google.api.client.googleapis.json.JsonCContent
 
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
Deprecated. (scheduled to be removed in 1.6) Use JsonCParser.JsonCParser(JsonFactory)
JsonCParser(JsonFactory) - Constructor for class com.google.api.client.googleapis.json.JsonCParser
 
jsonFactory - Variable in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
(REQUIRED) JSON factory to use for building requests.
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
 
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
 

K

key - Variable in class com.google.api.client.googleapis.GoogleUrl
API key as described in the Google APIs Console documentation.

L

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.
location - Variable in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Specifies the location of the error or null for none.
locationType - Variable in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Specifies the type of location of the error or null for none.

M

message - Variable in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
A human readable explanation of the error.
message - Variable in class com.google.api.client.googleapis.json.GoogleJsonError
Error message.
methodOverride - Variable in class com.google.api.client.googleapis.GoogleHeaders
"X-HTTP-Method-Override" header.
MethodOverride - Class in com.google.api.client.googleapis
HTTP request execute interceptor 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.
MethodOverride() - Constructor for class com.google.api.client.googleapis.MethodOverride
Only overrides HTTP methods that the HTTP transport does not support.
MethodOverride(EnumSet<HttpMethod>) - Constructor for class com.google.api.client.googleapis.MethodOverride
Specifies the HTTP methods to override.
MultiKindFeedParser<T> - Class in com.google.api.client.googleapis.xml.atom
GData Atom feed pull parser when the entry class can be computed from the kind.
MultiKindFeedParser() - Constructor for class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
Deprecated. (scheduled to be removed in 1.6) Use MultiKindFeedParser.create(HttpResponse, XmlNamespaceDictionary, Class, Class...)

O

originalEntry - Variable in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
Deprecated. (scheduled to be made private final in 1.6) Use getOriginalEntry()

P

parameters - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
OAuth parameters.
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.googleapis.auth.AuthKeyValueParser
 
parse(JsonFactory, HttpResponse) - Static method in class com.google.api.client.googleapis.json.GoogleJsonError
Parses the given error HTTP response using the given JSON factory.
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.googleapis.json.JsonCParser
 
parseEntryInternal() - Method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
 
parseFeed() - Method in class com.google.api.client.googleapis.json.AbstractJsonFeedParser
Parse the feed and return a new parsed instance of the feed class.
parseNextItem() - Method in class com.google.api.client.googleapis.json.AbstractJsonFeedParser
Parse the next item in the feed and return a new parsed instance of the item class.
parseNextItem() - Method in class com.google.api.client.googleapis.json.JsonFeedParser
 
parserForResponse(JsonFactory, 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.
password - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
User's password.
patchedEntry - Variable in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
Deprecated. (scheduled to be made private final in 1.6) Use getPatchedEntry()
prettyprint - Variable in class com.google.api.client.googleapis.GoogleUrl
Whether to pretty print the output.

R

reason - Variable in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Specifies the error code.
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.
revokeAccessToken(HttpTransport, OAuthParameters) - Static method in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetAccessToken
Revokes the long-lived access token.
rpcServerUrl - Variable in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
RPC server URL.

S

scope - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
Required URL identifying the service(s) to be accessed.
serverUrl - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
URL for the Client Login authorization server.
setApplicationName(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "User-Agent" header of the form "[company-id]-[app-name]/[app-version]", for example "Google-Sample/1.0".
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
Sets the entry classes to use when parsing.
setGoogleLogin(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the Google Login "Authorization" header for the given authentication token.
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.
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.

T

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.
transport - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
HTTP transport required for executing request in ClientLogin.authenticate().
transport - Variable in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
(REQUIRED) HTTP transport required for building requests.

U

url - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.ErrorInfo
 
use(JsonFactory, HttpResponse, Class<T>, Class<I>) - Static method in class com.google.api.client.googleapis.json.JsonFeedParser
Parses the given HTTP response using the given feed class and item class.
use(JsonFactory, HttpResponse, Class<T>, Class<?>...) - Static method in class com.google.api.client.googleapis.json.JsonMultiKindFeedParser
Parses the given HTTP response using the given feed class and item classes.
userip - Variable in class com.google.api.client.googleapis.GoogleUrl
User IP used to enforce per-user limits for server-side applications, as described in the Google APIs Console documentation.
username - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
User's full email address.

W

writeTo(OutputStream) - Method in class com.google.api.client.googleapis.json.JsonCContent
 
writeTo(XmlSerializer) - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 

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

Copyright © 2010-2011 Google. All Rights Reserved.