public sealed class GitSourceContext : IMessage<GitSourceContext>, IEquatable<GitSourceContext>, IDeepCloneable<GitSourceContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class GitSourceContext.
A GitSourceContext denotes a particular revision in a third party Git
repository (e.g., GitHub).
[[["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-17 UTC."],[[["The latest version available for the Grafeas v1 API class GitSourceContext is 3.7.0, with other versions ranging down to 2.2.0."],["GitSourceContext is a class in the Grafeas.V1 namespace that denotes a specific revision within a third-party Git repository."],["This class inherits from the object class and implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["GitSourceContext has properties for RevisionId, representing the Git commit hash, and Url, representing the Git repository URL, both of which are strings."],["There are two constructors available for GitSourceContext, a default one and another one that takes a GitSourceContext object as a parameter."]]],[]]