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"]],[["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 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."]]],[]]