Grafeas V1 API - Class Grafeas::V1::ProjectRepoId (v0.8.0)

Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::ProjectRepoId.

Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#project_id

def project_id() -> ::String
Returns
  • (::String) — The ID of the project.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — The ID of the project.
Returns
  • (::String) — The ID of the project.

#repo_name

def repo_name() -> ::String
Returns
  • (::String) — The name of the repo. Leave empty for the default repo.

#repo_name=

def repo_name=(value) -> ::String
Parameter
  • value (::String) — The name of the repo. Leave empty for the default repo.
Returns
  • (::String) — The name of the repo. Leave empty for the default repo.