public sealed class GitProxyConfig : IMessage<GitProxyConfig>, IEquatable<GitProxyConfig>, IDeepCloneable<GitProxyConfig>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class GitProxyConfig.
The git proxy configuration.
Implements
IMessageGitProxyConfig, IEquatableGitProxyConfig, IDeepCloneableGitProxyConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
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 |
|