Module: Google::Cloud::ArtifactRegistry::V1::VersionView
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/version.rb
Overview
The view, which determines what version information is returned in a response.
Constant Summary collapse
- VERSION_VIEW_UNSPECIFIED =
The default / unset value. The API will default to the BASIC view.
0
- BASIC =
Includes basic information about the version, but not any related tags.
1
- FULL =
Include everything.
2