Reference documentation and code samples for the Stackdriver Debugger Client 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.
Example:
use Google\Cloud\Debugger\CloudWorkspaceId;
use Google\Cloud\Debugger\ProjectRepoId;
use Google\Cloud\Debugger\RepoId;
$workspace = new CloudWorkspaceId(
new RepoId(
new ProjectRepoId('project-id', 'repo-name'),
'some-uid'
),
'workspace-name'
);
[[["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-05-30 UTC."],[],[],null,[]]