ArtifactregistryFunctions

Functions

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