Show / Hide Table of Contents

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.

Inheritance
object
UserRepository
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX