public sealed class GitSourceContext : IMessage<GitSourceContext>, IEquatable<GitSourceContext>, IDeepCloneable<GitSourceContext>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page documents the `GitSourceContext` class within the `Grafeas.V1` namespace, specifically version 2.3.0, which represents a revision in a Git repository."],["The `GitSourceContext` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, cloning, and buffer message support."],["It offers two constructors: a default constructor and another that accepts an existing `GitSourceContext` object for initialization."],["The class exposes two properties: `RevisionId` (a string representing the Git commit hash) and `Url` (a string representing the Git repository URL)."],["Multiple versions are available, with the latest being 3.7.0 and older versions as far back as 2.2.0, each linked to their respective documentation."]]],[]]