Skip navigation links
B C D G H M O P S U V 

B

build() - Method in class org.springframework.cloud.gcp.core.util.MapBuilder
 
buildModifiable() - Method in class org.springframework.cloud.gcp.core.util.MapBuilder
 

C

Credentials - Class in org.springframework.cloud.gcp.core
Credentials configuration.
Credentials(String...) - Constructor for class org.springframework.cloud.gcp.core.Credentials
 
CredentialsSupplier - Interface in org.springframework.cloud.gcp.core
An interface meant to be implemented by configuration properties POJOs that store information about Google Cloud credentials.

D

DefaultCredentialsProvider - Class in org.springframework.cloud.gcp.core
A CredentialsProvider implementation that wraps credentials based on user-provided properties and defaults.
DefaultCredentialsProvider(CredentialsSupplier) - Constructor for class org.springframework.cloud.gcp.core.DefaultCredentialsProvider
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.
DefaultGcpEnvironmentProvider - Class in org.springframework.cloud.gcp.core
Environment-specific implementation determining whether the current GCP environment matches the passed in parameter.
DefaultGcpEnvironmentProvider() - Constructor for class org.springframework.cloud.gcp.core.DefaultGcpEnvironmentProvider
 
DefaultGcpMetadataProvider - Class in org.springframework.cloud.gcp.core
A wrapper around the static MetadataConfig.
DefaultGcpMetadataProvider() - Constructor for class org.springframework.cloud.gcp.core.DefaultGcpMetadataProvider
 
DefaultGcpProjectIdProvider - Class in org.springframework.cloud.gcp.core
A project ID provider that wraps ServiceOptions.getDefaultProjectId().
DefaultGcpProjectIdProvider() - Constructor for class org.springframework.cloud.gcp.core.DefaultGcpProjectIdProvider
 

G

GcpEnvironment - Enum in org.springframework.cloud.gcp.core
Enumeration of valid individual GCP environments.
GcpEnvironmentProvider - Interface in org.springframework.cloud.gcp.core
Interface for determining whether the current GCP environment matches the passed in parameter.
GcpProjectIdProvider - Interface in org.springframework.cloud.gcp.core
Functional interface to provide GCP project IDs.
GcpScope - Enum in org.springframework.cloud.gcp.core
OAuth2 scopes for Google Cloud Platform services integrated by Spring Cloud GCP.
getAttribute(String) - Method in class org.springframework.cloud.gcp.core.DefaultGcpMetadataProvider
 
getAttribute(String) - Method in interface org.springframework.cloud.gcp.core.MetadataProvider
 
getCredentials() - Method in interface org.springframework.cloud.gcp.core.CredentialsSupplier
Supplies credentials configuration.
getCredentials() - Method in class org.springframework.cloud.gcp.core.DefaultCredentialsProvider
 
getCurrentEnvironment() - Method in class org.springframework.cloud.gcp.core.DefaultGcpEnvironmentProvider
 
getCurrentEnvironment() - Method in interface org.springframework.cloud.gcp.core.GcpEnvironmentProvider
 
getEncodedKey() - Method in class org.springframework.cloud.gcp.core.Credentials
 
getHeaders() - Method in class org.springframework.cloud.gcp.core.UserAgentHeaderProvider
Returns the "User-Agent" header whose value should be added to the google-cloud-java REST API calls.
getLocation() - Method in class org.springframework.cloud.gcp.core.Credentials
 
getProjectId() - Method in class org.springframework.cloud.gcp.core.DefaultGcpProjectIdProvider
ServiceOptions.getDefaultProjectId() checks for the project ID in the GOOGLE_CLOUD_PROJECT environment variable and the Metadata Server, among others.
getProjectId() - Method in interface org.springframework.cloud.gcp.core.GcpProjectIdProvider
 
getScopes() - Method in class org.springframework.cloud.gcp.core.Credentials
 
getUrl() - Method in enum org.springframework.cloud.gcp.core.GcpScope
 
getUserAgent() - Method in class org.springframework.cloud.gcp.core.UserAgentHeaderProvider
Returns the "User-Agent" header value which should be added to the google-cloud-java REST API calls.

H

hasKey() - Method in class org.springframework.cloud.gcp.core.Credentials
 

M

MapBuilder<K,V> - Class in org.springframework.cloud.gcp.core.util
Utility for building an immutable, type-safe Map.
MapBuilder() - Constructor for class org.springframework.cloud.gcp.core.util.MapBuilder
 
MetadataProvider - Interface in org.springframework.cloud.gcp.core
Interface for retrieving properties from Metadata Server.

O

org.springframework.cloud.gcp.core - package org.springframework.cloud.gcp.core
Core support for Spring Cloud GCP that provides credentials, project IDs, and environment metadata.
org.springframework.cloud.gcp.core.util - package org.springframework.cloud.gcp.core.util
Util classes shared across Spring Cloud GCP modules.

P

put(K, V) - Method in class org.springframework.cloud.gcp.core.util.MapBuilder
 

S

setEncodedKey(String) - Method in class org.springframework.cloud.gcp.core.Credentials
 
setLocation(Resource) - Method in class org.springframework.cloud.gcp.core.Credentials
 
setScopes(List<String>) - Method in class org.springframework.cloud.gcp.core.Credentials
 

U

UserAgentHeaderProvider - Class in org.springframework.cloud.gcp.core
Provides the User-Agent header to signal to the Google Cloud Client Libraries that requests originate from a Spring Integration.
UserAgentHeaderProvider(Class) - Constructor for class org.springframework.cloud.gcp.core.UserAgentHeaderProvider
 

V

valueOf(String) - Static method in enum org.springframework.cloud.gcp.core.GcpEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.gcp.core.GcpScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.gcp.core.GcpEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.gcp.core.GcpScope
Returns an array containing the constants of this enum type, in the order they are declared.
B C D G H M O P S U V 
Skip navigation links

Copyright © 2021 Pivotal Software, Inc.. All rights reserved.