| BackgroundResourceAggregation |
Treats a collection of background resources as a single background resource.
|
| BaseBackgroundResource |
A Background resource that does nothing.
|
| Distribution |
Distribution records values from 0 (inclusive) to endValue (exclusive) and
computes their percentiles.
|
| ExecutorAsBackgroundResource |
|
| FixedCredentialsProvider |
FixedCredentialsProvider is a CredentialsProvider which always provides the same credentials.
|
| FixedExecutorProvider |
FixedExecutorProvider is an ExecutorProvider which always returns the same executor.
|
| GaxProperties |
Provides properties of the GAX library.
|
| GoogleCredentialsProvider |
GoogleCredentialsProvider acquires credentials using Application Default Credentials.
|
| GoogleCredentialsProvider.Builder |
|
| InstantiatingExecutorProvider |
InstantiatingChannelProvider is an ExecutorProvider which constructs a new
ScheduledExecutorService every time getExecutor() is called.
|
| InstantiatingExecutorProvider.Builder |
|
| NoCredentialsProvider |
NoCredentialsProvider is a CredentialsProvider which always returns null.
|