See: Description
Interface | Description |
---|---|
CredentialsSupplier |
An interface meant to be implemented by configuration properties POJOs that store information about
Google Cloud credentials.
|
GcpEnvironmentProvider |
Interface for determining whether the current GCP environment matches the passed in parameter.
|
GcpProjectIdProvider |
Functional interface to provide GCP project IDs.
|
MetadataProvider |
Interface for retrieving properties from Metadata Server.
|
Class | Description |
---|---|
Credentials |
Credentials configuration.
|
DefaultCredentialsProvider |
A
CredentialsProvider implementation that wraps credentials based on
user-provided properties and defaults. |
DefaultGcpEnvironmentProvider |
Environment-specific implementation determining whether the current GCP environment matches the passed in parameter.
|
DefaultGcpMetadataProvider |
A wrapper around the static MetadataConfig.
|
DefaultGcpProjectIdProvider |
A project ID provider that wraps
ServiceOptions.getDefaultProjectId() . |
UserAgentHeaderProvider |
Provides the user-agent header to signal to the Google Cloud Client Libraries that requests originate from a Spring
Integration.
|
Enum | Description |
---|---|
GcpEnvironment |
Enumeration of valid individual GCP environments.
|
GcpScope |
OAuth2 scopes for Google Cloud Platform services integrated by Spring Cloud GCP.
|
Copyright © 2021. All rights reserved.