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

Returns The ID of the project.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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