public sealed class GitConfig.Types.HttpConfig : IMessage<GitConfig.Types.HttpConfig>, IEquatable<GitConfig.Types.HttpConfig>, IDeepCloneable<GitConfig.Types.HttpConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class GitConfig.Types.HttpConfig.
HttpConfig is a configuration for HTTP related git operations.
public string ProxySecretVersionName { get; set; }
SecretVersion resource of the HTTP proxy URL. The Service Account used in
the build (either the default Service Account or
user-specified Service Account) should have
secretmanager.versions.access permissions on this secret. The proxy URL
should be in format [protocol://][user[:password]@]proxyhost[:port].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `GitConfig.Types.HttpConfig` class, a part of the Cloud Build v1 API, specifically related to HTTP configuration for Git operations."],["The latest version of the `GitConfig.Types.HttpConfig` class is 2.15.0, with links available to previous versions ranging from 2.14.0 down to 1.0.0."],["The `HttpConfig` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `HttpConfig` class include `ProxySecretVersionName` for setting the proxy URL, and `ProxySecretVersionNameAsSecretVersionName` which is a `SecretVersionName`-typed view of the proxy resource name."],["There are two constructors available, a default constructor and one that accepts another `HttpConfig` object as a parameter for cloning."]]],[]]