| Class and Description |
|---|
| ApiErrorExtractor
Translates exceptions from API calls into higher-level meaning, while allowing injectability
for testing how API errors are handled.
|
| AsyncWriteChannelOptions
Options for the GoogleCloudStorageWriteChannel.
|
| AsyncWriteChannelOptions.Builder
Mutable builder for the GoogleCloudStorageWriteChannelOptions class.
|
| ClientRequestHelper
ClientRequestHelper provides wrapper methods around final methods of AbstractGoogleClientRequest
to allow overriding them if necessary.
|
| CredentialConfiguration
Configuration for how components should obtain Credentials.
|
| CredentialFactory.GoogleCredentialWithRetry
A subclass of
GoogleCredential that properly wires specified
HttpRequestInitializer through the @{link Credential#executeRefreshToken} override. |
| EntriesCredentialConfiguration
CredentialConfiguration based on configuration objects that implement our Entries interface.
|
| EntriesCredentialConfiguration.Builder
Builder for constructing CredentialConfiguration instances.
|
| EntriesCredentialConfiguration.Entries
The interface to interact with the configuration object.
|
| EntriesCredentialConfiguration.EntriesBuilder
A builder for use without a subclasses of EntriesCredentialConfiguration.
|
| HttpTransportFactory.HttpTransportType
Types of HttpTransports the factory can create.
|
| ResilientOperation.CheckedCallable
Interface that allows a call that can throw an exception X.
|
| RetryDeterminer
This abstract class is designed to tell if an exception is transient and should result in a
retry or not, and should result in a returned exception to the caller.
|
Copyright © 2016. All rights reserved.