ProjectSettings

The Artifact Registry settings that apply to a Project.

JSON representation
{
  "name": string,
  "legacyRedirectionState": enum (RedirectionState)
}
Fields
name

string

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

enum (RedirectionState)

The redirection state of the legacy repositories in this project.

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