Skip navigation links
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.Builder - Class in com.google.api.client.googleapis.services
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.Builder - Class in com.google.api.client.googleapis.services.json
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
 
AbstractNotification - Class in com.google.api.client.googleapis.notifications
Beta
Notification metadata sent to this client about a watched resource.
AbstractNotification(long, String, String, String, String) - Constructor for class com.google.api.client.googleapis.notifications.AbstractNotification
 
AbstractNotification(AbstractNotification) - Constructor for class com.google.api.client.googleapis.notifications.AbstractNotification
Copy constructor based on a source notification object.
ACCESS_TOKEN - Static variable in class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential
 
addClient(String, String) - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockTokenServerTransport
 
addRefreshListener(CredentialRefreshListener) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
addRefreshListener(CredentialRefreshListener) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
 
addRefreshListener(CredentialRefreshListener) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
addRefreshToken(String, String) - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockTokenServerTransport
 
addServiceAccount(String, String) - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockTokenServerTransport
 
AUTHORIZATION_SERVER_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants
Encoded URL of Google's end-user authorization server.

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
Deprecated.
Please use AbstractGoogleClient#batch(HttpRequestInitializer) to instantiate your batch request.
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
Deprecated.
 
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.auth.oauth2.GooglePublicKeysManager.Builder
Builds a new instance of GooglePublicKeysManager.
build() - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
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.CommonGoogleClientRequestInitializer.Builder
Returns the constructed CommonGoogleClientRequestInitializer instance.
build() - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
build() - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential.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
 
Builder(HttpTransport, JsonFactory, String, String, Collection<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
Builder(HttpTransport, JsonFactory, GoogleClientSecrets, Collection<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
Builder() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
 
Builder(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
 
Builder(GooglePublicKeysManager) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
 
Builder(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager.Builder
Returns an instance of a new builder.
Builder(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
Builder() - Constructor for class com.google.api.client.googleapis.MethodOverride.Builder
 
Builder(HttpTransport, String, String, ObjectParser, HttpRequestInitializer) - Constructor for class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Returns an instance of a new builder.
Builder() - Constructor for class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
 
Builder(HttpTransport, JsonFactory, String, String, HttpRequestInitializer, boolean) - Constructor for class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
Builder() - Constructor for class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer.Builder
 
Builder() - Constructor for class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential.Builder
 
Builder(HttpTransport, JsonFactory, String, String, HttpRequestInitializer, boolean) - Constructor for class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
Builder(HttpTransport, String, String, ObjectParser, HttpRequestInitializer) - Constructor for 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.
buildRequest(String, String) - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockTokenServerTransport
 
buildRequest(String, String) - Method in class com.google.api.client.googleapis.testing.compute.MockMetadataServerTransport
 

C

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.
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
 
CloudShellCredential - Class in com.google.api.client.googleapis.auth.oauth2
Deprecated.
Please use google-auth-library for handling authentication and authorization from Cloud Shell.
CloudShellCredential(int, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.CloudShellCredential
Deprecated.
 
com.google.api.client.googleapis - package com.google.api.client.googleapis
Google APIs.
com.google.api.client.googleapis.apache - package com.google.api.client.googleapis.apache
Google APIs support based on the Apache HTTP Client.
com.google.api.client.googleapis.apache.v2 - package com.google.api.client.googleapis.apache.v2
Google APIs support based on the Apache HTTP Client.
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.compute - package com.google.api.client.googleapis.compute
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.mtls - package com.google.api.client.googleapis.mtls
Mutual TLS utilities for the Google API Client Library.
com.google.api.client.googleapis.notifications - package com.google.api.client.googleapis.notifications
Beta
Support for notification channels to listen for changes to watched Google API resources.
com.google.api.client.googleapis.notifications.json - package com.google.api.client.googleapis.notifications.json
Beta
JSON-based notification handling for notification channels.
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.testing - package com.google.api.client.googleapis.testing
Beta
Test utilities for the com.google.api.client.googleapis package.
com.google.api.client.googleapis.testing.auth.oauth2 - package com.google.api.client.googleapis.testing.auth.oauth2
Beta
Test utilities for the com.google.api.client.googleapis.auth.oauth2 package.
com.google.api.client.googleapis.testing.compute - package com.google.api.client.googleapis.testing.compute
Beta
Test utilities for the com.google.api.client.googleapis.compute package.
com.google.api.client.googleapis.testing.json - package com.google.api.client.googleapis.testing.json
Beta
Test utilities for the com.google.api.client.googleapis.json package.
com.google.api.client.googleapis.testing.notifications - package com.google.api.client.googleapis.testing.notifications
Beta
Test utilities for the com.google.api.client.googleapis.notifications package.
com.google.api.client.googleapis.testing.services - package com.google.api.client.googleapis.testing.services
Beta
Test utilities for the com.google.api.client.googleapis.services package.
com.google.api.client.googleapis.testing.services.json - package com.google.api.client.googleapis.testing.services.json
Beta
Test utilities for the com.google.api.client.googleapis.services.json package.
com.google.api.client.googleapis.util - package com.google.api.client.googleapis.util
Utilities for the Google API Client Library.
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
Deprecated.
Please use the builder interface
CommonGoogleClientRequestInitializer(String) - Constructor for class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Deprecated.
Please use the builder interface
CommonGoogleClientRequestInitializer(String, String) - Constructor for class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Deprecated.
Please use the builder interface
CommonGoogleClientRequestInitializer(CommonGoogleClientRequestInitializer.Builder) - Constructor for class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
 
CommonGoogleClientRequestInitializer.Builder - Class in com.google.api.client.googleapis.services
Builder for 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
Deprecated.
Please use the builder interface
CommonGoogleJsonClientRequestInitializer(String) - Constructor for class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer
Deprecated.
Please use the builder interface
CommonGoogleJsonClientRequestInitializer(String, String) - Constructor for class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer
Deprecated.
Please use the builder interface
CommonGoogleJsonClientRequestInitializer.Builder - Class in com.google.api.client.googleapis.services.json
Builder for CommonGoogleJsonClientRequestInitializer.
ComputeCredential - Class in com.google.api.client.googleapis.compute
Beta
Google Compute Engine service accounts OAuth 2.0 credential based on Authenticating from Google Compute Engine.
ComputeCredential(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.compute.ComputeCredential
 
ComputeCredential(ComputeCredential.Builder) - Constructor for class com.google.api.client.googleapis.compute.ComputeCredential
 
ComputeCredential.Builder - Class in com.google.api.client.googleapis.compute
Beta
Google Compute Engine credential builder.
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.
ContextAwareMetadataJson - Class in com.google.api.client.googleapis.mtls
Beta
Data class representing context_aware_metadata.json file.
ContextAwareMetadataJson() - Constructor for class com.google.api.client.googleapis.mtls.ContextAwareMetadataJson
 
createDelegated(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
For service accounts that need to delegate to a specific user, create a copy of the credential with the specified user.
createScoped(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
For credentials that require scopes, creates a copy of the credential with the specified scopes.
createScopedRequired() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
Indicates whether the credential requires scopes to be specified by calling createScoped before use.

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).
DEFAULT_DATA_STORE_ID - Static variable in class com.google.api.client.googleapis.notifications.StoredChannel
Default data store ID.
DEFAULT_PUBLIC_CERTS_ENCODED_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants
Beta
Encoded URL of Google's public certificates.
Details() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
 
Details() - Constructor for class com.google.api.client.googleapis.json.GoogleJsonError.Details
 
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.notifications.StoredChannel
 
ErrorInfo() - Constructor for class com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
 
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.CloudShellCredential
Deprecated.
 
executeRefreshToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
 
executeRefreshToken() - Method in class com.google.api.client.googleapis.compute.ComputeCredential
 
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.
EXISTS - Static variable in class com.google.api.client.googleapis.notifications.ResourceStates
Resource exists, for example on a create or update.

F

from(JsonFactory, HttpResponse) - Static method in exception com.google.api.client.googleapis.json.GoogleJsonResponseException
Returns a new instance of GoogleJsonResponseException.
fromStream(InputStream) - Static method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
Return a credential defined by a Json file.
fromStream(InputStream, HttpTransport, JsonFactory) - Static method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
Return a credential defined by a Json file.

G

GET_AUTH_TOKEN_REQUEST - Static variable in class com.google.api.client.googleapis.auth.oauth2.CloudShellCredential
Deprecated.
The Cloud Shell back authorization channel uses serialized Javascript Protobufers, preceeded by the message lengeth and a new line character.
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
 
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".
getApplicationDefault() - Static method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
Returns the Application Default Credentials.
getApplicationDefault(HttpTransport, JsonFactory) - Static method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
Returns the Application Default Credentials.
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".
getAuthPort() - Method in class com.google.api.client.googleapis.auth.oauth2.CloudShellCredential
Deprecated.
 
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.
getChanged() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Returns the type of change performed on the resource or null for none.
getChannelExpiration() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Returns the notification channel expiration time or null for none.
getChannelId() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Returns the notification channel UUID provided by the client in the watch request.
getChannelToken() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Returns the notification channel token (an opaque string) provided by the client in the watch request 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.
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.notifications.StoredChannel
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.GooglePublicKeysManager.Builder
Returns the clock.
getClock() - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
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.
getCommands() - Method in class com.google.api.client.googleapis.mtls.ContextAwareMetadataJson
Returns the cert provider command.
getContent() - Method in class com.google.api.client.googleapis.notifications.TypedNotification
Returns the parsed notification content or null for none.
getContentStream() - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
Returns the notification content input stream or null for none.
getContentType() - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
Returns the notification content media type for the content stream or null for none or unknown.
getDataClass() - Method in class com.google.api.client.googleapis.notifications.TypedNotificationCallback
Returns the data class to parse the notification content into or Void.class if no notification content is expected.
getDefaultDataStore(DataStoreFactory) - Static method in class com.google.api.client.googleapis.notifications.StoredChannel
Returns the stored channel data store using the ID StoredChannel.DEFAULT_DATA_STORE_ID.
getDefaultJsonFactory() - Static method in class com.google.api.client.googleapis.util.Utils
Returns a cached default implementation of the JsonFactory interface.
getDefaultMtlsProvider() - Static method in class com.google.api.client.googleapis.mtls.MtlsUtils
Returns the default MtlsProvider instance.
getDefaultTransport() - Static method in class com.google.api.client.googleapis.util.Utils
Returns a cached default implementation of the HttpTransport interface.
getDescription() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ParameterViolations
 
getDetail() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.Details
 
getDetails() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Returns the details for either installed or web applications.
getDetails() - Method in class com.google.api.client.googleapis.json.GoogleJsonError
 
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.
getExpiration() - Method in class com.google.api.client.googleapis.notifications.StoredChannel
Returns the milliseconds in Unix 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
getExpirationTimeMilliseconds() - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
Returns the expiration time in milliseconds to be used with Clock.currentTimeMillis() or 0 for none.
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.
getId() - Method in class com.google.api.client.googleapis.notifications.StoredChannel
Returns the subscription UUID.
getIdToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
Beta
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
Deprecated.
(scheduled to be removed in 1.18) Use IdToken.Payload.getAuthorizedParty() instead.
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.auth.oauth2.GooglePublicKeysManager.Builder
Returns the JSON factory.
getJsonFactory() - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
Returns the JSON factory.
getJsonFactory() - Method in class com.google.api.client.googleapis.notifications.json.JsonNotificationCallback
Returns the JSON factory to use to parse the notification content.
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.
getKey() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Returns the API key.
getKey() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Returns the API key or null to leave it unchanged.
getKeyStore() - Method in interface com.google.api.client.googleapis.mtls.MtlsProvider
The password for mutual TLS key store.
getKeyStorePassword() - Method in interface com.google.api.client.googleapis.mtls.MtlsProvider
The key store to use for mutual TLS.
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.notifications.AbstractNotification
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.
getMetadataServerUrl() - Static method in class com.google.api.client.googleapis.auth.oauth2.OAuth2Utils
 
getNotificationCallback() - Method in class com.google.api.client.googleapis.notifications.StoredChannel
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 the server received so far or 0 for direct uploads when the content length is not known.
getObjectParser() - Method in class com.google.api.client.googleapis.notifications.json.JsonNotificationCallback
 
getObjectParser() - Method in class com.google.api.client.googleapis.notifications.TypedNotificationCallback
Returns an ObjectParser which can be used to parse this notification.
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
 
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.
getParameter() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ParameterViolations
 
getParameterViolations() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.Details
 
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.
getPublicCerts() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Returns the Google public keys manager.
getPublicCertsEncodedUrl() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Deprecated.
getPublicCertsEncodedUrl() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Deprecated.
getPublicCertsEncodedUrl() - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager.Builder
Returns the public certificates encoded URL.
getPublicCertsEncodedUrl() - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
Returns the public certificates encoded URL.
getPublicKeys() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Deprecated.
getPublicKeys() - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
Returns an unmodifiable view of the public keys.
getPublicKeysManager() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Returns the Google public keys manager.
getReason() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.Details
 
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.
getRequestReason() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Get the configured request reason.
getRequestReason() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Returns the request reason or null to leave it unchanged.
getResourceId() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Returns the opaque ID for the watched resource that is stable across API versions.
getResourceState() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Returns the resource state.
getResourceUri() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Returns the opaque ID (in the form of a canonicalized URI) for the watched resource that is sensitive to the API version.
getResponseClass() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns the response class to parse into.
getReturnRawInputSteam() - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Returns whether response should return raw input stream.
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/".
getServiceAccountId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
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
Deprecated.
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
Deprecated.
Returns the private key to use with the service account flow or null for none.
getServiceAccountPrivateKey() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Returns the private key to use with the service account flow or null if not using the service account flow.
getServiceAccountPrivateKeyId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Beta
Returns the id of the private key to use with the service account flow or null for none.
getServiceAccountPrivateKeyId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
Returns the ID of the private key to use with the service account flow or null if not using the service account flow.
getServiceAccountProjectId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Returns the service account Project ID or null for none.
getServiceAccountProjectId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Returns the service account Project ID or null if not present, either because this is not using the service account flow, or is using an older version of the service account configuration.
getServiceAccountScopes() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Returns a collection of OAuth scopes to use with the service account flow or null for none.
getServiceAccountScopes() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Returns a collection of OAuth scopes to use with the service account flow or null if not using the service account flow.
getServiceAccountScopesAsString() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Returns the space-separated OAuth scopes to use with 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
Deprecated.
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
Deprecated.
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/".
getSleeper() - Method in class com.google.api.client.googleapis.batch.BatchRequest
Returns the sleeper.
getSleeper() - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Returns the sleeper.
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.notifications.StoredChannel
Returns the opaque ID for the subscribed resource that is stable across API versions or null for none.
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.auth.oauth2.GooglePublicKeysManager.Builder
Returns the HTTP transport.
getTransport() - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
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.
getType() - Method in class com.google.api.client.googleapis.json.GoogleJsonError.Details
 
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.
getUserAgent() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Returns the configured user agent.
getUserAgent() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Returns the user agent or null to leave it unchanged.
getUserId() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Deprecated.
(scheduled to be removed in 1.18) Use JsonWebToken.Payload.getSubject() instead.
getUserIp() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Returns the configured userIp.
getUserIp() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Returns the user IP or null to leave it unchanged.
getUserProject() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Get the configured user project.
getUserProject() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Returns the user project or null.
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
Deprecated.
Use com.google.api.client.googleapis.apache.v2.GoogleApacheHttpTransport
GoogleApacheHttpTransport - Class in com.google.api.client.googleapis.apache.v2
Utilities for Google APIs based on ApacheHttpTransport.
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, Collection<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.Builder - Class in com.google.api.client.googleapis.auth.oauth2
Google authorization code flow 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.
GoogleAuthorizationCodeRequestUrl(String, String, Collection<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
GoogleAuthorizationCodeRequestUrl(String, String, String, Collection<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
GoogleAuthorizationCodeRequestUrl(GoogleClientSecrets, String, Collection<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.
GoogleBrowserClientRequestUrl(String, String, Collection<String>) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
GoogleBrowserClientRequestUrl(GoogleClientSecrets, String, Collection<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.
GoogleCredential - Class in com.google.api.client.googleapis.auth.oauth2
Deprecated.
Please use google-auth-library for handling Application Default Credentials and other non-OAuth2 based authentication.
GoogleCredential() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
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
Deprecated.
 
GoogleCredential.Builder - Class in com.google.api.client.googleapis.auth.oauth2
Deprecated.
Google credential builder.
GoogleIdToken - Class in com.google.api.client.googleapis.auth.oauth2
Beta
Google ID tokens as specified in OpenID Connect.
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
Beta
Google ID token payload.
GoogleIdTokenVerifier - Class in com.google.api.client.googleapis.auth.oauth2
Beta
Thread-safe Google ID token verifier.
GoogleIdTokenVerifier(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
 
GoogleIdTokenVerifier(GooglePublicKeysManager) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
 
GoogleIdTokenVerifier(GoogleIdTokenVerifier.Builder) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
 
GoogleIdTokenVerifier.Builder - Class in com.google.api.client.googleapis.auth.oauth2
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.Details - Class in com.google.api.client.googleapis.json
 
GoogleJsonError.ErrorInfo - Class in com.google.api.client.googleapis.json
Detailed error information.
GoogleJsonError.ParameterViolations - Class in com.google.api.client.googleapis.json
 
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.
GoogleJsonResponseException(HttpResponseException.Builder, GoogleJsonError) - Constructor for exception com.google.api.client.googleapis.json.GoogleJsonResponseException
 
GoogleJsonResponseExceptionFactoryTesting - Class in com.google.api.client.googleapis.testing.json
Beta
Factory class that builds GoogleJsonResponseException instances for testing.
GoogleJsonResponseExceptionFactoryTesting() - Constructor for class com.google.api.client.googleapis.testing.json.GoogleJsonResponseExceptionFactoryTesting
 
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.
GooglePublicKeysManager - Class in com.google.api.client.googleapis.auth.oauth2
Beta
Thread-safe Google public keys manager.
GooglePublicKeysManager(HttpTransport, JsonFactory) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
 
GooglePublicKeysManager(GooglePublicKeysManager.Builder) - Constructor for class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
 
GooglePublicKeysManager.Builder - Class in com.google.api.client.googleapis.auth.oauth2
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

hashCode() - Method in class com.google.api.client.googleapis.notifications.StoredChannel
 
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.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.
intercept(HttpRequest) - Method in class com.google.api.client.googleapis.MethodOverride
 
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
 
JsonNotificationCallback<T> - Class in com.google.api.client.googleapis.notifications.json
Beta
A TypedNotificationCallback which uses an JSON content encoding.
JsonNotificationCallback() - Constructor for class com.google.api.client.googleapis.notifications.json.JsonNotificationCallback
 

L

load(JsonFactory, Reader) - Static method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets
Loads the client_secrets.json file from the given reader.
loadPublicCerts() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier
Deprecated.
(scheduled to be removed in 1.18) Use GoogleIdTokenVerifier.getPublicKeysManager() and GooglePublicKeysManager.refresh() instead.

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.
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.
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
Beta
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.Builder - Class in com.google.api.client.googleapis.testing.services
Builder for MockGoogleClient.
MockGoogleClientRequest<T> - Class in com.google.api.client.googleapis.testing.services
Beta
Thread-safe mock Google request.
MockGoogleClientRequest(AbstractGoogleClient, String, String, HttpContent, Class<T>) - Constructor for class com.google.api.client.googleapis.testing.services.MockGoogleClientRequest
 
MockGoogleCredential - Class in com.google.api.client.googleapis.testing.auth.oauth2
MockGoogleCredential(MockGoogleCredential.Builder) - Constructor for class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential
 
MockGoogleCredential.Builder - Class in com.google.api.client.googleapis.testing.auth.oauth2
Mock for GoogleCredential.Builder.
MockGoogleJsonClient - Class in com.google.api.client.googleapis.testing.services.json
Beta
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.Builder - Class in com.google.api.client.googleapis.testing.services.json
MockGoogleJsonClientRequest<T> - Class in com.google.api.client.googleapis.testing.services.json
Beta
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
 
MockMetadataServerTransport - Class in com.google.api.client.googleapis.testing.compute
Beta
Transport that simulates the GCE metadata server for access tokens.
MockMetadataServerTransport(String) - Constructor for class com.google.api.client.googleapis.testing.compute.MockMetadataServerTransport
 
MockTokenServerTransport - Class in com.google.api.client.googleapis.testing.auth.oauth2
Beta
A test transport that simulates Google's token server for refresh tokens and service accounts.
MockTokenServerTransport() - Constructor for class com.google.api.client.googleapis.testing.auth.oauth2.MockTokenServerTransport
 
MockTokenServerTransport(String) - Constructor for class com.google.api.client.googleapis.testing.auth.oauth2.MockTokenServerTransport
 
MockUnparsedNotificationCallback - Class in com.google.api.client.googleapis.testing.notifications
MockUnparsedNotificationCallback() - Constructor for class com.google.api.client.googleapis.testing.notifications.MockUnparsedNotificationCallback
 
MtlsProvider - Interface in com.google.api.client.googleapis.mtls
Beta
Provider interface for mutual TLS.
MtlsUtils - Class in com.google.api.client.googleapis.mtls
Beta
Utilities for mutual TLS.
MtlsUtils() - Constructor for class com.google.api.client.googleapis.mtls.MtlsUtils
 

N

newAuthorizationUrl() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow
 
newBuilder() - Static method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer
Returns new builder.
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
 
newMock(JsonFactory, int, String) - Static method in class com.google.api.client.googleapis.testing.json.GoogleJsonResponseExceptionFactoryTesting
Convenience factory method that builds a GoogleJsonResponseException from its arguments.
newMockHttpTransportWithSampleTokenResponse() - Static method in class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential
Returns a new MockHttpTransport with a sample MockLowLevelHttpResponse.
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
Deprecated.
Use com.google.api.client.googleapis.apache.v2.GoogleApacheHttpTransport.newTrustedTransport()
newTrustedTransport() - Static method in class com.google.api.client.googleapis.apache.v2.GoogleApacheHttpTransport
Returns a new instance of ApacheHttpTransport that uses GoogleUtils.getCertificateTrustStore() for the trusted certificates.
newTrustedTransport(MtlsProvider) - Static method in class com.google.api.client.googleapis.apache.v2.GoogleApacheHttpTransport
Beta
Returns a new instance of ApacheHttpTransport that uses GoogleUtils.getCertificateTrustStore() for the trusted certificates.
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).
newTrustedTransport(MtlsProvider) - Static method in class com.google.api.client.googleapis.javanet.GoogleNetHttpTransport
Beta
Returns a new instance of NetHttpTransport that uses GoogleUtils.getCertificateTrustStore() for the trusted certificates using NetHttpTransport.Builder.trustCertificates(KeyStore).
NOT_EXISTS - Static variable in class com.google.api.client.googleapis.notifications.ResourceStates
Resource does not exist, for example on a delete.
NotificationUtils - Class in com.google.api.client.googleapis.notifications
Utilities for notifications and notification channels.

O

OAuth2Utils - Class in com.google.api.client.googleapis.auth.oauth2
Utilities used by the com.google.api.client.googleapis.auth.oauth2 namespace.
OAuth2Utils() - Constructor for class com.google.api.client.googleapis.auth.oauth2.OAuth2Utils
 
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.
onNotification(StoredChannel, TypedNotification<T>) - Method in class com.google.api.client.googleapis.notifications.TypedNotificationCallback
Handles a received typed notification.
onNotification(StoredChannel, UnparsedNotification) - Method in class com.google.api.client.googleapis.notifications.TypedNotificationCallback
 
onNotification(StoredChannel, UnparsedNotification) - Method in interface com.google.api.client.googleapis.notifications.UnparsedNotificationCallback
Handles a received unparsed notification.
onNotification(StoredChannel, UnparsedNotification) - Method in class com.google.api.client.googleapis.testing.notifications.MockUnparsedNotificationCallback
 
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 Mobile & Desktop Apps.

P

ParameterViolations() - Constructor for class com.google.api.client.googleapis.json.GoogleJsonError.ParameterViolations
 
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.
parseIdToken() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
parseQuery(String) - Static method in class com.google.api.client.googleapis.testing.TestUtils
 
Payload() - Constructor for class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
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

randomUuidString() - Static method in class com.google.api.client.googleapis.notifications.NotificationUtils
Returns a new random UUID string to be used as a notification channel ID.
refresh() - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager
Forces a refresh of the public certificates downloaded from GooglePublicKeysManager.getPublicCertsEncodedUrl().
REFRESH_TOKEN - Static variable in class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential
 
ResourceStates - Class in com.google.api.client.googleapis.notifications
Beta
Standard resource states used by notifications.

S

self() - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
 
self() - Method in class com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer.Builder
 
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
 
setAcceptableTimeSkewSeconds(long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
 
setAccessToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
 
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
 
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".
setAudience(Object) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setAudience(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
 
setAuthorizationServerEncodedUrl(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setAuthorizationTimeSeconds(Long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setAuthorizedParty(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setAuthUri(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.Details
Sets the authorization server URI.
setBatchPath(String) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Sets the URL-encoded batch path of the service, for example "batch/tasks".
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.
setChanged(String) - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Sets the type of change performed on the resource or null for none.
setChanged(String) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
setChanged(String) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
setChannelExpiration(String) - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Sets the notification channel expiration time or null for none.
setChannelExpiration(String) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
setChannelExpiration(String) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
setChannelId(String) - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Sets the notification channel UUID provided by the client in the watch request.
setChannelId(String) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
setChannelId(String) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
setChannelToken(String) - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Sets the notification channel token (an opaque string) provided by the client in the watch request or null for none.
setChannelToken(String) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
setChannelToken(String) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
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.
setClassReference(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
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
Deprecated.
 
setClientAuthentication(HttpExecuteInterceptor) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setClientAuthentication(HttpExecuteInterceptor) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
setClientAuthentication(HttpExecuteInterceptor) - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential.Builder
 
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.
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
Deprecated.
Sets the client identifier and secret.
setClientSecrets(GoogleClientSecrets) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Sets the client secrets.
setClientToken(String) - Method in class com.google.api.client.googleapis.notifications.StoredChannel
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
Deprecated.
 
setClock(Clock) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
 
setClock(Clock) - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager.Builder
Sets the clock.
setClock(Clock) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
setClock(Clock) - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential.Builder
 
setCode(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setCode(int) - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Sets the HTTP status code of this response or null for none.
setContent(T) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
Sets the parsed notification content or null for none.
setContentRange(long, long) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
Sets the content range of the next download request.
setContentRange(long, int) - Method in class com.google.api.client.googleapis.media.MediaHttpDownloader
setContentStream(InputStream) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
Sets the notification content content input stream or null for none.
setContentType(String) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
Sets the notification content media type for the content stream or null for none or unknown.
setCredentialCreatedListener(AuthorizationCodeFlow.CredentialCreatedListener) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setCredentialDataStore(DataStore<StoredCredential>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setCredentialStore(CredentialStore) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
Deprecated.
setDataStoreFactory(DataStoreFactory) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setDescription(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ParameterViolations
 
setDetail(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.Details
 
setDetails(List<GoogleJsonError.Details>) - Method in class com.google.api.client.googleapis.json.GoogleJsonError
Sets the list of invalid parameter error details as immutable to prevent exposing mutable state.
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.
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(Long) - Method in class com.google.api.client.googleapis.notifications.StoredChannel
Sets the milliseconds in Unix 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
Deprecated.
 
setExpirationTimeSeconds(Long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setExpiresInSeconds(Long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
 
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
Deprecated.
 
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
Beta
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.
setIssuedAtTimeSeconds(Long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setIssuee(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Deprecated.
(scheduled to be removed in 1.18) Use GoogleIdToken.Payload.setAuthorizedParty(String) instead.
setIssuer(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setIssuer(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
 
setIssuers(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
 
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
Deprecated.
 
setJsonFactory(JsonFactory) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
setJsonFactory(JsonFactory) - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential.Builder
 
setJwtId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setKey(String) - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Set the API Key for outgoing requests.
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.
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.
setMessageNumber(long) - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Sets the message number (a monotonically increasing value starting with 1).
setMessageNumber(long) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
setMessageNumber(long) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
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
 
setMethodsReferences(List<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setNonce(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setNotBeforeTimeSeconds(Long) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
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.
setParameter(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.ParameterViolations
 
setParameterViolations(List<GoogleJsonError.ParameterViolations>) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.Details
Sets parameterViolations list as immutable to prevent exposing mutable state.
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.
setPublicCertsEncodedUrl(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.Builder
Deprecated.
(scheduled to be removed in 1.18) Use GooglePublicKeysManager.Builder.setPublicCertsEncodedUrl(String) instead.
setPublicCertsEncodedUrl(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager.Builder
Sets the public certificates encoded URL.
setReason(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.Details
 
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(Collection<CredentialRefreshListener>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setRefreshListeners(Collection<CredentialRefreshListener>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
 
setRefreshListeners(Collection<CredentialRefreshListener>) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
setRefreshToken(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
 
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
Deprecated.
 
setRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setRequestInitializer(HttpRequestInitializer) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
setRequestReason(String) - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Set the reason for making the request, which is intended to be recorded in audit logging.
setResourceId(String) - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Sets the opaque ID for the watched resource that is stable across API versions.
setResourceId(String) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
setResourceId(String) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
setResourceState(String) - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Sets the resource state.
setResourceState(String) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
setResourceState(String) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
setResourceUri(String) - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Sets the opaque ID (in the form of a canonicalized URI) for the watched resource that is sensitive to the API version.
setResourceUri(String) - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
setResourceUri(String) - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
setResponseTypes(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setResponseTypes(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setReturnRawInputStream(boolean) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
Sets whether the response should return raw input stream or not.
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
 
setScope(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse
 
setScopes(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.Builder
 
setScopes(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl
 
setScopes(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest
 
setScopes(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl
 
setScopes(Collection<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
Deprecated.
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
Deprecated.
Sets the private key to use with the service account flow or null for none.
setServiceAccountPrivateKeyFromP12File(File) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Sets the private key to use with the service account flow or null for none.
setServiceAccountPrivateKeyFromP12File(InputStream) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Sets the private key to use with the service account flow or null for none.
setServiceAccountPrivateKeyFromPemFile(File) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Beta
Sets the private key to use with the service account flow or null for none.
setServiceAccountPrivateKeyId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Beta
Sets the id of the private key to use with the service account flow or null for none.
setServiceAccountProjectId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Sets the service account Project ID or null for none.
setServiceAccountScopes(Collection<String>) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
Sets the space-separated OAuth scopes to use with the service account flow or null for none.
setServiceAccountUser(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
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
 
setSleeper(Sleeper) - Method in class com.google.api.client.googleapis.batch.BatchRequest
Sets the sleeper.
setSleeper(Sleeper) - Method in class com.google.api.client.googleapis.media.MediaHttpUploader
Sets the sleeper.
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
 
setSubject(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setSuppressAllChecks(boolean) - Method in class com.google.api.client.googleapis.services.AbstractGoogleClient.Builder
Suppresses all discovery pattern and required parameter checks.
setSuppressAllChecks(boolean) - Method in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.Builder
 
setSuppressAllChecks(boolean) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
setSuppressAllChecks(boolean) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
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
 
setSuppressRequiredParameterChecks(boolean) - Method in class com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.Builder
 
setSuppressRequiredParameterChecks(boolean) - Method in class com.google.api.client.googleapis.testing.services.MockGoogleClient.Builder
 
setTokenRequestStatusCode(Integer) - Method in class com.google.api.client.googleapis.testing.compute.MockMetadataServerTransport
 
setTokenServerEncodedUrl(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential.Builder
Deprecated.
 
setTokenServerEncodedUrl(String) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.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
Deprecated.
 
setTokenServerUrl(GenericUrl) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest
 
setTokenServerUrl(GenericUrl) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
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.notifications.StoredChannel
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
Deprecated.
 
setTransport(HttpTransport) - Method in class com.google.api.client.googleapis.compute.ComputeCredential.Builder
 
setTransport(HttpTransport) - Method in class com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential.Builder
 
setType(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
 
setType(String) - Method in class com.google.api.client.googleapis.json.GoogleJsonError.Details
 
setUserAgent(String) - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Set the user agent.
setUserId(String) - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload
Deprecated.
(scheduled to be removed in 1.18) Use GoogleIdToken.Payload.setSubject(String) instead.
setUserIp(String) - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Set the IP address of the end user for whom the API call is being made.
setUserProject(String) - Method in class com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.Builder
Set the user project for the request.
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.
store(DataStoreFactory) - Method in class com.google.api.client.googleapis.notifications.StoredChannel
Stores this notification channel in the notification channel data store, which is derived from StoredChannel.getDefaultDataStore(DataStoreFactory) on the given data store factory.
store(DataStore<StoredChannel>) - Method in class com.google.api.client.googleapis.notifications.StoredChannel
Stores this notification channel in the given notification channel data store.
StoredChannel - Class in com.google.api.client.googleapis.notifications
Beta
Notification channel information to be stored in a data store.
StoredChannel(UnparsedNotificationCallback) - Constructor for class com.google.api.client.googleapis.notifications.StoredChannel
Constructor with a random UUID using NotificationUtils.randomUuidString().
StoredChannel(UnparsedNotificationCallback, String) - Constructor for class com.google.api.client.googleapis.notifications.StoredChannel
Constructor with a custom UUID.
SYNC - Static variable in class com.google.api.client.googleapis.notifications.ResourceStates
Notification that the subscription is alive (comes with no payload).

T

TestUtils - Class in com.google.api.client.googleapis.testing
Utility class for test code.
toBuilder() - Method in class com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Deprecated.
Beta
Create a builder from this credential.
TOKEN_SERVER_ENCODED_URL - Static variable in class com.google.api.client.googleapis.compute.ComputeCredential
Metadata Service Account token server encoded URL.
TOKEN_SERVER_URL - Static variable in class com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants
Encoded URL of Google's token server.
toString() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
 
toString() - Method in class com.google.api.client.googleapis.notifications.StoredChannel
 
toString() - Method in class com.google.api.client.googleapis.notifications.TypedNotification
 
toString() - Method in class com.google.api.client.googleapis.notifications.UnparsedNotification
 
toStringHelper() - Method in class com.google.api.client.googleapis.notifications.AbstractNotification
Returns the helper for AbstractNotification.toString().
TypedNotification<T> - Class in com.google.api.client.googleapis.notifications
Beta
Notification metadata and parsed content sent to this client about a watched resource.
TypedNotification(long, String, String, String, String) - Constructor for class com.google.api.client.googleapis.notifications.TypedNotification
 
TypedNotification(UnparsedNotification) - Constructor for class com.google.api.client.googleapis.notifications.TypedNotification
 
TypedNotificationCallback<T> - Class in com.google.api.client.googleapis.notifications
Beta
Callback to receive notifications for watched resource in which the .
TypedNotificationCallback() - Constructor for class com.google.api.client.googleapis.notifications.TypedNotificationCallback
 

U

UnparsedNotification - Class in com.google.api.client.googleapis.notifications
Beta
Notification metadata and unparsed content stream sent to this client about a watched resource.
UnparsedNotification(long, String, String, String, String) - Constructor for class com.google.api.client.googleapis.notifications.UnparsedNotification
 
UnparsedNotificationCallback - Interface in com.google.api.client.googleapis.notifications
Beta
Callback to receive unparsed notifications for watched resource.
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.
useMtlsClientCertificate() - Method in interface com.google.api.client.googleapis.mtls.MtlsProvider
Returns if mutual TLS client certificate should be used.
USER_AGENT_SUFFIX - Static variable in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
User agent suffix for all requests.
Utils - Class in com.google.api.client.googleapis.util
Beta
Utility class for the Google API Client Library.

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.
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.notifications.MockUnparsedNotificationCallback
Returns whether this handler was called.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2010–2021 Google. All rights reserved.