The Artifact Registry settings that apply to a Project.
| JSON representation |
|---|
{
"name"
:
string
,
"legacyRedirectionState"
:
enum (
|
| Fields | |
|---|---|
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 |
legacyRedirectionState
|
The redirection state of the legacy repositories in this project. |
pullPercent
|
The percentage of pull traffic to redirect from GCR to AR when using partial redirection. |
RedirectionState
The possible redirection states for legacy repositories.
| Enums | |
|---|---|
REDIRECTION_STATE_UNSPECIFIED
|
No redirection status has been set. |
REDIRECTION_FROM_GCR_IO_DISABLED
|
Redirection is disabled. |
REDIRECTION_FROM_GCR_IO_ENABLED
|
Redirection is enabled. |
REDIRECTION_FROM_GCR_IO_ENABLED_AND_COPYING
|
Redirection is enabled and missing images are copied from GCR |
REDIRECTION_FROM_GCR_IO_PARTIAL_AND_COPYING
|
Redirection is partially enabled and missing images are copied from GCR |

