Class: Grafeas::V1::ProjectRepoId
- Inherits:
-
Object
- Object
- Grafeas::V1::ProjectRepoId
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/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.
313 314 315 316 |
# File 'proto_docs/grafeas/v1/provenance.rb', line 313 class ProjectRepoId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repo_name ⇒ ::String
Returns The name of the repo. Leave empty for the default repo.
313 314 315 316 |
# File 'proto_docs/grafeas/v1/provenance.rb', line 313 class ProjectRepoId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |