public sealed class CloudRepoSourceContext : IMessage<CloudRepoSourceContext>, IMessage, IEquatable<CloudRepoSourceContext>, IDeepCloneable<CloudRepoSourceContext>
A CloudRepoSourceContext denotes a particular revision in a cloud
repo (a repo hosted by the Google Cloud Platform).
[[["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."],[[["`CloudRepoSourceContext` is a class representing a specific revision within a Google Cloud-hosted repository, as part of the `Google.Cloud.DevTools.Source.V1` namespace."],["The class is part of the Google.Cloud.DevTools.Common assembly and can be found in version 2.1.0, as well as other versions including 3.2.0 which is the latest."],["`CloudRepoSourceContext` implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits members from the base `Object` class."],["It provides properties for managing repository details, such as `RepoId`, `AliasName`, and `AliasContext`, as well as revision information like `RevisionId` and `RevisionCase`."],["The class offers two constructors, one default and another for copying an existing `CloudRepoSourceContext`, to aid in the construction of `CloudRepoSourceContext` instances."]]],[]]