Class ProjectConfig
The Artifact Registry logging configurations that apply to a Project.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ProjectConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The name of the project's configuration. Always of the form: projects/{project}/locations/{location}/projectConfig
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlatformLogsConfig
Optional. Configuration for platform logs.
Declaration
[JsonProperty("platformLogsConfig")]
public virtual PlatformLogsConfig PlatformLogsConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| PlatformLogsConfig |