Class GoogleArtifactRegistry
Google Artifact Registry configurations.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class GoogleArtifactRegistry : IDirectResponseSchema
Properties
ArtifactRegistryPackage
Required. Immutable. The name of the artifact registry package.
Declaration
[JsonProperty("artifactRegistryPackage")]
public virtual string ArtifactRegistryPackage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectId
Required. The host project of Artifact Registry.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |