Google Cloud Artifact Registry V1beta2 Client - Class VersionView (0.6.3)

Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class VersionView.

The view, which determines what version information is returned in a response.

Protobuf type google.devtools.artifactregistry.v1beta2.VersionView

Namespace

Google \ Cloud \ ArtifactRegistry \ V1beta2

Methods

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;