Repo Args
data class RepoArgs(val mirrorConfig: Output<MirrorConfigArgs>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val pubsubConfigs: Output<Map<String, String>>? = null, val size: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<RepoArgs>
Creates a repo in the given project with the given name. If the named repository already exists, CreateRepo
returns ALREADY_EXISTS
.