ComposerFunctions

Functions

Link copied to clipboard

Provides access to Cloud Composer environment configuration in a region for a given project.

suspend fun getEnvironment(name: String, project: String? = null, region: String? = null): GetEnvironmentResult
Link copied to clipboard

Provides access to available Cloud Composer versions in a region for a given project.

suspend fun getImageVersions(project: String? = null, region: String? = null): GetImageVersionsResult