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 document provides reference information for the `GitSourceContext` class within the Grafeas v1 API, specifically version 3.3.0."],["`GitSourceContext` represents a specific revision within a third-party Git repository, such as GitHub."],["The class offers two constructors: a default constructor and a constructor that takes another `GitSourceContext` object as a parameter."],["`GitSourceContext` includes two properties: `RevisionId` which represents the Git commit hash, and `Url` which represents the Git repository URL, both of type string."],["The documented class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]