public sealed class CloudWorkspaceSourceContext : IMessage<CloudWorkspaceSourceContext>, IMessage, IEquatable<CloudWorkspaceSourceContext>, IDeepCloneable<CloudWorkspaceSourceContext>
Reference documentation and code samples for the Google.Cloud.DevTools.Common class CloudWorkspaceSourceContext.
A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.
[[["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 `CloudWorkspaceSourceContext` class within the `Google.Cloud.DevTools.Common` library, specifically version 3.1.1."],["`CloudWorkspaceSourceContext` represents a workspace at a specific snapshot and is part of the `Google.Cloud.DevTools.Source.V1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, providing functionalities for message handling, equality checks, and deep cloning."],["It provides a `SnapshotId` property to identify a specific snapshot and a `WorkspaceId` property to represent the workspace."],["The document outlines two constructors, one parameter-less and another accepting a `CloudWorkspaceSourceContext` object as parameter."]]],[]]