Class: Google::Devtools::Source::V1::ProjectRepoId

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

Overview

Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project.

Instance Attribute Summary collapse

Instance Attribute Details

#project_idString

Returns The ID of the project.

Returns:

  • (String)

    The ID of the project.



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

class ProjectRepoId; end

#repo_nameString

Returns The name of the repo. Leave empty for the default repo.

Returns:

  • (String)

    The name of the repo. Leave empty for the default repo.



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

class ProjectRepoId; end