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

A

AbstractGoogleClient - Class in com.google.api.client.googleapis.services
Abstract thread-safe Google client.
AbstractGoogleClient(AbstractGoogleClient.Builder) - Constructor for class com.google.api.client.googleapis.services.AbstractGoogleClient
 
AbstractGoogleClient(HttpTransport, HttpRequestInitializer, String, String, ObjectParser) - Constructor for class com.google.api.client.googleapis.services.AbstractGoogleClient
Deprecated.
(scheduled to be removed in 1.15) Use AbstractGoogleClient.AbstractGoogleClient(Builder)
AbstractGoogleClient(HttpTransport, HttpRequestInitializer, String, String, ObjectParser, GoogleClientRequestInitializer, String, boolean) - Constructor for class com.google.api.client.googleapis.services.AbstractGoogleClient
Deprecated.
(scheduled to be removed in 1.15) Use AbstractGoogleClient.AbstractGoogleClient(Builder)
AbstractGoogleClient.Builder - Class in com.google.api.client.googleapis.services
AbstractGoogleClient.Builder(HttpTransport, String, String, ObjectParser, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns an instance of a new builder.
AbstractGoogleClientRequest<T> - Class in com.google.api.client.googleapis.services
Abstract Google client request for a AbstractGoogleClient.
AbstractGoogleClientRequest(AbstractGoogleClient, String, String, HttpContent, Class<T>) - Constructor for class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
 
AbstractGoogleJsonClient - Class in com.google.api.client.googleapis.services.json
Thread-safe Google JSON client.
AbstractGoogleJsonClient(AbstractGoogleJsonClient.Builder) - Constructor for class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
 
AbstractGoogleJsonClient(HttpTransport, JsonFactory, String, String, HttpRequestInitializer, boolean) - Constructor for class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
Deprecated.
AbstractGoogleJsonClient(HttpTransport, HttpRequestInitializer, String, String, JsonObjectParser, GoogleClientRequestInitializer, String, boolean) - Constructor for class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
Deprecated.
AbstractGoogleJsonClient.Builder - Class in com.google.api.client.googleapis.services.json
AbstractGoogleJsonClient.Builder(HttpTransport, JsonFactory, String, String, HttpRequestInitializer, boolean) - Constructor for class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
AbstractGoogleJsonClientRequest<T> - Class in com.google.api.client.googleapis.services.json
Google JSON request for a AbstractGoogleJsonClient.
AbstractGoogleJsonClientRequest(AbstractGoogleJsonClient, String, String, Object, Class<T>) - Constructor for class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
 
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.AbstractGoogleClient
Create an BatchRequest object from this Google API client instance.
batch(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
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.
BUGFIX_VERSION - Static variable in class com.google.api.client.googleapis.GoogleUtils
Bug fix part of the current release version.
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.MethodOverride.Builder
Builds the MethodOverride.
build() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Builds a new instance of AbstractGoogleClient.
build() - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
build() - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
build() - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
buildHttpRequest() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Create a request suitable for use against this service.
buildHttpRequestUrl() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Creates a new instance of GenericUrl suitable for use against this service.
buildHttpRequestUsingHead() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Create a request suitable for use against this service, but using HEAD instead of GET.
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
 
CHANGED_HEADER - Static variable in class com.google.api.client.googleapis.subscriptions.NotificationHeaders
Name of header for the type of change performed on the resource.
checkRequiredParameter(Object, String) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Ensures that the specified required parameter is not null or AbstractGoogleClient.getSuppressRequiredParameterChecks() is true.
CLIENT_TOKEN - Static variable in class com.google.api.client.googleapis.subscriptions.NotificationHeaders
Name of header for the client token (an opaque string) provided by the client in the subscribe request and returned in the subscribe response.
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.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
clone() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
clone() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
 
clone() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
 
clone() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
clone() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
clone() - Method in class com.google.api.client.googleapis.json.GoogleJsonError
 
clone() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
 
clone() - Method in class com.google.api.client.googleapis.json.GoogleJsonErrorContainer
 
com.google.api.client.googleapis - package com.google.api.client.googleapis
Google API's.
com.google.api.client.googleapis.apache - package com.google.api.client.googleapis.apache
Google API's support based on the Apache HTTP Client.
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.javanet - package com.google.api.client.googleapis.javanet
Google API's support based on the java.net package.
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.services.json - package com.google.api.client.googleapis.services.json
Contains the basis for the generated service-specific libraries based on the JSON format.
com.google.api.client.googleapis.subscriptions - package com.google.api.client.googleapis.subscriptions
Support for creating subscriptions and receiving notifications for Google APIs.
com.google.api.client.googleapis.subscriptions.json - package com.google.api.client.googleapis.subscriptions.json
JSON-based notification handling for subscriptions.
com.google.api.client.googleapis.testing.services - package com.google.api.client.googleapis.testing.services
Test utilities for the com.google.api.client.googleapis package.
com.google.api.client.googleapis.testing.services.json - package com.google.api.client.googleapis.testing.services.json
Test utilities for the com.google.api.client.googleapis.json package.
com.google.api.client.googleapis.testing.subscriptions - package com.google.api.client.googleapis.testing.subscriptions
Test utilities for the Subscriptions extension package.
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).
CommonGoogleClientRequestInitializer - Class in com.google.api.client.googleapis.services
Google common client request initializer implementation for setting properties like key and userIp.
CommonGoogleClientRequestInitializer() - Constructor for class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
 
CommonGoogleClientRequestInitializer(String) - Constructor for class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
 
CommonGoogleClientRequestInitializer(String, String) - Constructor for class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
 
CommonGoogleJsonClientRequestInitializer - Class in com.google.api.client.googleapis.services.json
Google JSON client request initializer implementation for setting properties like key and userIp.
CommonGoogleJsonClientRequestInitializer() - Constructor for class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer
 
CommonGoogleJsonClientRequestInitializer(String) - Constructor for class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer
 
CommonGoogleJsonClientRequestInitializer(String, String) - Constructor for class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer
 
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.
CONTENT_LENGTH_HEADER - Static variable in class com.google.api.client.googleapis.media.MediaHttpUploader
Upload content type header.
CONTENT_TYPE_HEADER - Static variable in class com.google.api.client.googleapis.media.MediaHttpUploader
Upload content length header.
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.
createJsonFactory() - Method in class com.google.api.client.googleapis.subscriptions.json.JsonNotificationCallback
Creates a new JSON factory which is used to deserialize notifications.

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).
DELETED - Static variable in class com.google.api.client.googleapis.subscriptions.EventTypes
Resource was deleted.
deliverNotification(SubscriptionStore) - Method in class com.google.api.client.googleapis.subscriptions.UnparsedNotification
Handles a newly received notification, and delegates it to the registered handler.
download(GenericUrl, OutputStream) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Executes a direct media download or a resumable media download.
download(GenericUrl, HttpHeaders, OutputStream) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Executes a direct media download or a resumable media download.

E

equals(Object) - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
 
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.
EVENT_TYPE_HEADER - Static variable in class com.google.api.client.googleapis.subscriptions.NotificationHeaders
Name of header for the event type (see EventTypes).
EventTypes - Class in com.google.api.client.googleapis.subscriptions
Standard event-types used by notifications.
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.
execute() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sends the metadata request to the server and returns the parsed metadata response.
executeAndDownloadTo(OutputStream) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sends the metadata request to the server and writes the metadata content input stream of HttpResponse into the given destination output stream.
executeAsInputStream() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sends the metadata request to the server and returns the metadata content input stream of HttpResponse.
executeMedia() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sends the media request to the server and returns the raw media HttpResponse.
executeMediaAndDownloadTo(OutputStream) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sends the media request to the server and writes the media content input stream of HttpResponse into the given destination output stream.
executeMediaAsInputStream() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sends the media request to the server and returns the media content input stream of HttpResponse.
executeRefreshToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
 
executeUnparsed() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sends the metadata request to the server and returns the raw metadata HttpResponse.
executeUsingHead() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sends the metadata request using HEAD to the server and returns the raw metadata HttpResponse for the response headers.

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.
getAbstractGoogleClient() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the Google client.
getAbstractGoogleClient() - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
 
getAbstractGoogleClient() - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClientRequest
 
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".
getApplicationName() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns the application name to be used in the UserAgent header of each request or null for none.
getApplicationName() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns the application name to be sent in the User-Agent header of each request or null for none.
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(String) - Static method in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
Returns Google Login "Authorization" header value based on the given authentication token.
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.
getBaseUrl() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns the URL-encoded base URL of the service, for example "https://www.googleapis.com/tasks/v1/".
getBatchUrl() - Method in class com.google.api.client.googleapis.batch.BatchRequest
Returns the URL that will be hit when BatchRequest.execute() is called.
getCertificateTrustStore() - Static method in class com.google.api.client.googleapis.GoogleUtils
Returns the key store for trusted root certificates to use for Google APIs.
getChangeType() - Method in class com.google.api.client.googleapis.subscriptions.Notification
Returns the type of change performed on the resource or null for none.
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
Deprecated.
(scheduled to be removed in 1.15) Use IdToken.verifyAudience(java.util.Collection<java.lang.String>)
getClientIds() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Deprecated.
(scheduled to be removed in 1.15) Use IdToken.verifyAudience(java.util.Collection<java.lang.String>)
getClientSecret() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the client secret.
getClientToken() - Method in class com.google.api.client.googleapis.subscriptions.Notification
Returns the client token (an opaque string) or null for none.
getClientToken() - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Returns the arbitrary string provided by the client associated with this subscription that is delivered to the target address with each notification or null for none.
getClock() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Returns the clock.
getCode() - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Returns the HTTP status code of this response or null for none.
getContent() - Method in class com.google.api.client.googleapis.subscriptions.TypedNotification
Returns the typed content or null for none.
getContent() - Method in class com.google.api.client.googleapis.subscriptions.UnparsedNotification
Returns the content stream of this notification.
getContentType() - Method in class com.google.api.client.googleapis.subscriptions.UnparsedNotification
Returns the Content-Type of the Content of this notification.
getDataClass() - Method in class com.google.api.client.googleapis.subscriptions.TypedNotificationCallback
Returns the data type which this handler can parse or Void.class if no data type is expected.
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).
getDisableGZipContent() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns whether to disable GZip compression of HTTP content.
getDisableGZipContent() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns whether to disable GZip compression of HTTP content.
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.
getEventType() - Method in class com.google.api.client.googleapis.subscriptions.Notification
Returns the event type (see EventTypes).
getExpiration() - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Returns the HTTP date indicating the time at which the subscription will expire or null for an infinite TTL.
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
Deprecated.
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.
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.
getGoogleClientRequestInitializer() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns the Google client request initializer or null for none.
getGoogleClientRequestInitializer() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns the Google client request initializer or null for none.
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.
getHttpContent() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the HTTP content or null for none.
getHttpRequestInitializer() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns the HTTP request initializer 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.
getId() - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Returns the subscription UUID.
getIdToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
Returns the ID token.
getInitiationHeaders() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns the HTTP headers used for the initiation request.
getInitiationRequestMethod() - 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.
getJsonContent() - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
Returns POJO that can be serialized into JSON content 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.
getJsonFactory() - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
Returns the JSON Factory.
getJsonFactory() - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
Returns the JSON Factory.
getJsonFactory() - Method in class com.google.api.client.googleapis.subscriptions.json.JsonNotificationCallback
Returns the JSON-factory used by this handler.
getKey() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Returns the API key or null to leave it unchanged.
getLastBytePosition() - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Gets the last byte position of the media file we want to download or -1 if there is no upper limit on the byte position.
getLastResponseHeaders() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the HTTP headers of the last response or null before request has been executed.
getLastStatusCode() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the status code of the last response or -1 before request has been executed.
getLastStatusMessage() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the status message of the last response or null before request has been executed.
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.
getMediaHttpDownloader() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the media HTTP downloader or null for none.
getMediaHttpUploader() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the media HTTP Uploader or null for none.
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.
getMessageNumber() - Method in class com.google.api.client.googleapis.subscriptions.Notification
Returns the message number (a monotonically increasing value starting with 1).
getMetadata() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns HTTP content metadata for the media request or null for none.
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.
getNotificationCallback() - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Returns the notification callback called when a notification is received for this subscription.
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 or 0 for direct uploads when the content length is not known.
getObjectParser() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns the object parser or null for none.
getObjectParser() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns the object parser or null for none.
getObjectParser() - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
getObjectParser() - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
 
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.
getOverrideAllMethods() - Method in class com.google.api.client.googleapis.MethodOverride.Builder
Returns whether to allow all methods (except GET and POST) to be overridden regardless of whether the transport supports them.
getParser(UnparsedNotification) - Method in class com.google.api.client.googleapis.subscriptions.json.JsonNotificationCallback
 
getParser(UnparsedNotification) - Method in class com.google.api.client.googleapis.subscriptions.TypedNotificationCallback
Returns an ObjectParser which can be used to parse this notification.
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.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.
getRequestFactory() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns the HTTP request factory.
getRequestHeaders() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the HTTP headers used for the Google client request.
getRequestMethod() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the HTTP method.
getResponseClass() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the response class to parse into.
getRootUrl() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns the URL-encoded root URL of the service, for example https://www.googleapis.com/.
getRootUrl() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns the URL-encoded root URL of the service, for example "https://www.googleapis.com/".
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.
getServicePath() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns the URL-encoded service path of the service, for example "tasks/v1/".
getServicePath() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns the URL-encoded service path of the service, for example "tasks/v1/".
getSubscription(String) - Method in class com.google.api.client.googleapis.subscriptions.MemorySubscriptionStore
 
getSubscription(String) - Method in interface com.google.api.client.googleapis.subscriptions.SubscriptionStore
Retrieves a known subscription or null if not found.
getSubscriptionId() - Method in class com.google.api.client.googleapis.subscriptions.Notification
Returns the subscription UUID.
getSuppressPatternChecks() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns whether discovery pattern checks should be suppressed on required parameters.
getSuppressPatternChecks() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns whether discovery pattern checks should be suppressed on required parameters.
getSuppressRequiredParameterChecks() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns whether discovery required parameter checks should be suppressed.
getSuppressRequiredParameterChecks() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
Returns whether discovery required parameter checks should be suppressed.
getTokenUri() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Returns the token server URI.
getTopicId() - Method in class com.google.api.client.googleapis.subscriptions.Notification
Returns the opaque ID for the subscribed resource that is stable across API versions.
getTopicId() - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Returns the opaque ID for the subscribed resource that is stable across API versions or null for none.
getTopicURI() - Method in class com.google.api.client.googleapis.subscriptions.Notification
Returns the opaque ID (in the form of a canonicalized URI) for the subscribed resource that is sensitive to the API version.
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.auth.oauth2.GoogleIdTokenVerifier
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.
getTransport() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns the HTTP transport.
getUploadState() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Gets the current upload state of the uploader.
getUriTemplate() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the URI template for the path relative to the base URL.
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.services.CommonGoogleClientRequestInitializer
Returns the user IP or null to leave it unchanged.
getWeb() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Returns the details for web applications.
GoogleApacheHttpTransport - Class in com.google.api.client.googleapis.apache
Utilities for Google APIs based on ApacheHttpTransport.
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(HttpTransport, JsonFactory, String, String, Iterable<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
 
GoogleAuthorizationCodeFlow(GoogleAuthorizationCodeFlow.Builder) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
 
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
Deprecated.
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(String, 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
 
GoogleAuthorizationCodeTokenRequest(HttpTransport, JsonFactory, String, 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
 
GoogleClientRequestInitializer - Interface in com.google.api.client.googleapis.services
Google client request initializer.
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(GoogleCredential.Builder) - 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) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
(scheduled to be removed in 1.15) Use GoogleCredential.GoogleCredential(Builder)
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
Deprecated.
(scheduled to be removed in 1.15) Use GoogleCredential.GoogleCredential(Builder)
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
 
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
 
GoogleIdToken.Payload(Clock) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Deprecated.
(scheduled to be removed in 1.15) Use #Payload() instead
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(GoogleIdTokenVerifier.Builder) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
 
GoogleIdTokenVerifier(Set<String>, HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Deprecated.
(scheduled to be removed in 1.15) Use GoogleIdTokenVerifier.GoogleIdTokenVerifier(Builder)
GoogleIdTokenVerifier(Set<String>, HttpTransport, JsonFactory, Clock) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Deprecated.
(scheduled to be removed in 1.15) Use GoogleIdTokenVerifier.GoogleIdTokenVerifier(Builder)
GoogleIdTokenVerifier.Builder - Class in com.google.api.client.googleapis.auth.oauth2
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
GoogleJsonRpcHttpTransport.Builder - Class in com.google.api.client.googleapis.json
GoogleJsonRpcHttpTransport.Builder(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.json.GoogleJsonRpcHttpTransport.Builder
 
GoogleNetHttpTransport - Class in com.google.api.client.googleapis.javanet
Utilities for Google APIs based on NetHttpTransport.
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
 
GoogleUtils - Class in com.google.api.client.googleapis
Utility class for the Google API Client Library.

H

handleNotification(StoredSubscription, UnparsedNotification) - Method in interface com.google.api.client.googleapis.subscriptions.NotificationCallback
Handles a received push notification.
handleNotification(StoredSubscription, TypedNotification<T>) - Method in class com.google.api.client.googleapis.subscriptions.TypedNotificationCallback
Handles a received push notification.
handleNotification(StoredSubscription, UnparsedNotification) - Method in class com.google.api.client.googleapis.subscriptions.TypedNotificationCallback
 
handleNotification(StoredSubscription, UnparsedNotification) - Method in class com.google.api.client.googleapis.testing.subscriptions.MockNotificationCallback
 
hashCode() - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
 
HEADER - Static variable in class com.google.api.client.googleapis.MethodOverride
Name of the method override header.

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(AbstractGoogleClientRequest<?>) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient
initialize(AbstractGoogleClientRequest<?>) - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Subclasses should call super implementation in order to set the key and userIp.
initialize(AbstractGoogleClientRequest<?>) - Method in interface com.google.api.client.googleapis.services.GoogleClientRequestInitializer
Initializes a Google client request.
initialize(AbstractGoogleClientRequest<?>) - Method in class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer
 
initializeJsonRequest(AbstractGoogleJsonClientRequest<?>) - Method in class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer
Initializes a Google JSON client request.
initializeMediaDownload() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Initializes the media HTTP downloader.
initializeMediaUpload(AbstractInputStreamContent) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Initializes the media HTTP uploader based on the media content.
initializeParser(JsonParser) - Static method in class com.google.api.client.googleapis.json.JsonCParser
Deprecated.
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
Deprecated.
(scheduled to be removed in 1.15) Use JsonHttpContent instead.
JsonCContent(JsonFactory, Object) - Constructor for class com.google.api.client.googleapis.json.JsonCContent
Deprecated.
 
JsonCParser - Class in com.google.api.client.googleapis.json
Deprecated.
(scheduled to be removed in 1.15) Use JsonObjectParser instead.
JsonCParser(JsonFactory) - Constructor for class com.google.api.client.googleapis.json.JsonCParser
Deprecated.
 
JsonNotificationCallback<T> - Class in com.google.api.client.googleapis.subscriptions.json
A TypedNotificationCallback which uses an JSON content encoding.
JsonNotificationCallback() - Constructor for class com.google.api.client.googleapis.subscriptions.json.JsonNotificationCallback
 

L

listSubscriptions() - Method in class com.google.api.client.googleapis.subscriptions.MemorySubscriptionStore
 
listSubscriptions() - Method in interface com.google.api.client.googleapis.subscriptions.SubscriptionStore
Returns all known/registered subscriptions.
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

MAJOR_VERSION - Static variable in class com.google.api.client.googleapis.GoogleUtils
Major part of the current release version.
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.
MemorySubscriptionStore - Class in com.google.api.client.googleapis.subscriptions
SubscriptionStore which stores all subscription information in memory.
MemorySubscriptionStore() - Constructor for class com.google.api.client.googleapis.subscriptions.MemorySubscriptionStore
 
MESSAGE_NUMBER_HEADER - Static variable in class com.google.api.client.googleapis.subscriptions.NotificationHeaders
Name of header for the message number (a monotonically increasing value starting with 1).
MethodOverride - Class in com.google.api.client.googleapis
Thread-safe HTTP request execute interceptor for Google API's that wraps HTTP requests inside of a POST request and uses MethodOverride.HEADER 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.Builder - Class in com.google.api.client.googleapis
Builder for MethodOverride.
MethodOverride.Builder() - Constructor for class com.google.api.client.googleapis.MethodOverride.Builder
 
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).
MINOR_VERSION - Static variable in class com.google.api.client.googleapis.GoogleUtils
Minor part of the current release version.
MockGoogleClient - Class in com.google.api.client.googleapis.testing.services
Thread-safe mock Google client.
MockGoogleClient(HttpTransport, String, String, ObjectParser, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.testing.services.MockGoogleClient
 
MockGoogleClient(MockGoogleClient.Builder) - Constructor for class com.google.api.client.googleapis.testing.services.MockGoogleClient
 
MockGoogleClient(HttpTransport, HttpRequestInitializer, String, String, ObjectParser) - Constructor for class com.google.api.client.googleapis.testing.services.MockGoogleClient
MockGoogleClient(HttpTransport, HttpRequestInitializer, String, String, ObjectParser, GoogleClientRequestInitializer, String, boolean) - Constructor for class com.google.api.client.googleapis.testing.services.MockGoogleClient
Deprecated.
(scheduled to be removed in 1.15) Use MockGoogleClient.Builder
MockGoogleClient.Builder - Class in com.google.api.client.googleapis.testing.services
Builder for MockGoogleClient.
MockGoogleClient.Builder(HttpTransport, String, String, ObjectParser, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
MockGoogleClientRequest<T> - Class in com.google.api.client.googleapis.testing.services
Thread-safe mock Google request.
MockGoogleClientRequest(AbstractGoogleClient, String, String, HttpContent, Class<T>) - Constructor for class com.google.api.client.googleapis.testing.services.MockGoogleClientRequest
 
MockGoogleJsonClient - Class in com.google.api.client.googleapis.testing.services.json
Thread-safe mock Google JSON client.
MockGoogleJsonClient(MockGoogleJsonClient.Builder) - Constructor for class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient
 
MockGoogleJsonClient(HttpTransport, JsonFactory, String, String, HttpRequestInitializer, boolean) - Constructor for class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient
 
MockGoogleJsonClient(HttpTransport, HttpRequestInitializer, String, String, JsonObjectParser, GoogleClientRequestInitializer, String, boolean) - Constructor for class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient
Deprecated.
(scheduled to be removed in 1.15) Use MockGoogleJsonClient.Builder
MockGoogleJsonClient.Builder - Class in com.google.api.client.googleapis.testing.services.json
MockGoogleJsonClient.Builder(HttpTransport, JsonFactory, String, String, HttpRequestInitializer, boolean) - Constructor for class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
MockGoogleJsonClientRequest<T> - Class in com.google.api.client.googleapis.testing.services.json
Thread-safe mock Google JSON request.
MockGoogleJsonClientRequest(AbstractGoogleJsonClient, String, String, Object, Class<T>) - Constructor for class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClientRequest
 
MockNotificationCallback - Class in com.google.api.client.googleapis.testing.subscriptions
Mock for the NotificationCallback class.
MockNotificationCallback() - Constructor for class com.google.api.client.googleapis.testing.subscriptions.MockNotificationCallback
 
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
 
newExceptionOnError(HttpResponse) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the exception to throw on an HTTP error response as defined by HttpResponse.isSuccessStatusCode().
newExceptionOnError(HttpResponse) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
 
newTokenRequest(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
 
newTrustedTransport() - Static method in class com.google.api.client.googleapis.apache.GoogleApacheHttpTransport
Returns a new instance of ApacheHttpTransport that uses GoogleUtils.getCertificateTrustStore() for the trusted certificates using ApacheHttpTransport.Builder.trustCertificates(KeyStore).
newTrustedTransport() - Static method in class com.google.api.client.googleapis.javanet.GoogleNetHttpTransport
Returns a new instance of NetHttpTransport that uses GoogleUtils.getCertificateTrustStore() for the trusted certificates using NetHttpTransport.Builder.trustCertificates(KeyStore) .
Notification - Class in com.google.api.client.googleapis.subscriptions
Notification sent to this client about a subscribed resource.
Notification(String, String, String, String, long, String, String) - Constructor for class com.google.api.client.googleapis.subscriptions.Notification
 
Notification(Notification) - Constructor for class com.google.api.client.googleapis.subscriptions.Notification
Creates a new notification by copying all information specified in the source notification.
NotificationCallback - Interface in com.google.api.client.googleapis.subscriptions
Callback which is used to receive UnparsedNotifications after subscribing to a topic.
NotificationHeaders - Class in com.google.api.client.googleapis.subscriptions
Headers for notifications.

O

onFailure(E, HttpHeaders) - Method in interface com.google.api.client.googleapis.batch.BatchCallback
Called if the individual batch response is unsuccessful.
onFailure(GoogleJsonErrorContainer, HttpHeaders) - Method in class com.google.api.client.googleapis.batch.json.JsonBatchCallback
 
onFailure(GoogleJsonError, HttpHeaders) - Method in class com.google.api.client.googleapis.batch.json.JsonBatchCallback
Called if the individual batch response is unsuccessful.
onSuccess(T, HttpHeaders) - 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.
parseAndClose(InputStream, Charset, Type) - Method in class com.google.api.client.googleapis.json.JsonCParser
Deprecated.
 
parseAndClose(Reader, Type) - Method in class com.google.api.client.googleapis.json.JsonCParser
Deprecated.
 
parseEntryInternal() - Method in class com.google.api.client.googleapis.xml.atom.MultiKindFeedParser
 
parseIdToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
Parses using GoogleIdToken.parse(JsonFactory, String) based on the JSON factory and ID token.
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.
queue(BatchRequest, Class<E>, BatchCallback<T, E>) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Queues the request into the specified batch request container using the specified error class.
queue(BatchRequest, JsonBatchCallback<T>) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
Queues the request into the specified batch request container.

R

randomId() - Static method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Returns a new random UUID to be used as a subscription ID.
removeSubscription(StoredSubscription) - Method in class com.google.api.client.googleapis.subscriptions.MemorySubscriptionStore
 
removeSubscription(StoredSubscription) - Method in interface com.google.api.client.googleapis.subscriptions.SubscriptionStore
Removes a registered subscription from the store.

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 during resumable upload inside MediaHttpUploader.upload(com.google.api.client.http.GenericUrl).
serverUrl - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
URL for the Client Login authorization server.
set(String, Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
set(String, Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
set(String, Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
set(String, Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
 
set(String, Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
 
set(String, Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
set(String, Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
set(String, Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
set(String, Object) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
 
set(String, Object) - Method in class com.google.api.client.googleapis.json.GoogleJsonError
 
set(String, Object) - Method in class com.google.api.client.googleapis.json.GoogleJsonErrorContainer
 
set(String, Object) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
 
set(String, Object) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
 
set(String, Object) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClientRequest
 
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".
setApplicationName(String) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Sets the application name to be used in the UserAgent header of each request or null for none.
setApplicationName(String) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
setApplicationName(String) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
setApplicationName(String) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
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
Deprecated.
(scheduled to be removed in 1.15) Use IdToken.verifyAudience(java.util.Collection<java.lang.String>)
setClientIds(String...) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Deprecated.
(scheduled to be removed in 1.15) Use IdToken.verifyAudience(java.util.Collection<java.lang.String>)
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.
setClientToken(String) - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Sets the the arbitrary string provided by the client associated with this subscription that is delivered to the target address with each notification or null for none.
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
 
setClock(Clock) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Sets the clock.
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.
setContentRange(long, int) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Sets the content range of the next download request.
setCredentialStore(CredentialStore) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setDataType(Class<T>) - Method in class com.google.api.client.googleapis.subscriptions.json.JsonNotificationCallback
 
setDataType(Class<T>) - Method in class com.google.api.client.googleapis.subscriptions.TypedNotificationCallback
Sets the data type which this handler can parse or Void.class if no data type is expected.
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.
setDisableGZipContent(boolean) - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Sets whether to disable GZip compression of HTTP content.
setDisableGZipContent(boolean) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sets whether to disable GZip compression of HTTP content.
setDisableGZipContent(boolean) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
 
setDisableGZipContent(boolean) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClientRequest
 
setDisableGZipContent(boolean) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClientRequest
 
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.
setExpiration(String) - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Sets the HTTP date indicating the time at which the subscription will expire or null for an infinite TTL.
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
 
setGoogleClientRequestInitializer(GoogleClientRequestInitializer) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Sets the Google client request initializer or null for none.
setGoogleClientRequestInitializer(GoogleClientRequestInitializer) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
setGoogleClientRequestInitializer(GoogleClientRequestInitializer) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
setGoogleClientRequestInitializer(GoogleClientRequestInitializer) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
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.
setHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Sets the HTTP request initializer or null for none.
setHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
setHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
setHttpRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
setIdToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
Sets the ID token.
setInitiationHeaders(HttpHeaders) - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Sets the HTTP headers used for the initiation request.
setInitiationRequestMethod(String) - 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
 
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
Deprecated.
 
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
 
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.
setOverrideAllMethods(boolean) - Method in class com.google.api.client.googleapis.MethodOverride.Builder
Sets whether to allow all methods (except GET and POST) to be overridden regardless of whether the transport supports them.
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
 
setRequestHeaders(HttpHeaders) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sets the HTTP headers used for the Google client request.
setRequestHeaders(HttpHeaders) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
 
setRequestHeaders(HttpHeaders) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClientRequest
 
setRequestHeaders(HttpHeaders) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClientRequest
 
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
 
setRootUrl(String) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Sets the URL-encoded root URL of the service, for example https://www.googleapis.com/ .
setRootUrl(String) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
setRootUrl(String) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
setRootUrl(String) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
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.
setServiceAccountPrivateKeyFromPemFile(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.
setServicePath(String) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Sets the URL-encoded service path of the service, for example "tasks/v1/".
setServicePath(String) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
setServicePath(String) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
setServicePath(String) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
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
 
setSuppressAllChecks(boolean) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Suppresses all discovery pattern and required parameter checks.
setSuppressPatternChecks(boolean) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Sets whether discovery pattern checks should be suppressed on required parameters.
setSuppressPatternChecks(boolean) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
setSuppressPatternChecks(boolean) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
setSuppressPatternChecks(boolean) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
setSuppressRequiredParameterChecks(boolean) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Sets whether discovery required parameter checks should be suppressed.
setSuppressRequiredParameterChecks(boolean) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
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.
setTopicId(String) - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
Sets the opaque ID for the subscribed resource that is stable across API versions or null for none.
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
 
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.
size() - Method in class com.google.api.client.googleapis.batch.BatchRequest
Returns the number of queued requests in this batch request.
StoredSubscription - Class in com.google.api.client.googleapis.subscriptions
Client subscription information to be stored in a SubscriptionStore.
StoredSubscription(NotificationCallback) - Constructor for class com.google.api.client.googleapis.subscriptions.StoredSubscription
Constructor with a random UUID using StoredSubscription.randomId().
StoredSubscription(NotificationCallback, String) - Constructor for class com.google.api.client.googleapis.subscriptions.StoredSubscription
Constructor with a custom UUID.
StoredSubscription(NotificationCallback, GenericJson) - Constructor for class com.google.api.client.googleapis.subscriptions.StoredSubscription
Constructor based on a JSON-formatted subscription response information.
storeSubscription(StoredSubscription) - Method in class com.google.api.client.googleapis.subscriptions.MemorySubscriptionStore
 
storeSubscription(StoredSubscription) - Method in interface com.google.api.client.googleapis.subscriptions.SubscriptionStore
Stores the subscription in the applications data store, replacing any existing subscription with the same id.
SUBSCRIPTION_ID - Static variable in class com.google.api.client.googleapis.subscriptions.NotificationHeaders
Name of header for the subscription UUID provided by the client in the subscribe request and returned in the subscribe response.
SubscriptionStore - Interface in com.google.api.client.googleapis.subscriptions
Stores and manages registered subscriptions and their handlers.
SYNC - Static variable in class com.google.api.client.googleapis.subscriptions.EventTypes
Notification that the subscription is alive (comes with no payload).

T

TOKEN_SERVER_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants
Encoded URL of Google's token server.
TOPIC_ID - Static variable in class com.google.api.client.googleapis.subscriptions.NotificationHeaders
Name of header for the opaque ID for the subscribed resource that is stable across API versions returned in the subscribe response.
TOPIC_URI - Static variable in class com.google.api.client.googleapis.subscriptions.NotificationHeaders
Name of header for the opaque ID (in the form of a canonicalized URI) for the subscribed resource that is sensitive to the API version returned in the subscribe response.
toString() - Method in class com.google.api.client.googleapis.subscriptions.StoredSubscription
 
transport - Variable in class com.google.api.client.googleapis.auth.clientlogin.ClientLogin
HTTP transport required for executing request in ClientLogin.authenticate().
TypedNotification<T> - Class in com.google.api.client.googleapis.subscriptions
Typed notification sent to this client about a subscribed resource.
TypedNotification(Notification, T) - Constructor for class com.google.api.client.googleapis.subscriptions.TypedNotification
 
TypedNotification(String, String, String, String, long, String, String, T) - Constructor for class com.google.api.client.googleapis.subscriptions.TypedNotification
 
TypedNotificationCallback<T> - Class in com.google.api.client.googleapis.subscriptions
Callback which is used to receive typed Notifications after subscribing to a topic.
TypedNotificationCallback() - Constructor for class com.google.api.client.googleapis.subscriptions.TypedNotificationCallback
 

U

UnparsedNotification - Class in com.google.api.client.googleapis.subscriptions
A notification whose content has not been parsed yet.
UnparsedNotification(String, String, String, String, long, String, String, String, InputStream) - Constructor for class com.google.api.client.googleapis.subscriptions.UnparsedNotification
Creates a Notification whose content has not yet been read and parsed.
UPDATED - Static variable in class com.google.api.client.googleapis.subscriptions.EventTypes
Resource was modified.
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 the cached public keys.
verify(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Verifies that the given ID token is valid using GoogleIdTokenVerifier.verify(GoogleIdToken) and returns the ID token if succeeded.
verify(GoogleIdToken, String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Deprecated.
(scheduled to be removed in 1.15) Use GoogleIdTokenVerifier.verify(GoogleIdToken)
verify(Set<String>, GoogleIdToken) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Deprecated.
(scheduled to be removed in 1.15) Use GoogleIdTokenVerifier.verify(GoogleIdToken)
verifyIdToken(GoogleIdTokenVerifier) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
Deprecated.
VERSION - Static variable in class com.google.api.client.googleapis.GoogleUtils
Current release version.

W

wasCalled() - Method in class com.google.api.client.googleapis.testing.subscriptions.MockNotificationCallback
Returns true if this handler was called.
writeTo(OutputStream) - Method in class com.google.api.client.googleapis.json.JsonCContent
Deprecated.
 
writeTo(XmlSerializer) - Method in class com.google.api.client.googleapis.xml.atom.AtomPatchRelativeToOriginalContent
 
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2010-2013 Google. All Rights Reserved.