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 page provides documentation for the `GitSourceContext` class within the Grafeas V1 API, version 3.6.0, offering reference materials and code samples."],["`GitSourceContext` is used to represent a specific revision within a third-party Git repository and has methods that can be used to utilize the data within."],["The `GitSourceContext` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionality such as cloning, equality comparisons and usage within the API."],["The `GitSourceContext` class has two constructors and two properties, `RevisionId` which holds a git commit hash and `Url` which holds a git repository URL, both as strings."],["There are multiple versions of the `GitSourceContext` API available, ranging from version 2.2.0 up to the latest version 3.7.0."]]],[]]