Google Cloud Artifact Registry V1 Client - Class Format (1.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class Format.
A package format.
Protobuf type google.devtools.artifactregistry.v1.Repository.Format
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ Repository
Methods
Constants
Unspecified package format.
Generated from protobuf enum FORMAT_UNSPECIFIED = 0;
Docker package format.
Generated from protobuf enum DOCKER = 1;
Maven package format.
Generated from protobuf enum MAVEN = 2;
NPM package format.
Generated from protobuf enum NPM = 3;
APT package format.
Generated from protobuf enum APT = 5;
YUM package format.
Generated from protobuf enum YUM = 6;
Python package format.
Generated from protobuf enum PYTHON = 8;
Kubeflow Pipelines package format.
Generated from protobuf enum KFP = 9;
Go package format.
Generated from protobuf enum GO = 10;
Generic package format.
Generated from protobuf enum GENERIC = 11;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Artifact Registry V1 Client - Class Format (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-artifact-registry/latest/V1.Repository.Format)\n- [1.2.0](/php/docs/reference/cloud-artifact-registry/1.2.0/V1.Repository.Format)\n- [1.1.3](/php/docs/reference/cloud-artifact-registry/1.1.3/V1.Repository.Format)\n- [1.0.0](/php/docs/reference/cloud-artifact-registry/1.0.0/V1.Repository.Format)\n- [0.6.5](/php/docs/reference/cloud-artifact-registry/0.6.5/V1.Repository.Format)\n- [0.5.1](/php/docs/reference/cloud-artifact-registry/0.5.1/V1.Repository.Format)\n- [0.4.4](/php/docs/reference/cloud-artifact-registry/0.4.4/V1.Repository.Format)\n- [0.3.13](/php/docs/reference/cloud-artifact-registry/0.3.13/V1.Repository.Format) \nReference documentation and code samples for the Google Cloud Artifact Registry V1 Client class Format.\n\nA package format.\n\nProtobuf type `google.devtools.artifactregistry.v1.Repository.Format`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ArtifactRegistry \\\\ V1 \\\\ Repository\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### FORMAT_UNSPECIFIED\n\n Value: 0\n\nUnspecified package format.\n\nGenerated from protobuf enum `FORMAT_UNSPECIFIED = 0;`\n\n### DOCKER\n\n Value: 1\n\nDocker package format.\n\nGenerated from protobuf enum `DOCKER = 1;`\n\n### MAVEN\n\n Value: 2\n\nMaven package format.\n\nGenerated from protobuf enum `MAVEN = 2;`\n\n### NPM\n\n Value: 3\n\nNPM package format.\n\nGenerated from protobuf enum `NPM = 3;`\n\n### APT\n\n Value: 5\n\nAPT package format.\n\nGenerated from protobuf enum `APT = 5;`\n\n### YUM\n\n Value: 6\n\nYUM package format.\n\nGenerated from protobuf enum `YUM = 6;`\n\n### PYTHON\n\n Value: 8\n\nPython package format.\n\nGenerated from protobuf enum `PYTHON = 8;`\n\n### KFP\n\n Value: 9\n\nKubeflow Pipelines package format.\n\nGenerated from protobuf enum `KFP = 9;`\n\n### GO\n\n Value: 10\n\nGo package format.\n\nGenerated from protobuf enum `GO = 10;`\n\n### GENERIC\n\n Value: 11\n\nGeneric package format.\n\nGenerated from protobuf enum `GENERIC = 11;`"]]