google_api_source_repo v0.1.0 GoogleApi.SourceRepo.V1.Model.Repo View Source
A repository (or repo) is a Git repository storing versioned source content.
Attributes
- mirrorConfig (MirrorConfig): How this repository mirrors a repository managed by another service. Read-only field. Defaults to:
null
. - name (String.t): Resource name of the repository, of the form `projects/<project>/repos/<repo>`. The repo name may contain slashes. eg, `projects/myproject/repos/name/with/slash` Defaults to:
null
. - pubsubConfigs (%{optional(String.t) => PubsubConfig}): How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names. Defaults to:
null
. - size (String.t): The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo. Defaults to:
null
. - url (String.t): URL to clone the repository from Google Cloud Source Repositories. Read-only field. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.SourceRepo.V1.Model.Repo{ mirrorConfig: GoogleApi.SourceRepo.V1.Model.MirrorConfig.t(), name: any(), pubsubConfigs: map(), size: any(), url: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.