| Interface | Description |
|---|---|
| BatchResult.Callback<T,E> |
An interface for the batch callbacks.
|
| ExceptionHandler.Interceptor | |
| FieldSelector |
Interface for Google Cloud resource's fields.
|
| Page<T> |
Interface for Google Cloud paginated results.
|
| PageImpl.NextPageFetcher<T> |
Interface for fetching the next page of results from the service.
|
| ReadChannel |
A channel for reading data from a Google Cloud object.
|
| Restorable<T extends Restorable<T>> |
Implementation of this interface can persist their state and restore from it.
|
| RestorableState<T extends Restorable<T>> |
A common interface for restorable states.
|
| Service<OptionsT extends ServiceOptions<?,?,OptionsT>> |
Interface for service objects.
|
| ServiceAccountSigner |
Interface for a service account signer.
|
| ServiceFactory<ServiceT extends Service,ServiceOptionsT extends ServiceOptions> |
A base interface for all service factories.
|
| ServiceOptions.HttpTransportFactory |
A base interface for all
HttpTransport factories. |
| WriteChannel |
A channel for writing data to Google Cloud services.
|
| Class | Description |
|---|---|
| AuthCredentials |
Credentials for accessing Google Cloud services.
|
| AuthCredentials.AppEngineAuthCredentials |
Represents built-in credentials when running in Google App Engine.
|
| AuthCredentials.ApplicationDefaultAuthCredentials |
Represents Application Default Credentials, which are credentials that are inferred from the
runtime environment.
|
| AuthCredentials.NoAuthCredentials |
A placeholder for credentials to signify that requests sent to the server should not be
authenticated.
|
| AuthCredentials.ServiceAccountAuthCredentials |
Represents service account credentials.
|
| BaseService<OptionsT extends ServiceOptions<?,?,OptionsT>> |
Base class for service objects.
|
| BaseServiceException.Error | |
| BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable> |
Base implementation for a
WriteChannel. |
| BaseWriteChannel.BaseState<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable> | |
| BaseWriteChannel.BaseState.Builder<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable> |
Base builder for a write channel's state.
|
| BatchResult<T,E extends BaseServiceException> |
This class holds a single result of a batch call.
|
| Clock |
A class providing access to the current time in milliseconds.
|
| ExceptionHandler |
Exception handling used by
RetryHelper. |
| ExceptionHandler.Builder |
ExceptionHandler builder.
|
| FieldSelector.Helper |
A helper class used to build composite selectors given a number of fields.
|
| IamPolicy<R> |
Base class for Identity and Access Management (IAM) policies.
|
| IamPolicy.Builder<R,B extends IamPolicy.Builder<R,B>> |
Builder for an IAM Policy.
|
| Identity |
An identity in an
IamPolicy. |
| PageImpl<T> |
Base implementation for Google Cloud paginated results.
|
| RetryHelper<V> |
Utility class for retrying operations.
|
| RetryParams |
Parameters for configuring retries with an exponential backoff.
|
| RetryParams.Builder |
RetryParams builder.
|
| ServiceOptions<ServiceT extends Service<OptionsT>,ServiceRpcT,OptionsT extends ServiceOptions<ServiceT,ServiceRpcT,OptionsT>> |
Abstract class representing service options.
|
| ServiceOptions.Builder<ServiceT extends Service<OptionsT>,ServiceRpcT,OptionsT extends ServiceOptions<ServiceT,ServiceRpcT,OptionsT>,B extends ServiceOptions.Builder<ServiceT,ServiceRpcT,OptionsT,B>> |
Builder for
ServiceOptions. |
| ServiceOptions.DefaultHttpTransportFactory |
| Enum | Description |
|---|---|
| ExceptionHandler.Interceptor.RetryResult | |
| Identity.Type |
The types of IAM identities.
|
| Exception | Description |
|---|---|
| BaseServiceException |
Base class for all service exceptions.
|
| RetryHelper.NonRetriableException |
Thrown when RetryHelper callable has indicate it should not be retried.
|
| RetryHelper.RetriesExhaustedException |
Thrown when a RetryHelper has attempted the maximum number of attempts allowed by RetryParams
and was not successful.
|
| RetryHelper.RetryHelperException | |
| RetryHelper.RetryInterruptedException |
Thrown when a RetryHelper failed to complete its work due to interruption.
|
| ServiceAccountSigner.SigningException |
gcloud-java library.Copyright © 2016 Google. All rights reserved.