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"]],[["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."],[[["The document provides reference documentation and code samples for the `GitSourceContext` class within the Grafeas v1 API."],["`GitSourceContext` represents a specific revision within a third-party Git repository."],["The latest version of the documentation is 3.7.0, with this specific page focusing on the documentation for version 3.5.0, with links provided to prior versions, back to 2.2.0."],["The `GitSourceContext` class has properties for `RevisionId`, representing the git commit hash, and `Url`, representing the git repository URL."],["`GitSourceContext` has constructors that allow it to be initiated from nothing, or from an already existing `GitSourceContext` object."]]],[]]