Package | Description |
---|---|
com.google.cloud.spring.autoconfigure.bigquery |
Auto-configuration for Spring Cloud GCP BigQuery module.
|
com.google.cloud.spring.autoconfigure.config | |
com.google.cloud.spring.autoconfigure.core |
Core auto-configuration used by the Spring Cloud GCP modules.
|
com.google.cloud.spring.autoconfigure.datastore |
Auto-configuration for Spring Data Cloud Datastore module.
|
com.google.cloud.spring.autoconfigure.firestore |
Auto-configuration for Spring Cloud GCP Firestore module.
|
com.google.cloud.spring.autoconfigure.kms |
Auto-configuration for Spring Cloud GCP KMS module.
|
com.google.cloud.spring.autoconfigure.metrics | |
com.google.cloud.spring.autoconfigure.pubsub |
Auto-configuration for Spring Cloud GCP Pub/Sub module.
|
com.google.cloud.spring.autoconfigure.secretmanager |
Auto-configuration for Spring Cloud GCP Secret Manager module.
|
com.google.cloud.spring.autoconfigure.spanner |
Auto-configuration for Spring Data Cloud Spanner module.
|
com.google.cloud.spring.autoconfigure.storage |
Auto-configuration for Spring Cloud GCP Storage Resource module.
|
com.google.cloud.spring.autoconfigure.trace |
Auto-configuration for Spring Cloud GCP Trace module.
|
com.google.cloud.spring.autoconfigure.vision |
Auto-configurations for Spring Cloud GCP Vision module.
|
com.google.cloud.spring.core |
Core support for Spring Cloud GCP that provides credentials, project IDs, and environment metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpBigQueryProperties
Properties for configuring BigQuery.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpConfigProperties
Configuration for
GoogleConfigPropertySourceLocator . |
Modifier and Type | Class and Description |
---|---|
class |
GcpProperties
Top-level auto-config settings.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpDatastoreProperties
Properties for configuring Cloud Datastore.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpFirestoreProperties
Properties for configuring Cloud Datastore.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpKmsProperties |
Modifier and Type | Class and Description |
---|---|
class |
GcpMetricsProperties
Settings for Stackdriver Metrics.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpPubSubProperties
Properties for Pub/Sub.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpSecretManagerProperties |
Modifier and Type | Class and Description |
---|---|
class |
GcpSpannerProperties
Settings for Spring Data Cloud Spanner.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpStorageProperties
Settings for Storage.
|
Modifier and Type | Class and Description |
---|---|
class |
GcpTraceProperties
Stackdriver Trace Properties.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudVisionProperties
Additional settings for use with Cloud Vision APIs.
|
Constructor and Description |
---|
DefaultCredentialsProvider(CredentialsSupplier credentialsSupplier)
The credentials provided by this object originate from the following sources:
*.credentials.location: Credentials built from JSON content inside the file pointed
to by this property,
*.credentials.encoded-key: Credentials built from JSON String, encoded on
base64,
Google Cloud Client Libraries default credentials provider.
|
Copyright © 2021. All rights reserved.