format property
The format of packages that are stored in the repository.
Optional. Possible string values are:
- "FORMAT_UNSPECIFIED" : Unspecified package format.
- "DOCKER" : Docker package format.
- "MAVEN" : Maven package format.
- "NPM" : NPM package format.
- "APT" : APT package format.
- "YUM" : YUM package format.
- "GOOGET" : GooGet package format.
- "PYTHON" : Python package format.
- "KFP" : Kubeflow Pipelines package format.
- "GO" : Go package format.
- "GENERIC" : Generic package format.
Implementation
core.String? format;