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, focusing on version 3.1.0."],["`GitSourceContext` represents a specific revision within a third-party Git repository and is part of the `Grafeas.V1` namespace."],["The `GitSourceContext` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GitSourceContext` include `RevisionId` which stores the Git commit hash, and `Url` which stores the URL of the Git repository."],["The documentation covers inherited members, constructors, and property value types related to the `GitSourceContext` class, detailing its usage and implementation."]]],[]]