Class ProjectSettings
The Artifact Registry settings that apply to a Project.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ProjectSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LegacyRedirectionState
The redirection state of the legacy repositories in this project.
Declaration
[JsonProperty("legacyRedirectionState")]
public virtual string LegacyRedirectionState { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PullPercent
The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
Declaration
[JsonProperty("pullPercent")]
public virtual int? PullPercent { get; set; }
Property Value
Type | Description |
---|---|
int? |