public sealed class GerritSourceContext : IMessage<GerritSourceContext>, IEquatable<GerritSourceContext>, IDeepCloneable<GerritSourceContext>, IBufferMessage, IMessage
The full project name within the host. Projects may be nested, so
"project/subproject" is a valid project name. The "repo name" is the
hostURI/project.
[[["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 details the `GerritSourceContext` class within the `Grafeas.V1` namespace, specifically version 3.0.0, used for referencing a Gerrit project within a source context."],["The `GerritSourceContext` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["Key properties of the `GerritSourceContext` class include `AliasContext`, `GerritProject`, `HostUri`, and `RevisionId`, allowing for detailed specification of the Gerrit project's location, name, and revision information."],["The document also includes previous versions of `GerritSourceContext` going back as far as 2.2.0, with the latest being 3.7.0."]]],[]]