public sealed class ProjectRepoId : IMessage<ProjectRepoId>, IMessage, IEquatable<ProjectRepoId>, IDeepCloneable<ProjectRepoId>
Reference documentation and code samples for the Google.Cloud.DevTools.Common class ProjectRepoId.
Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project.
Namespace
Google.Cloud.DevTools.Source.V1Assembly
Google.Cloud.DevTools.Common.dll
Constructors
ProjectRepoId()
public ProjectRepoId()
ProjectRepoId(ProjectRepoId)
public ProjectRepoId(ProjectRepoId other)
Parameter | |
---|---|
Name | Description |
other | ProjectRepoId |
Properties
ProjectId
public string ProjectId { get; set; }
The ID of the project.
Property Value | |
---|---|
Type | Description |
string |
RepoName
public string RepoName { get; set; }
The name of the repo. Leave empty for the default repo.
Property Value | |
---|---|
Type | Description |
string |