ArtifactregistryFunctions

Functions

Link copied to clipboard

This data source fetches information from a provided Artifact Registry repository, including the fully qualified name and URI for an image, based on a the latest version of image name and optional digest or tag.

suspend fun getDockerImage(imageName: String, location: String, project: String? = null, repositoryId: String): GetDockerImageResult
Link copied to clipboard

Get Artifact Registry locations available for a project. To get more information about Artifact Registry, see:

suspend fun getLocations(project: String? = null): GetLocationsResult
Link copied to clipboard

Get information about a Google Artifact Registry Repository. For more information see the official documentation and API.

suspend fun getRepository(location: String, project: String? = null, repositoryId: String): GetRepositoryResult
Link copied to clipboard

Retrieves the current IAM policy data for repository

suspend fun getRepositoryIamPolicy(location: String? = null, project: String? = null, repository: String): GetRepositoryIamPolicyResult