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."],[[["This webpage provides documentation for the `GitSourceContext` class within the Grafeas V1 API, offering details on its functionality and usage in .NET."],["`GitSourceContext` represents a specific revision in a third-party Git repository, such as GitHub, with versions ranging from 2.2.0 to 3.7.0 available."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `GitSourceContext` include `RevisionId` (Git commit hash) and `Url` (Git repository URL), both of which are string types."],["The documentation contains the different versions of the library, as well as providing a reference for the constructors and the properties in the class."]]],[]]