A B C D E F G I J L M N O P Q S T U V W

A

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
 
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.
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

batch() - Method in class com.google.api.client.googleapis.services.GoogleClient
Create an BatchRequest object from this Google API client instance.
batch(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.services.GoogleClient
Create an BatchRequest object from this Google API client instance.
BatchCallback<T,E> - Interface in com.google.api.client.googleapis.batch
Callback for an individual batch response.
BatchRequest - Class in com.google.api.client.googleapis.batch
An instance of this class represents a single batch of requests.
BatchRequest(HttpTransport, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.batch.BatchRequest
Construct the BatchRequest.
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.auth.oauth2.GoogleIdTokenVerifier.Builder
Builds a new instance of GoogleIdTokenVerifier.
build() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Returns a new GoogleJsonRpcHttpTransport instance.
build() - Method in class com.google.api.client.googleapis.services.GoogleClient.Builder
Builds a new instance of GoogleClient.
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
 
com.google.api.client.googleapis - package com.google.api.client.googleapis
Google API's.
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.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.
com.google.api.client.googleapis.batch - package com.google.api.client.googleapis.batch
Batch for Google API's.
com.google.api.client.googleapis.batch.json - package com.google.api.client.googleapis.batch.json
JSON batch for Google API's.
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.media - package com.google.api.client.googleapis.media
Media for Google API's.
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.
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.

D

DEFAULT_CHUNK_SIZE - Static variable in class com.google.api.client.googleapis.media.MediaHttpUploader
Default maximum number of bytes that will be uploaded to the server in any single HTTP request (set to 10 MB).
download(GenericUrl, OutputStream) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Executes a direct media download or a resumable media download.

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.
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() - Method in class com.google.api.client.googleapis.batch.BatchRequest
Executes all queued HTTP requests in a single call, parses the responses and invokes callbacks.
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.
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
 
executeUnparsed(HttpRequest) - Method in class com.google.api.client.googleapis.services.GoogleClient
 

F

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.
gdataVersion - Variable in class com.google.api.client.googleapis.GoogleHeaders
Deprecated. (scheduled to be made private in 1.12) Use GoogleHeaders.getGDataVersion() or GoogleHeaders.setGDataVersion(java.lang.String)
getAccept() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Returns the Accept header used for requests.
getAccept() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Returns the Accept header used for requests.
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.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".
getAlt() - Method in class com.google.api.client.googleapis.GoogleUrl
Returns the alternate wire format.
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.
getBatchUrl() - Method in class com.google.api.client.googleapis.batch.BatchRequest
Returns the URL that will be hit when BatchRequest.execute() is called.
getChunkSize() - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Returns the maximum size of individual chunks that will get downloaded by single HTTP requests.
getChunkSize() - Method in class com.google.api.client.googleapis.media.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.
getClientIds() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Returns the set of client IDs.
getClientIds() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns the set of client IDs.
getClientSecret() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the client secret.
getCode() - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Returns the HTTP status code of this response or null for none.
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).
getDomain() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Returns the error classification or null for none.
getDownloadState() - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Gets the current download state of the downloader.
getEmail() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Returns the e-mail address of the user or null if it was not requested.
getEmailVerified() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Returns true if the users e-mail address has been verified by Google.
getError() - Method in class com.google.api.client.googleapis.json.GoogleJsonErrorContainer
Returns the GoogleJsonError.
getErrors() - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Returns the list of detailed errors or null for none.
getExpirationTimeMilliseconds() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns the expiration time in milliseconds to be used with Clock.currentTimeMillis() or 0 for none.
getFactory() - Method in class com.google.api.client.googleapis.json.JsonCParser
Returns the JSON factory used for parsing.
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.
getFields() - Method in class com.google.api.client.googleapis.GoogleUrl
Returns the partial fields mask.
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.
getGDataClient() - Method in class com.google.api.client.googleapis.GoogleHeaders
Returns the "X-GData-Client" header.
getGDataKey() - Method in class com.google.api.client.googleapis.GoogleHeaders
Returns the "X-GData-Key" header, which must be of the form "key=[developerId]" .
getGDataVersion() - Method in class com.google.api.client.googleapis.GoogleHeaders
Returns the "GData-Version" header.
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.
getHttpTransport() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Returns the HTTP transport used for building requests.
getHttpTransport() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Returns the HTTP transport used for building requests.
getInitiationHeaders() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns the HTTP headers used for the initiation request.
getInitiationMethod() - Method in class com.google.api.client.googleapis.media.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.Builder
Returns the JSON factory.
getJsonFactory() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns the JSON factory.
getJsonFactory() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Returns the JSON factory used for building requests.
getJsonFactory() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Returns the JSON factory used for building requests.
getKey() - Method in class com.google.api.client.googleapis.GoogleUrl
Returns the API key as described in the Google APIs Console documentation.
getLocation() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Returns the location in the request that caused the error or null for none or null for none.
getLocationType() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Returns the type of location in the request that caused the error or null for none.
getMediaContent() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns the HTTP content of the media to be uploaded.
getMessage() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Returns the human readable explanation of the error or null for none.
getMessage() - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Returns the human-readable explanation of the error or null for none.
getMetadata() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns HTTP content metadata for the media request or null for none.
getMethodOverride() - Method in class com.google.api.client.googleapis.GoogleHeaders
Returns the "X-HTTP-Method-Override" header.
getMimeType() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Returns the MIME type used for requests.
getMimeType() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Returns the MIME type header used for requests.
getNumBytesDownloaded() - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Gets the total number of bytes downloaded by this downloader.
getNumBytesUploaded() - Method in class com.google.api.client.googleapis.media.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
 
getPrettyPrint() - Method in class com.google.api.client.googleapis.GoogleUrl
Returns whether to pretty print the output.
getProgress() - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Gets the download progress denoting the percentage of bytes that have been downloaded, represented between 0.0 (0%) and 1.0 (100%).
getProgress() - Method in class com.google.api.client.googleapis.media.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.media.MediaHttpDownloader
Returns the progress listener to send progress notifications to or null for none.
getProgressListener() - Method in class com.google.api.client.googleapis.media.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.
getReason() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Returns the error reason or null for none.
getRedirectUris() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the redirect URIs.
getRpcServerUrl() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Returns the RPC server.
getRpcServerUrl() - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Returns the RPC server URL.
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.
getSlug() - Method in class com.google.api.client.googleapis.GoogleHeaders
Returns the escaped "Slug" header value, which must be escaped using GoogleHeaders.SLUG_ESCAPER.
getSuppressPatternChecks() - Method in class com.google.api.client.googleapis.services.GoogleClient.Builder
Returns whether discovery pattern checks should be suppressed on required parameters.
getSuppressPatternChecks() - Method in class com.google.api.client.googleapis.services.GoogleClient
Returns whether discovery pattern checks should be suppressed on required parameters.
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.auth.oauth2.GoogleIdTokenVerifier.Builder
Returns the HTTP transport.
getTransport() - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Returns the transport to use for requests.
getTransport() - Method in class com.google.api.client.googleapis.media.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.media.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.
getUserIp() - Method in class com.google.api.client.googleapis.GoogleUrl
Returns the user IP used to enforce per-user limits for server-side applications, as described in the Google APIs Console documentation.
getWeb() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Returns the details for web applications.
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
 
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
Deprecated. (scheduled to be removed in 1.12) Use GoogleClient.GoogleClient(HttpTransport, JsonFactory, String, String, HttpRequestInitializer).
GoogleClient(HttpTransport, JsonFactory, String, String, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.services.GoogleClient
Constructor with required parameters.
GoogleClient(HttpTransport, JsonHttpRequestInitializer, HttpRequestInitializer, JsonFactory, JsonObjectParser, String, String) - Constructor for class com.google.api.client.googleapis.services.GoogleClient
Deprecated. (scheduled to be removed in 1.12) Use GoogleClient.GoogleClient(HttpTransport, JsonHttpRequestInitializer, HttpRequestInitializer, JsonFactory, JsonObjectParser, String, String, String)
GoogleClient(HttpTransport, JsonHttpRequestInitializer, HttpRequestInitializer, JsonFactory, JsonObjectParser, String, String, String) - Constructor for class com.google.api.client.googleapis.services.GoogleClient
Deprecated. (scheduled to be removed in 1.12) Use GoogleClient.GoogleClient(HttpTransport, JsonHttpRequestInitializer, HttpRequestInitializer, JsonFactory, JsonObjectParser, String, String, String, boolean) instead.
GoogleClient(HttpTransport, JsonHttpRequestInitializer, HttpRequestInitializer, JsonFactory, JsonObjectParser, String, String, String, boolean) - 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
Deprecated. (scheduled to be removed in 1.12) Use #Builder(HttpTransport, JsonFactory, String, String, HttpRequestInitializer) instead.
GoogleClient.Builder(HttpTransport, JsonFactory, String, String, HttpRequestInitializer) - 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(Credential.AccessMethod, HttpTransport, JsonFactory, String, HttpExecuteInterceptor, HttpRequestInitializer, List<CredentialRefreshListener>, String, String, PrivateKey, String, Clock) - 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
Creates an empty GoogleHeaders object.
GoogleHeaders(HttpHeaders) - Constructor for class com.google.api.client.googleapis.GoogleHeaders
Creates a GoogleHeaders object using the headers present in the specified HttpHeaders.
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
Constructs a new Payload using default settings.
GoogleIdToken.Payload(Clock) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Constructs a new Payload and uses the specified Clock.
GoogleIdTokenVerifier - Class in com.google.api.client.googleapis.auth.oauth2
Thread-safe Google ID token verifier.
GoogleIdTokenVerifier(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Constructor with required parameters.
GoogleIdTokenVerifier(Set<String>, HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Construct the GoogleIdTokenVerifier.
GoogleIdTokenVerifier(Set<String>, HttpTransport, JsonFactory, Clock) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Construct the GoogleIdTokenVerifier.
GoogleIdTokenVerifier.Builder - Class in com.google.api.client.googleapis.auth.oauth2
Builder for GoogleIdTokenVerifier.
GoogleIdTokenVerifier.Builder(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Returns an instance of a new builder.
GoogleJsonError - Class in com.google.api.client.googleapis.json
Data class representing the Google JSON error response content, as documented for example in Error responses.
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
 
GoogleJsonErrorContainer - Class in com.google.api.client.googleapis.json
Data class representing a container of GoogleJsonError.
GoogleJsonErrorContainer() - Constructor for class com.google.api.client.googleapis.json.GoogleJsonErrorContainer
 
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(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Creates a new GoogleJsonRpcHttpTransport with default values for RPC server, and Content type and Accept headers.
GoogleJsonRpcHttpTransport(HttpTransport, JsonFactory, String, String, String) - Constructor for class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport
Creates a new GoogleJsonRpcHttpTransport.
GoogleJsonRpcHttpTransport.Builder - Class in com.google.api.client.googleapis.json
GoogleJsonRpcHttpTransport Builder.
GoogleJsonRpcHttpTransport.Builder(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
 
GoogleKeyInitializer - Class in com.google.api.client.googleapis.services
JSON HTTP request initializer that specifies a Google API key for all requests.
GoogleKeyInitializer(String) - Constructor for class com.google.api.client.googleapis.services.GoogleKeyInitializer
 
GoogleOAuthConstants - Class in com.google.api.client.googleapis.auth.oauth2
Constants for Google's OAuth 2.0 implementation.
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
 

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.MethodOverride
 
initialize(JsonHttpRequest) - Method in class com.google.api.client.googleapis.services.GoogleKeyInitializer
 
initializeParser(JsonParser) - Static method in class com.google.api.client.googleapis.json.JsonCParser
Initializes a JSON parser to use for parsing by skipping over the "data" or "error" envelope.
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.Response
 
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.MethodOverride
 
isBackOffPolicyEnabled() - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Returns whether the back off policy is enabled or disabled.
isBackOffPolicyEnabled() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns whether the back off policy is enabled or disabled.
isDirectDownloadEnabled() - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Returns whether direct media download is enabled or disabled.
isDirectUploadEnabled() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns whether direct media upload is enabled or disabled.

J

JsonBatchCallback<T> - Class in com.google.api.client.googleapis.batch.json
Callback for an individual batch JSON response.
JsonBatchCallback() - Constructor for class com.google.api.client.googleapis.batch.json.JsonBatchCallback
 
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 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
 

L

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".

M

MAXIMUM_CHUNK_SIZE - Static variable in class com.google.api.client.googleapis.media.MediaHttpDownloader
Default maximum number of bytes that will be downloaded from the server in any single HTTP request.
MediaHttpDownloader - Class in com.google.api.client.googleapis.media
Media HTTP Downloader, with support for both direct and resumable media downloads.
MediaHttpDownloader(HttpTransport, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.media.MediaHttpDownloader
Construct the MediaHttpDownloader.
MediaHttpDownloader.DownloadState - Enum in com.google.api.client.googleapis.media
Download state associated with the Media HTTP downloader.
MediaHttpDownloaderProgressListener - Interface in com.google.api.client.googleapis.media
An interface for receiving progress notifications for downloads.
MediaHttpUploader - Class in com.google.api.client.googleapis.media
Media HTTP Uploader, with support for both direct and resumable media uploads.
MediaHttpUploader(AbstractInputStreamContent, HttpTransport, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.media.MediaHttpUploader
Construct the MediaHttpUploader.
MediaHttpUploader.UploadState - Enum in com.google.api.client.googleapis.media
Upload state associated with the Media HTTP uploader.
MediaHttpUploaderProgressListener - Interface in com.google.api.client.googleapis.media
An interface for receiving progress notifications for uploads.
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.media.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

onFailure(E, GoogleHeaders) - Method in interface com.google.api.client.googleapis.batch.BatchCallback
Called if the individual batch response is unsuccessful.
onFailure(GoogleJsonErrorContainer, GoogleHeaders) - Method in class com.google.api.client.googleapis.batch.json.JsonBatchCallback
 
onFailure(GoogleJsonError, GoogleHeaders) - Method in class com.google.api.client.googleapis.batch.json.JsonBatchCallback
Called if the individual batch response is unsuccessful.
onSuccess(T, GoogleHeaders) - Method in interface com.google.api.client.googleapis.batch.BatchCallback
Called if the individual batch response is successful.
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

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
Deprecated. 
parseAndClose(InputStream, Charset, Class<T>) - Method in class com.google.api.client.googleapis.json.JsonCParser
 
parseAndClose(InputStream, Charset, Type) - Method in class com.google.api.client.googleapis.json.JsonCParser
 
parseAndClose(Reader, Class<T>) - Method in class com.google.api.client.googleapis.json.JsonCParser
 
parseAndClose(Reader, Type) - Method in class com.google.api.client.googleapis.json.JsonCParser
 
parseEntryInternal() - Method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
 
parseIdToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
parserForResponse(JsonFactory, HttpResponse) - Static method in class com.google.api.client.googleapis.json.JsonCParser
Deprecated. (scheduled to be removed in 1.12) Use JsonFactory.createJsonParser( java.io.InputStream, java.nio.charset.Charset) and JsonCParser.initializeParser(JsonParser) instead.
password - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
User's password.
progressChanged(MediaHttpDownloader) - Method in interface com.google.api.client.googleapis.media.MediaHttpDownloaderProgressListener
Called to notify that progress has been changed.
progressChanged(MediaHttpUploader) - Method in interface com.google.api.client.googleapis.media.MediaHttpUploaderProgressListener
Called to notify that progress has been changed.

Q

queue(HttpRequest, Class<T>, Class<E>, BatchCallback<T, E>) - Method in class com.google.api.client.googleapis.batch.BatchRequest
Queues the specified HttpRequest for batched execution.

S

serverErrorCallback() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
The call back method that will be invoked by MediaUploadExponentialBackOffPolicy.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.
setAccept(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Sets the Accept header to use for requests.
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.GoogleAuthorizationCodeFlow.Builder
Sets the access type ("online" to request online access or "offline" to request offline access) or null for the default behavior ("online" for web applications and "offline" for installed applications).
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".
setAlt(String) - Method in class com.google.api.client.googleapis.GoogleUrl
Sets the alternate wire format.
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.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 ("auto" for web applications and "force" for installed applications).
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".
setAuthorizationServerEncodedUrl(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
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.media.MediaHttpDownloader
Sets whether the back off policy is enabled or disabled.
setBackOffPolicyEnabled(boolean) - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Sets whether the back off policy is enabled or disabled.
setBatchUrl(GenericUrl) - Method in class com.google.api.client.googleapis.batch.BatchRequest
Sets the URL that will be hit when BatchRequest.execute() is called.
setBytesDownloaded(long) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Sets the total number of bytes that have been downloaded of the media resource.
setChunkSize(int) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Sets the maximum size of individual chunks that will get downloaded by single HTTP requests.
setChunkSize(int) - Method in class com.google.api.client.googleapis.media.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.GoogleAuthorizationCodeFlow.Builder
 
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.GoogleAuthorizationCodeFlow.Builder
 
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.
setClientIds(Iterable<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Sets a list of client IDs.
setClientIds(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Sets a list of client IDs.
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.
setClock(Clock) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setClock(Clock) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setCode(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setCode(int) - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Sets the HTTP status code of this response or null for none.
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.
setDirectDownloadEnabled(boolean) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Returns whether direct media download is enabled or disabled.
setDirectUploadEnabled(boolean) - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Sets whether direct media upload is enabled or disabled.
setDomain(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Sets the error classification or null for none.
setEmail(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Sets the e-mail address of the user or null if it was not requested.
setEmailVerified(boolean) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Sets whether the users e-mail address has been verified by Google or not.
setEntryClasses(Class<?>...) - Method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
Sets the entry classes to use when parsing.
setError(GoogleJsonError) - Method in class com.google.api.client.googleapis.json.GoogleJsonErrorContainer
Sets the GoogleJsonError.
setErrors(List<GoogleJsonError.ErrorInfo>) - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Sets the list of detailed errors or null for none.
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
 
setFields(String) - Method in class com.google.api.client.googleapis.GoogleUrl
Sets the partial fields mask.
setFromTokenResponse(TokenResponse) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
setGDataClient(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "X-GData-Client" header.
setGDataKey(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "X-GData-Key" header, which must be of the form "key=[developerId]".
setGDataVersion(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "GData-Version" header.
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.media.MediaHttpUploader
Sets the HTTP headers used for the initiation request.
setInitiationMethod(HttpMethod) - Method in class com.google.api.client.googleapis.media.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.GoogleAuthorizationCodeFlow.Builder
 
setJsonFactory(JsonFactory) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
 
setKey(String) - Method in class com.google.api.client.googleapis.GoogleUrl
Sets the API key as described in the Google APIs Console documentation.
setLocation(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Sets the location in the request that caused the error or null for none or null for none.
setLocationType(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Sets the type of location in the request that caused the error or null for none.
setMediaType(HttpMediaType) - Method in class com.google.api.client.googleapis.json.JsonCContent
 
setMediaType(HttpMediaType) - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchContent
 
setMediaType(HttpMediaType) - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 
setMessage(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Sets the human readable explanation of the error or null for none.
setMessage(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Sets the human-readable explanation of the error or null for none.
setMetadata(HttpContent) - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Sets HTTP content metadata for the media request or null for none.
setMethod(Credential.AccessMethod) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setMethodOverride(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the "X-HTTP-Method-Override" header.
setMimeType(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Sets the MIME type of the Content type header to use for requests.
setPrettyPrint(Boolean) - Method in class com.google.api.client.googleapis.GoogleUrl
Sets whether to pretty print the output.
setProgressListener(MediaHttpDownloaderProgressListener) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Sets the progress listener to send progress notifications to or null for none.
setProgressListener(MediaHttpUploaderProgressListener) - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Sets the progress listener to send progress notifications to or null for none.
setReason(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
Sets the error reason 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
 
setRpcServerUrl(GenericUrl) - Method in class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
Sets the RPC server URL.
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.
setSlug(String) - Method in class com.google.api.client.googleapis.GoogleHeaders
Sets the escaped "Slug" header value, which must be escaped using GoogleHeaders.SLUG_ESCAPER.
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
 
setSuppressPatternChecks(boolean) - Method in class com.google.api.client.googleapis.services.GoogleClient.Builder
Sets whether discovery pattern checks should be suppressed on required parameters.
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.GoogleAuthorizationCodeFlow.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.GoogleAuthorizationCodeFlow.Builder
 
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.
setUserIp(String) - Method in class com.google.api.client.googleapis.GoogleUrl
Sets the user IP used to enforce per-user limits for server-side applications, as described in the Google APIs Console documentation.
setWeb(GoogleClientSecrets.Details) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Sets the details for web applications.
size() - Method in class com.google.api.client.googleapis.batch.BatchRequest
Returns the number of queued requests in this batch request.
SLUG_ESCAPER - Static variable in class com.google.api.client.googleapis.GoogleHeaders
Escaper for the GoogleHeaders.slug header.

T

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().

U

upload(GenericUrl) - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Executes a direct media upload or resumable media upload conforming to the specifications listed here.
url - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin.ErrorInfo
 
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.media.MediaHttpDownloader.DownloadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.client.googleapis.media.MediaHttpUploader.UploadState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.api.client.googleapis.media.MediaHttpDownloader.DownloadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.client.googleapis.media.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 using GoogleIdTokenVerifier.verify(GoogleIdToken, String) with the GoogleIdTokenVerifier.getClientIds().
verify(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns a Google ID token if the given ID token string is valid using GoogleIdTokenVerifier.verify(GoogleIdToken, String) with the GoogleIdTokenVerifier.getClientIds().
verify(GoogleIdToken, String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Verifies that the given ID token is valid, using the given client ID.
verify(Set<String>, GoogleIdToken) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Verifies that the given ID token is valid, using the given set of client IDs.
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 I J L M N O P Q S T U V W

Copyright © 2010-2012 Google. All Rights Reserved.