Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class Mode.
The mode configures the repository to serve artifacts from different sources.
Protobuf type google.devtools.artifactregistry.v1.Repository.Mode
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ RepositoryMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Unspecified mode.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
STANDARD_REPOSITORY
Value: 1A standard repository storing artifacts.
Generated from protobuf enum STANDARD_REPOSITORY = 1;
VIRTUAL_REPOSITORY
Value: 2A virtual repository to serve artifacts from one or more sources.
Generated from protobuf enum VIRTUAL_REPOSITORY = 2;
REMOTE_REPOSITORY
Value: 3A remote repository to serve artifacts from a remote source.
Generated from protobuf enum REMOTE_REPOSITORY = 3;