Cloud Build v1 API - Class GitConfig (2.15.0)

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.

Inheritance

object > GitConfig

Namespace

Google.Cloud.CloudBuild.V1

Assembly

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