Class: Google::Devtools::Source::V1::CloudWorkspaceId

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.

Returns:

  • (String)

    The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.



157
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 157

class CloudWorkspaceId; end

#repo_idGoogle::Devtools::Source::V1::RepoId

Returns The ID of the repo containing the workspace.

Returns:



157
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 157

class CloudWorkspaceId; end