Class: Grafeas::V1::ProjectRepoId

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/provenance.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.



246
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 246

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.



246
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 246

class ProjectRepoId; end