Class: Grafeas::V1::ProjectRepoId
- Inherits:
-
Object
- Object
- Grafeas::V1::ProjectRepoId
- 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
-
#project_id ⇒ String
The ID of the project.
-
#repo_name ⇒ String
The name of the repo.
Instance Attribute Details
#project_id ⇒ String
Returns The ID of the project.
246 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 246 class ProjectRepoId; end |
#repo_name ⇒ String
Returns 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 |