public sealed class CloudRepoSourceContext : IMessage<CloudRepoSourceContext>, IEquatable<CloudRepoSourceContext>, IDeepCloneable<CloudRepoSourceContext>, IBufferMessage, IMessage
A CloudRepoSourceContext denotes a particular revision in a Google Cloud
Source Repo.
[[["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 `CloudRepoSourceContext` class, which represents a specific revision within a Google Cloud Source Repo, with the latest documented version being 3.7.0."],["The `CloudRepoSourceContext` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CloudRepoSourceContext` class include `AliasContext` for branch or tag information, `RepoId` for the repository's identifier, `RevisionCase` for the type of revision, and `RevisionId` for the specific revision's ID."],["The documented versions of the `CloudRepoSourceContext` class range from 2.2.0 to the latest version of 3.7.0, with links provided for each individual version."],["The `CloudRepoSourceContext` class includes two constructors, one default and another that takes an existing `CloudRepoSourceContext` object to provide a copy functionality."]]],[]]