public sealed class ProjectRepoId : IMessage<ProjectRepoId>, IEquatable<ProjectRepoId>, IDeepCloneable<ProjectRepoId>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class ProjectRepoId.
Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.
Implements
IMessage ProjectRepoId , IEquatable ProjectRepoId , IDeepCloneable ProjectRepoId , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ProjectRepoId()
public ProjectRepoId()
ProjectRepoId(ProjectRepoId)
public ProjectRepoId(ProjectRepoId other)
Properties
ProjectId
public string ProjectId { get; set; }
The ID of the project.
RepoName
public string RepoName { get; set; }
The name of the repo. Leave empty for the default repo.