public sealed class GitConfig : IMessage<GitConfig>, IEquatable<GitConfig>, IDeepCloneable<GitConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class GitConfig.
GitConfig is a configuration for git operations.
Implements
IMessageGitConfig, IEquatableGitConfig, IDeepCloneableGitConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
GitConfig()
public GitConfig()
GitConfig(GitConfig)
public GitConfig(GitConfig other)
Parameter | |
---|---|
Name | Description |
other |
GitConfig |
Properties
Http
public GitConfig.Types.HttpConfig Http { get; set; }
Configuration for HTTP related git operations.
Property Value | |
---|---|
Type | Description |
GitConfigTypesHttpConfig |