Package com.google.cloud.spring.core
Interface CredentialsSupplier
- All Known Implementing Classes:
CloudVisionProperties,GcpBigQueryProperties,GcpConfigProperties,GcpDatastoreProperties,GcpFirestoreProperties,GcpKmsProperties,GcpMetricsProperties,GcpProperties,GcpPubSubProperties,GcpSecretManagerProperties,GcpSpannerProperties,GcpStorageProperties,GcpTraceProperties
public interface CredentialsSupplier
An interface meant to be implemented by configuration properties POJOs that store information
about Google Cloud credentials.
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.
-
Method Details
-
getCredentials
Credentials getCredentials()Supplies credentials configuration.- Returns:
- a POJO containing Google Cloud credentials location and scopes
-