Grafeas v1 API - Class RepoId (3.4.0)

public sealed class RepoId : IMessage<RepoId>, IEquatable<RepoId>, IDeepCloneable<RepoId>, IBufferMessage, IMessage

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

A unique identifier for a Cloud Repo.

Inheritance

object > RepoId

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

RepoId()

public RepoId()

RepoId(RepoId)

public RepoId(RepoId other)
Parameter
NameDescription
otherRepoId

Properties

IdCase

public RepoId.IdOneofCase IdCase { get; }
Property Value
TypeDescription
RepoIdIdOneofCase

ProjectRepoId

public ProjectRepoId ProjectRepoId { get; set; }

A combination of a project ID and a repo name.

Property Value
TypeDescription
ProjectRepoId

Uid

public string Uid { get; set; }

A server-assigned, globally unique identifier.

Property Value
TypeDescription
string