Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class RedirectionState.
The possible redirection states for legacy repositories.
Protobuf type google.devtools.artifactregistry.v1.ProjectSettings.RedirectionState
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ ProjectSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REDIRECTION_STATE_UNSPECIFIED
Value: 0
No redirection status has been set.
Generated from protobuf enum REDIRECTION_STATE_UNSPECIFIED = 0;
REDIRECTION_FROM_GCR_IO_DISABLED
Value: 1
Redirection is disabled.
Generated from protobuf enum REDIRECTION_FROM_GCR_IO_DISABLED = 1;
REDIRECTION_FROM_GCR_IO_ENABLED
Value: 2
Redirection is enabled.
Generated from protobuf enum REDIRECTION_FROM_GCR_IO_ENABLED = 2;
REDIRECTION_FROM_GCR_IO_FINALIZED
Value: 3
Redirection is enabled, and has been finalized so cannot be reverted.
Generated from protobuf enum REDIRECTION_FROM_GCR_IO_FINALIZED = 3 [deprecated = true];