- 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.UsageTrackingHeaderProvider
-
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.UsageTrackingHeaderProvider
-
Returns the "User-Agent" header value which should be added to the google-cloud-java REST API calls.