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.3.0."],["`GerritSourceContext` is used to refer to a project within a Gerrit system and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class can be constructed either without parameters or with another `GerritSourceContext` object, supporting deep cloning."],["Key properties of the `GerritSourceContext` class include `AliasContext`, `GerritProject`, `HostUri`, `RevisionCase`, and `RevisionId`, all of which are used to specify details of the source."],["Several previous versions of the documentation, ranging from 2.2.0 to 3.7.0, are available to the user, with 3.7.0 being the latest version."]]],[]]