public sealed class CloudWorkspaceId : IMessage<CloudWorkspaceId>, IMessage, IEquatable<CloudWorkspaceId>, IDeepCloneable<CloudWorkspaceId>
Reference documentation and code samples for the Google.Cloud.DevTools.Common class CloudWorkspaceId.
A CloudWorkspaceId is a unique identifier for a cloud workspace.
A cloud workspace is a place associated with a repo where modified files
can be stored before they are committed.
[[["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."],[[["The `CloudWorkspaceId` class is a unique identifier for a cloud workspace, which is a storage space for modified files before they are committed to a repository."],["This class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, providing functionalities for message handling, equality checks, and deep cloning."],["The `CloudWorkspaceId` class is found within the `Google.Cloud.DevTools.Source.V1` namespace and is part of the `Google.Cloud.DevTools.Common.dll` assembly."],["It has two constructors, one default and another that accepts another `CloudWorkspaceId` instance for initialization."],["It includes two key properties: `Name`, representing the workspace's unique name, and `RepoId`, representing the ID of the repository containing the workspace."]]],[]]