GetRepoResult

data class GetRepoResult(val mirrorConfig: MirrorConfigResponse, val name: String, val pubsubConfigs: Map<String, String>, val size: String, val url: String)

Constructors

Link copied to clipboard
fun GetRepoResult(mirrorConfig: MirrorConfigResponse, name: String, pubsubConfigs: Map<String, String>, size: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How this repository mirrors a repository managed by another service. Read-only field.

Link copied to clipboard

Resource name of the repository, of the form projects//repos/. The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash

Link copied to clipboard

How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names.

Link copied to clipboard

The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo.

Link copied to clipboard
val url: String

URL to clone the repository from Google Cloud Source Repositories. Read-only field.