public sealed class SkaffoldModules.Types.SkaffoldGitSource : IMessage<SkaffoldModules.Types.SkaffoldGitSource>, IEquatable<SkaffoldModules.Types.SkaffoldGitSource>, IDeepCloneable<SkaffoldModules.Types.SkaffoldGitSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class SkaffoldModules.Types.SkaffoldGitSource.
[[["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-03-21 UTC."],[[["The latest version available for `SkaffoldGitSource` within the Google Cloud Deploy v1 API is 3.4.0, with multiple prior versions dating back to 1.0.0 also accessible."],["`SkaffoldGitSource` is a class in the `Google.Cloud.Deploy.V1` namespace, specifically within the `SkaffoldModules.Types` scope, representing a source for Skaffold config modules in a Git repository."],["This class, `SkaffoldGitSource`, inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring robust functionality within the .NET framework."],["The `SkaffoldGitSource` class has three key properties: `Path` (relative path to the Skaffold file), `Ref` (Git branch or tag), and `Repo` (the required Git repository URL), allowing for detailed specification of the Skaffold source location."],["It has a default and parameterized constructor, that allows the passing in of another `SkaffoldGitSource` object to the constructor for setting the properties."]]],[]]