Artifactregistry_v1Functions

Functions

Link copied to clipboard

Gets a repository.

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

Gets the IAM policy for a given resource.

suspend fun getRepositoryIamPolicy(location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null, repositoryId: String): GetRepositoryIamPolicyResult
Link copied to clipboard
suspend fun getTag(argument: GetTagPlainArgs): GetTagResult

Gets a tag.

suspend fun getTag(argument: suspend GetTagPlainArgsBuilder.() -> Unit): GetTagResult
suspend fun getTag(location: String, packageId: String, project: String? = null, repositoryId: String, tagId: String): GetTagResult