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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]