Class: Grafeas::V1::ProjectRepoId

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#project_id::String



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



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