Reference documentation and code samples for the Artifact Registry V1 API module Google::Cloud::ArtifactRegistry::V1::ProjectSettings::RedirectionState.
The possible redirection states for legacy repositories.
Constants
REDIRECTION_STATE_UNSPECIFIED
value: 0
No redirection status has been set.
REDIRECTION_FROM_GCR_IO_DISABLED
value: 1
Redirection is disabled.
REDIRECTION_FROM_GCR_IO_ENABLED
value: 2
Redirection is enabled.
REDIRECTION_FROM_GCR_IO_FINALIZED
value: 3
Redirection is enabled, and has been finalized so cannot be reverted.
REDIRECTION_FROM_GCR_IO_ENABLED_AND_COPYING
value: 5
Redirection is enabled and missing images are copied from GCR
REDIRECTION_FROM_GCR_IO_PARTIAL_AND_COPYING
value: 6
Redirection is partially enabled and missing images are copied from GCR