Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class VersionView.
The view, which determines what version information is returned in a response.
Protobuf type google.devtools.artifactregistry.v1.VersionView
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VERSION_VIEW_UNSPECIFIED
Value: 0
The default / unset value.
The API will default to the BASIC view.
Generated from protobuf enum VERSION_VIEW_UNSPECIFIED = 0;
BASIC
Value: 1
Includes basic information about the version, but not any related tags.
Generated from protobuf enum BASIC = 1;
FULL
Value: 2
Include everything.
Generated from protobuf enum FULL = 2;