Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class Format.
A package format.
Protobuf type google.devtools.artifactregistry.v1beta2.Repository.Format
Namespace
Google \ Cloud \ ArtifactRegistry \ V1beta2 \ RepositoryMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FORMAT_UNSPECIFIED
Value: 0
Unspecified package format.
Generated from protobuf enum FORMAT_UNSPECIFIED = 0;
DOCKER
Value: 1
Docker package format.
Generated from protobuf enum DOCKER = 1;
MAVEN
Value: 2
Maven package format.
Generated from protobuf enum MAVEN = 2;
NPM
Value: 3
NPM package format.
Generated from protobuf enum NPM = 3;
APT
Value: 5
APT package format.
Generated from protobuf enum APT = 5;
YUM
Value: 6
YUM package format.
Generated from protobuf enum YUM = 6;
PYTHON
Value: 8
Python package format.
Generated from protobuf enum PYTHON = 8;