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

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