Google Cloud Artifact Registry V1 Client - Class Mode (0.5.1)

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 \ Repository

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Unspecified mode.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

STANDARD_REPOSITORY

Value: 1

A standard repository storing artifacts.

Generated from protobuf enum STANDARD_REPOSITORY = 1;

VIRTUAL_REPOSITORY

Value: 2

A virtual repository to serve artifacts from one or more sources.

Generated from protobuf enum VIRTUAL_REPOSITORY = 2;

REMOTE_REPOSITORY

Value: 3

A remote repository to serve artifacts from a remote source.

Generated from protobuf enum REMOTE_REPOSITORY = 3;