Registry / cloud / spring-cloud-gcp-core

spring-cloud-gcp-core

JSON →
library1.2.8.RELEASEjavamavenunverified

Core module for Spring Cloud GCP providing foundational support for Google Cloud Platform integration.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gcp-core</artifactId> <version>1.2.8.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-GCP-C
S
spring-cloud-gcp-core
cloudjavav1.2.8.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GcpProjectIdProvider
org.springframework.cloud.gcp.core.GcpProjectIdProvider

Implements a simple GcpProjectIdProvider that returns a fixed project ID.

import org.springframework.cloud.gcp.core.GcpProjectIdProvider; public class Example { public static void main(String[] args) { GcpProjectIdProvider provider = () -> "my-project"; System.out.println(provider.getProjectId()); } }
Debug
Known issues
breakingVersion 1.2.8.RELEASE is quite old; newer versions have breaking changes in configuration.
fix
Upgrade to a more recent version (e.g., 3.x) and migrate configuration accordingly.
affects: <3.0.0
Upgrade
Version history
1.2.8.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
spring-cloud-gcp-core — mvn dependency:get spring-cloud-gcp-core · libregistry