public sealed class CloudWorkspaceId : IMessage<CloudWorkspaceId>, IMessage, IEquatable<CloudWorkspaceId>, IDeepCloneable<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."],[[["`CloudWorkspaceId` is a unique identifier for a cloud workspace, which is a space associated with a repo for storing modified files before commit."],["The `CloudWorkspaceId` class inherits from `Object` and implements `IMessage`, `IEquatable`, and `IDeepCloneable` interfaces."],["It is found within the `Google.Cloud.DevTools.Source.V1` namespace and is part of the `Google.Cloud.DevTools.Common.dll` assembly."],["The class includes constructors for creating a new instance or cloning from an existing `CloudWorkspaceId`."],["The class has two properties, `Name`, which represents the unique workspace name within the repo and `RepoId`, which represents the ID of the repository the workspace resides in."]]],[]]