GetRegistryRepositoryPlainArgs

data class GetRegistryRepositoryPlainArgs(val project: String? = null, val region: String? = null) : ConvertibleToJava<GetRegistryRepositoryPlainArgs>

A collection of arguments for invoking getRegistryRepository.

Constructors

Link copied to clipboard
fun GetRegistryRepositoryPlainArgs(project: String? = null, region: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetRegistryRepositoryPlainArgs

Properties

Link copied to clipboard
val project: String? = null

The project ID that this repository is attached to. If not provided, provider project will be used instead.

Link copied to clipboard
val region: String? = null

The GCR region to use. As of this writing, one of asia, eu, and us. See the documentation for additional information.