Grafeas V1 API - Class Grafeas::V1::RepoId (v1.3.0)

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

A unique identifier for a Cloud Repo.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#project_repo_id

def project_repo_id() -> ::Grafeas::V1::ProjectRepoId
Returns
  • (::Grafeas::V1::ProjectRepoId) — A combination of a project ID and a repo name.

    Note: The following fields are mutually exclusive: project_repo_id, uid. If a field in that set is populated, all other fields in the set will automatically be cleared.

#project_repo_id=

def project_repo_id=(value) -> ::Grafeas::V1::ProjectRepoId
Parameter
  • value (::Grafeas::V1::ProjectRepoId) — A combination of a project ID and a repo name.

    Note: The following fields are mutually exclusive: project_repo_id, uid. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Grafeas::V1::ProjectRepoId) — A combination of a project ID and a repo name.

    Note: The following fields are mutually exclusive: project_repo_id, uid. If a field in that set is populated, all other fields in the set will automatically be cleared.

#uid

def uid() -> ::String
Returns
  • (::String) — A server-assigned, globally unique identifier.

    Note: The following fields are mutually exclusive: uid, project_repo_id. If a field in that set is populated, all other fields in the set will automatically be cleared.

#uid=

def uid=(value) -> ::String
Parameter
  • value (::String) — A server-assigned, globally unique identifier.

    Note: The following fields are mutually exclusive: uid, project_repo_id. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — A server-assigned, globally unique identifier.

    Note: The following fields are mutually exclusive: uid, project_repo_id. If a field in that set is populated, all other fields in the set will automatically be cleared.