Developer Connect v1 API - Class GitProxyConfig (1.0.0-beta04)

public sealed class GitProxyConfig : IMessage<GitProxyConfig>, IEquatable<GitProxyConfig>, IDeepCloneable<GitProxyConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class GitProxyConfig.

The git proxy configuration.

Inheritance

object > GitProxyConfig

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

GitProxyConfig()

public GitProxyConfig()

GitProxyConfig(GitProxyConfig)

public GitProxyConfig(GitProxyConfig other)
Parameter
Name Description
other GitProxyConfig

Properties

Enabled

public bool Enabled { get; set; }

Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.

Property Value
Type Description
bool

HttpProxyBaseUri

public string HttpProxyBaseUri { get; set; }

Output only. The base URI for the HTTP proxy endpoint. Has the format https://{generatedID}-c-h-{shortRegion}.developerconnect.dev Populated only when enabled is set to true. This endpoint is used by other Google services that integrate with Developer Connect.

Property Value
Type Description
string