Class: Google::Devtools::Source::V1::CloudWorkspaceSourceContext

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

Overview

A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

Returns The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.

Returns:

  • (String)

    The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.



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

class CloudWorkspaceSourceContext; end

#workspace_idGoogle::Devtools::Source::V1::CloudWorkspaceId

Returns The ID of the workspace.

Returns:



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

class CloudWorkspaceSourceContext; end