ProjectSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The Artifact Registry settings that apply to a Project.
Attributes
Name | Description |
name |
str
The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set |
legacy_redirection_state |
google.cloud.artifactregistry_v1.types.ProjectSettings.RedirectionState
The redirection state of the legacy repositories in this project. |
Classes
RedirectionState
RedirectionState(value)
The possible redirection states for legacy repositories.
Values: REDIRECTION_STATE_UNSPECIFIED (0): No redirection status has been set. REDIRECTION_FROM_GCR_IO_DISABLED (1): Redirection is disabled. REDIRECTION_FROM_GCR_IO_ENABLED (2): Redirection is enabled. REDIRECTION_FROM_GCR_IO_FINALIZED (3): Redirection is enabled, and has been finalized so cannot be reverted.