Class UserRepository
A user repository that can be linked to the account connector. Consists of the repo name and the git proxy URL to forward requests to this repo.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class UserRepository : IDirectResponseSchema
Properties
CloneUri
Output only. The git clone URL of the repo. For example: https://github.com/myuser/myrepo.git
Declaration
[JsonProperty("cloneUri")]
public virtual string CloneUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Output only. The user friendly repo name (e.g., myuser/myrepo)
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GitProxyUri
Output only. The Git proxy URL for this repo. For example:
https://us-west1-git.developerconnect.dev/a/my-proj/my-ac/myuser/myrepo.git. Populated only when
proxy_config.enabled is set to true in the Account Connector. This URL is used by other Google services
that integrate with Developer Connect.
Declaration
[JsonProperty("gitProxyUri")]
public virtual string GitProxyUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |