Class CloudWorkspaceId (1.2.3)

CloudWorkspaceId(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
repo_id google.cloud.source_context_v1.types.RepoId
The ID of the repo containing the workspace.
name str
The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.

Inheritance

builtins.object > proto.message.Message > CloudWorkspaceId