public sealed class CloudRepoSourceContext : IMessage<CloudRepoSourceContext>, IEquatable<CloudRepoSourceContext>, IDeepCloneable<CloudRepoSourceContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class CloudRepoSourceContext.
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 documentation page covers the `CloudRepoSourceContext` class within the Grafeas V1 API, which represents a specific revision in a Google Cloud Source Repo, with the current version being 3.4.0."],["The `CloudRepoSourceContext` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The class includes properties like `AliasContext`, `RepoId`, and `RevisionId`, which allow for specifying the alias, repo ID, and a specific revision ID within the source repository."],["You can access documentation for other available versions, which include from 2.2.0 to 3.7.0, the latest version available."],["The class has a public constructor and an overload that takes another `CloudRepoSourceContext` as a parameter, used for object initialization and cloning respectively."]]],[]]