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."],[[["The content provides documentation for the `GerritSourceContext` class within the `Grafeas.V1` namespace, specifically version 2.2.0."],["`GerritSourceContext` is designed to describe a source context related to a Gerrit project and it implements multiple interfaces for message handling, equality, deep cloning and buffering."],["The class includes properties such as `AliasContext`, `GerritProject`, `HostUri`, `RevisionCase`, and `RevisionId` to define different aspects of the Gerrit source."],["The available constructors are a default one and one that takes another `GerritSourceContext` object as a parameter."],["There are also previous versions available, ranging from version 2.3.0 to the latest version 3.7.0, as well as all versions in between."]]],[]]