A B C D E F G H I J K L M N O P R S T U V 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.
addRefreshListener(CredentialRefreshListener) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
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(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(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
Deprecated. Authorization server URL for requesting tokens.
AUTHORIZATION_SERVER_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
Deprecated. Authorization server URL for end-user authorization.
AUTHORIZATION_SERVER_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants
Encoded URL of Google's end-user authorization server.
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

build() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
build() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
build() - Method in class com.google.api.client.googleapis.services.GoogleClient.Builder
Builds a new instance of GoogleClient.
builder(HttpTransport, JsonFactory, GenericUrl) - Static method in class com.google.api.client.googleapis.services.GoogleClient
Returns an instance of a new builder.
buildHttpRequest(HttpMethod, String, JsonHttpRequest) - Method in class com.google.api.client.googleapis.services.GoogleClient
Deprecated. (scheduled to be removed in 1.8) Use GoogleClient.buildHttpRequest(HttpMethod, GenericUrl, Object)
buildHttpRequest(HttpMethod, GenericUrl, Object) - Method in class com.google.api.client.googleapis.services.GoogleClient
Create an HttpRequest suitable for use against this service.
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
 
ClientLoginResponseException - Exception in com.google.api.client.googleapis.auth.clientlogin
Exception thrown when an error status code is detected in an HTTP response to a Google ClientLogin request in ClientLogin .
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 - package com.google.api.client.googleapis.auth.oauth2
Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google APIs (Experimental).
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.json - package com.google.api.client.googleapis.json
Google's JSON support (see detailed package specification).
com.google.api.client.googleapis.services - package com.google.api.client.googleapis.services
Contains the basis for the generated service-specific libraries.
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(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
Deprecated.  

D

DEFAULT_CHUNK_SIZE - Static variable in class com.google.api.client.googleapis.MediaHttpUploader
Default maximum number of bytes that will be uploaded to the server in any single HTTP request (set to 10 MB).
displayName - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
Deprecated. 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.
execute() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
execute() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
execute(JsonFactory, HttpRequest) - Static method in exception com.google.api.client.googleapis.json.GoogleJsonResponseException
Executes an HTTP request using HttpRequest.execute(), but throws a GoogleJsonResponseException on error instead of HttpResponseException.
execute(HttpMethod, String, Object, JsonHttpRequest) - Method in class com.google.api.client.googleapis.services.GoogleClient
Deprecated. (scheduled to be removed in 1.8) Use GoogleClient.executeUnparsed(com.google.api.client.http.HttpMethod, com.google.api.client.http.GenericUrl, java.lang.Object)
executeRefreshToken() - Method in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessProtectedResource
Deprecated.  
executeRefreshToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
executeUnparsed(HttpMethod, GenericUrl, Object) - Method in class com.google.api.client.googleapis.services.GoogleClient
 

F

fields - Variable in class com.google.api.client.googleapis.GoogleUrl
Partial fields mask.
from(JsonFactory, HttpResponse) - Static method in exception com.google.api.client.googleapis.json.GoogleJsonResponseException
Returns a new instance of GoogleJsonResponseException.

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.
getAccessTokenHash() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Returns the hash of access token or null for none.
getAccessType() - Method in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
Deprecated. [OPTIONAL] "offline" to request offline access from the user or "online" to request online access ("online" is the default if null).
getAccessType() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
Returns the access type ("online" to request online access or "offline" to request offline access) or null for the default behavior of "online".
getAccessType() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
Returns the access type ("online" to request online access or "offline" to request offline access) or null for the default behavior of "online".
getAccessType() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
Returns the access type ("online" to request online access or "offline" to request offline access) or null for the default behavior of "online".
getApprovalPrompt() - Method in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
Deprecated. [OPTIONAL] "force" to force the approval UI to show or "auto" to request auto-approval when possible ("auto" is the default if null).
getApprovalPrompt() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
Returns the approval prompt behavior ("auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto".
getApprovalPrompt() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
Returns the approval prompt behavior ("auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto".
getApprovalPrompt() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
Returns the approval prompt behavior ("auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto".
getApprovalPrompt() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
Returns the approval prompt behavior ("auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto".
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.
getAuthUri() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the authorization server URI.
getChunkSize() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Returns the maximum size of individual chunks that will get uploaded by single HTTP requests.
getClientId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the client ID.
getClientId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns the client ID.
getClientSecret() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the client secret.
getContentType() - Method in class com.google.api.client.googleapis.auth.AuthKeyValueParser
 
getDetails() - Method in exception com.google.api.client.googleapis.auth.clientlogin.ClientLoginResponseException
Return the error details or null for none.
getDetails() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Returns the details for either installed or web applications.
getDetails() - Method in exception com.google.api.client.googleapis.json.GoogleJsonResponseException
Returns the Google JSON error details or null for none (for example if response is not JSON).
getExpirationTimeMilliseconds() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns the expiration time in milliseconds to be used with System.currentTimeMillis() or 0 for none.
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.
getHostedDomain() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Returns the hosted domain name if asserted user is a domain managed user or null for none.
getInitiationHeaders() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Returns the HTTP headers used for the initiation request.
getInitiationMethod() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Returns the HTTP method used for the initiation request.
getInstalled() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Returns the details for installed applications.
getIssuee() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Returns the client ID of issuee or null for none.
getJsonFactory() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns the JSON factory.
getJsonFactory() - Method in exception com.google.api.client.googleapis.json.GoogleJsonResponseException
Deprecated. (scheduled to be removed in 1.8)
getMediaContent() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Returns the HTTP content of the media to be uploaded.
getMetadata() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Returns HTTP content metadata for the media request or null for none.
getNumBytesUploaded() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Gets the total number of bytes uploaded by this uploader.
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.
getPayload() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken
 
getProgress() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Gets the upload progress denoting the percentage of bytes that have been uploaded, represented between 0.0 (0%) and 1.0 (100%).
getProgressListener() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Returns the progress listener to send progress notifications to or null for none.
getPublicKeys() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns the public keys or null for none.
getRedirectUris() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the redirect URIs.
getServiceAccountId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Returns the service account ID (typically an e-mail address) or null for none.
getServiceAccountId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Returns the service account ID (typically an e-mail address) or null if not using the service account flow.
getServiceAccountPrivateKey() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Returns the private key to use with the the service account flow or null for none.
getServiceAccountPrivateKey() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Returns the private key to use with the the service account flow or null if not using the service account flow.
getServiceAccountScopes() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Returns the space-separated OAuth scopes to use with the the service account flow or null for none.
getServiceAccountScopes() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Returns the space-separated OAuth scopes to use with the the service account flow or null if not using the service account flow.
getServiceAccountUser() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Returns the email address of the user the application is trying to impersonate in the service account flow or null for none.
getServiceAccountUser() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Returns the email address of the user the application is trying to impersonate in the service account flow or null for none or if not using the service account flow.
getTokenUri() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the token server URI.
getTransport() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Returns the transport to use for requests.
getUploadContentLength() - Method in class com.google.api.client.googleapis.GoogleHeaders
Returns the "X-Upload-Content-Length" header or null for none.
getUploadContentType() - Method in class com.google.api.client.googleapis.GoogleHeaders
Returns the "X-Upload-Content-Type" header or null for none.
getUploadState() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Gets the current upload state of the uploader.
getUserId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Returns the obfuscated Google user id or null for none.
getWeb() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Returns the details for web applications.
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
Deprecated. (scheduled to be removed in 1.8) Use GoogleCredential
GoogleAccessProtectedResource(String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessProtectedResource
Deprecated.  
GoogleAccessProtectedResource(String, HttpTransport, JsonFactory, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessProtectedResource
Deprecated.  
GoogleAccessTokenRequest - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Deprecated. (scheduled to be removed in 1.8) Use TokenRequest
GoogleAccessTokenRequest.GoogleAssertionGrant - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Deprecated. (scheduled to be removed in 1.8) Use TokenRequest
GoogleAccessTokenRequest.GoogleAssertionGrant() - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAssertionGrant
Deprecated.  
GoogleAccessTokenRequest.GoogleAssertionGrant(HttpTransport, JsonFactory, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAssertionGrant
Deprecated.  
GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Deprecated. (scheduled to be removed in 1.8) Use GoogleAuthorizationCodeTokenRequest
GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant() - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant
Deprecated.  
GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant(HttpTransport, JsonFactory, String, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant
Deprecated.  
GoogleAccessTokenRequest.GoogleRefreshTokenGrant - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Deprecated. (scheduled to be removed in 1.8) Use GoogleRefreshTokenRequest
GoogleAccessTokenRequest.GoogleRefreshTokenGrant() - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleRefreshTokenGrant
Deprecated.  
GoogleAccessTokenRequest.GoogleRefreshTokenGrant(HttpTransport, JsonFactory, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleRefreshTokenGrant
Deprecated.  
GoogleAtom - Class in com.google.api.client.googleapis.xml.atom
Utilities for working with the Atom XML of Google Data APIs.
GoogleAuthorizationCodeFlow - Class in com.google.api.client.googleapis.auth.oauth2
Thread-safe Google OAuth 2.0 authorization code flow that manages and persists end-user credentials.
GoogleAuthorizationCodeFlow(Credential.AccessMethod, HttpTransport, JsonFactory, GenericUrl, HttpExecuteInterceptor, String, String, CredentialStore, HttpRequestInitializer, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
 
GoogleAuthorizationCodeFlow.Builder - Class in com.google.api.client.googleapis.auth.oauth2
Google authorization code flow builder.
GoogleAuthorizationCodeFlow.Builder(HttpTransport, JsonFactory, String, String, Iterable<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
GoogleAuthorizationCodeFlow.Builder(HttpTransport, JsonFactory, GoogleClientSecrets, Iterable<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
GoogleAuthorizationCodeRequestUrl - Class in com.google.api.client.googleapis.auth.oauth2
Google-specific implementation of the OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources and that returns an authorization code, as specified in Using OAuth 2.0 for Web Server Applications (Experimental).
GoogleAuthorizationCodeRequestUrl(String, String, Iterable<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
GoogleAuthorizationCodeRequestUrl(GoogleClientSecrets, String, Iterable<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
GoogleAuthorizationCodeTokenRequest - Class in com.google.api.client.googleapis.auth.oauth2
Google-specific implementation of the OAuth 2.0 request for an access token based on an authorization code (as specified in Using OAuth 2.0 for Web Server Applications).
GoogleAuthorizationCodeTokenRequest(HttpTransport, JsonFactory, String, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
GoogleAuthorizationRequestUrl - Class in com.google.api.client.googleapis.auth.oauth2.draft10
Deprecated. (scheduled to be removed in 1.8) Use GoogleAuthorizationCodeRequestUrl or GoogleBrowserClientRequestUrl or AuthorizationRequestUrl
GoogleAuthorizationRequestUrl() - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
Deprecated.  
GoogleAuthorizationRequestUrl(String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
Deprecated.  
GoogleBrowserClientRequestUrl - Class in com.google.api.client.googleapis.auth.oauth2
Google-specific implementation of the OAuth 2.0 URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources and that returns the access token to a browser client using a scripting language such as JavaScript, as specified in Using OAuth 2.0 for Client-side Applications (Experimental).
GoogleBrowserClientRequestUrl(String, String, Iterable<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
GoogleBrowserClientRequestUrl(GoogleClientSecrets, String, Iterable<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
GoogleClient - Class in com.google.api.client.googleapis.services
Google API client.
GoogleClient(HttpTransport, JsonFactory, String) - Constructor for class com.google.api.client.googleapis.services.GoogleClient
Constructor with required parameters.
GoogleClient(HttpTransport, JsonHttpRequestInitializer, HttpRequestInitializer, JsonFactory, String, String) - Constructor for class com.google.api.client.googleapis.services.GoogleClient
Construct the GoogleClient.
GoogleClient.Builder - Class in com.google.api.client.googleapis.services
Builder for GoogleClient.
GoogleClient.Builder(HttpTransport, JsonFactory, GenericUrl) - Constructor for class com.google.api.client.googleapis.services.GoogleClient.Builder
Returns an instance of a new builder.
GoogleClientSecrets - Class in com.google.api.client.googleapis.auth.oauth2
OAuth 2.0 client secrets JSON model as specified in client_secrets.json file format.
GoogleClientSecrets() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
 
GoogleClientSecrets.Details - Class in com.google.api.client.googleapis.auth.oauth2
Client credential details.
GoogleClientSecrets.Details() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
 
GoogleCredential - Class in com.google.api.client.googleapis.auth.oauth2
Thread-safe Google-specific implementation of the OAuth 2.0 helper for accessing protected resources using an access token, as well as optionally refreshing the access token when it expires using a refresh token.
GoogleCredential() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Constructor with the ability to access protected resources, but not refresh tokens.
GoogleCredential(Credential.AccessMethod, HttpTransport, JsonFactory, String, HttpExecuteInterceptor, HttpRequestInitializer, List<CredentialRefreshListener>, String, String, PrivateKey, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
GoogleCredential.Builder - Class in com.google.api.client.googleapis.auth.oauth2
Google credential builder.
GoogleCredential.Builder() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
GoogleHeaders - Class in com.google.api.client.googleapis
HTTP headers for Google API's.
GoogleHeaders() - Constructor for class com.google.api.client.googleapis.GoogleHeaders
 
GoogleIdToken - Class in com.google.api.client.googleapis.auth.oauth2
Google ID tokens.
GoogleIdToken(JsonWebSignature.Header, GoogleIdToken.Payload, byte[], byte[]) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken
 
GoogleIdToken.Payload - Class in com.google.api.client.googleapis.auth.oauth2
Google ID token payload.
GoogleIdToken.Payload() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
GoogleIdTokenVerifier - Class in com.google.api.client.googleapis.auth.oauth2
Thread-safe Google ID token verifier.
GoogleIdTokenVerifier(HttpTransport, JsonFactory, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Constructor with required parameters.
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
 
GoogleJsonResponseException - Exception in com.google.api.client.googleapis.json
Exception thrown when an error status code is detected in an HTTP response to a Google API that uses the JSON format, using the format specified in Error Responses.
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
Deprecated. (scheduled to be removed in 1.8) Use GoogleAuthorizationCodeRequestUrl
GoogleOAuthAuthorizeTemporaryTokenUrl() - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthAuthorizeTemporaryTokenUrl
Deprecated.  
GoogleOAuthConstants - Class in com.google.api.client.googleapis.auth.oauth2
Constants for Google's OAuth 2.0 implementation.
GoogleOAuthDomainWideDelegation - Class in com.google.api.client.googleapis.auth.oauth
Deprecated. (scheduled to be removed in 1.8) Use GoogleCredential
GoogleOAuthDomainWideDelegation() - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
Deprecated.  
GoogleOAuthDomainWideDelegation.Url - Class in com.google.api.client.googleapis.auth.oauth
Deprecated. 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
Deprecated.  
GoogleOAuthGetAccessToken - Class in com.google.api.client.googleapis.auth.oauth
Deprecated. (scheduled to be removed in 1.8) Use GoogleAuthorizationCodeTokenRequest
GoogleOAuthGetAccessToken() - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetAccessToken
Deprecated.  
GoogleOAuthGetTemporaryToken - Class in com.google.api.client.googleapis.auth.oauth
Deprecated. (scheduled to be removed in 1.8) Use GoogleAuthorizationCodeTokenRequest
GoogleOAuthGetTemporaryToken() - Constructor for class com.google.api.client.googleapis.auth.oauth.GoogleOAuthGetTemporaryToken
Deprecated.  
GoogleRefreshTokenRequest - Class in com.google.api.client.googleapis.auth.oauth2
Google-specific implementation of the OAuth 2.0 request to refresh an access token using a refresh token as specified in Refreshing an Access Token.
GoogleRefreshTokenRequest(HttpTransport, JsonFactory, String, String, String) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
GoogleTokenResponse - Class in com.google.api.client.googleapis.auth.oauth2
Google OAuth 2.0 JSON model for a successful access token response as specified in Successful Response, including an ID token as specified in OpenID Connect Session Management 1.0.
GoogleTokenResponse() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
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
Deprecated. 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
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
Deprecated.  
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.MethodOverride
 
isBackOffPolicyEnabled() - Method in class com.google.api.client.googleapis.MediaHttpUploader
Returns whether the back off policy is enabled or disabled.

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(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(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
Deprecated. 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.
load(JsonFactory, InputStream) - Static method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Loads the client_secrets.json file from the given input stream.
loadPublicCerts() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Downloads the public keys from the public certificates endpoint at "https://www.googleapis.com/oauth2/v1/certs".
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

MediaHttpUploader - Class in com.google.api.client.googleapis
Media HTTP Uploader.
MediaHttpUploader(AbstractInputStreamContent, HttpTransport, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.MediaHttpUploader
Construct the MediaHttpUploader.
MediaHttpUploader.UploadState - Enum in com.google.api.client.googleapis
Upload state associated with the Media HTTP uploader.
MediaHttpUploaderProgressListener - Interface in com.google.api.client.googleapis
An interface for receiving progress notifications for uploads.
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.
MINIMUM_CHUNK_SIZE - Static variable in class com.google.api.client.googleapis.MediaHttpUploader
Minimum number of bytes that can be uploaded to the server (set to 256KB).
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.

N

newAuthorizationUrl() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
 
newTokenRequest(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
 

O

OOB_REDIRECT_URI - Static variable in class com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants
Redirect URI to use for an installed application as specified in Using OAuth 2.0 for Installed Applications.

P

parameters - Variable in class com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation
Deprecated. OAuth parameters.
parse(HttpResponse, Class<T>) - Method in class com.google.api.client.googleapis.auth.AuthKeyValueParser
 
parse(JsonFactory, String) - Static method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken
Parses the given ID token string and returns the parsed GoogleIdToken.
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.
parseIdToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
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.
prettyprint - Variable in class com.google.api.client.googleapis.GoogleUrl
Whether to pretty print the output.
progressChanged(MediaHttpUploader) - Method in interface com.google.api.client.googleapis.MediaHttpUploaderProgressListener
Called to notify that progress has been changed.

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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. Required URL identifying the service(s) to be accessed.
serverErrorCallback() - Method in class com.google.api.client.googleapis.MediaHttpUploader
The call back method that will be invoked by MediaExponentialBackOffPolicy.getNextBackOffMillis() if it encounters a server error.
serverUrl - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
URL for the Client Login authorization server.
setAccessToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
setAccessToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
setAccessTokenHash(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Sets the hash of access token or null for none.
setAccessType(String) - Method in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
Deprecated. [OPTIONAL] "offline" to request offline access from the user or "online" to request online access ("online" is the default if null).
setAccessType(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
Sets the access type ("online" to request online access or "offline" to request offline access) or null for the default behavior of "online".
setAccessType(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
Sets the access type ("online" to request online access or "offline" to request offline access) or null for the default behavior of "online".
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".
setApprovalPrompt(String) - Method in class com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl
Deprecated. [OPTIONAL] "force" to force the approval UI to show or "auto" to request auto-approval when possible ("auto" is the default if null).
setApprovalPrompt(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
Sets the approval prompt behavior ("auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto".
setApprovalPrompt(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
Sets the approval prompt behavior ("auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto".
setApprovalPrompt(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
Sets the approval prompt behavior ("auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto".
setAuthUri(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Sets the authorization server URI.
setBackOffPolicyEnabled(boolean) - Method in class com.google.api.client.googleapis.MediaHttpUploader
Sets whether the back off policy is enabled or disabled.
setChunkSize(int) - Method in class com.google.api.client.googleapis.MediaHttpUploader
Sets the maximum size of individual chunks that will get uploaded by single HTTP requests.
setClientAuthentication(HttpExecuteInterceptor) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setClientAuthentication(HttpExecuteInterceptor) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setClientAuthentication(HttpExecuteInterceptor) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setClientId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setClientId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setClientId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Sets the client ID.
setClientSecret(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Sets the client secret.
setClientSecrets(String, String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Sets the client identifier and secret.
setClientSecrets(GoogleClientSecrets) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Sets the client secrets.
setCode(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setCredentialStore(CredentialStore) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
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.
setExpirationTimeMilliseconds(Long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
setExpiresInSeconds(Long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
setExpiresInSeconds(Long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
setFromTokenResponse(TokenResponse) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
setGoogleLogin(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the Google Login "Authorization" header for the given authentication token.
setGrantType(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setGrantType(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setHostedDomain(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Sets the hosted domain name if asserted user is a domain managed user or null for none.
setIdToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
setInitiationHeaders(GoogleHeaders) - Method in class com.google.api.client.googleapis.MediaHttpUploader
Sets the HTTP headers used for the initiation request.
setInitiationMethod(HttpMethod) - Method in class com.google.api.client.googleapis.MediaHttpUploader
Sets the HTTP method used for the initiation request.
setInstalled(GoogleClientSecrets.Details) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Sets the details for installed applications.
setIssuee(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Sets the client ID of issuee or null for none.
setJsonFactory(JsonFactory) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setMetadata(HttpContent) - Method in class com.google.api.client.googleapis.MediaHttpUploader
Sets HTTP content metadata for the media request or null for none.
setProgressListener(MediaHttpUploaderProgressListener) - Method in class com.google.api.client.googleapis.MediaHttpUploader
Sets the progress listener to send progress notifications to or null for none.
setRedirectUri(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setRedirectUri(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setRedirectUri(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setRedirectUris(List<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Sets the redirect URIs.
setRefreshListeners(List<CredentialRefreshListener>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setRefreshToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
setRefreshToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setRefreshToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
setRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setResponseTypes(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setResponseTypes(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setResponseTypes(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setResponseTypes(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setScope(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
setScopes(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setScopes(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setScopes(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setScopes(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setScopes(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setScopes(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setScopes(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setScopes(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setScopes(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setScopes(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setServiceAccountId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Sets the service account ID (typically an e-mail address) or null for none.
setServiceAccountPrivateKey(PrivateKey) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Sets the private key to use with the the service account flow or null for none.
setServiceAccountPrivateKeyFromP12File(File) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Sets the private key to use with the the service account flow or null for none.
setServiceAccountScopes(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Sets the space-separated OAuth scopes to use with the the service account flow or null for none.
setServiceAccountScopes(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Sets the space-separated OAuth scopes to use with the the service account flow or null for none.
setServiceAccountUser(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Sets the email address of the user the application is trying to impersonate in the service account flow or null for none.
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.
setState(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setState(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setTokenServerEncodedUrl(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setTokenServerUrl(GenericUrl) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setTokenServerUrl(GenericUrl) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setTokenServerUrl(GenericUrl) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setTokenType(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
setTokenUri(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Sets the token server URI.
setTransport(HttpTransport) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setUploadContentLength(long) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "X-Upload-Content-Length" header or null for none.
setUploadContentType(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "X-Upload-Content-Type" header or null for none.
setUserId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Sets the obfuscated Google user id or null for none.
setWeb(GoogleClientSecrets.Details) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Sets the details for web applications.
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
Deprecated. Optionally use "mobile" to for a mobile version of the approval page or null for normal.
TOKEN_SERVER_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants
Encoded URL of Google's token server.
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

upload(GenericUrl) - Method in class com.google.api.client.googleapis.MediaHttpUploader
Executes a resumable media upload conforming to the specifications listed here.
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.

V

valueOf(String) - Static method in enum com.google.api.client.googleapis.MediaHttpUploader.UploadState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.api.client.googleapis.MediaHttpUploader.UploadState
Returns an array containing the constants of this enum type, in the order they are declared.
verify(GoogleIdTokenVerifier) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken
Verifies that this ID token is valid using GoogleIdTokenVerifier.verify(GoogleIdToken).
verify(GoogleIdToken) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Verifies that the given ID token is valid, by verifying the signature, verifying the current time against the issued at and expiration time (allowing for a 5 minute clock skew), and checking the issuer, audience, and issuee.
verifyIdToken(GoogleIdTokenVerifier) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
Verifies the ID token as specified in GoogleIdTokenVerifier.verify(com.google.api.client.googleapis.auth.oauth2.GoogleIdToken) by passing it GoogleTokenResponse.parseIdToken().

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 N O P R S T U V W

Copyright © 2010-2012 Google. All Rights Reserved.