Class Version (1.2.1)

Version(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The body of a version resource. A version resource represents a collection of components, such as files and other data. This may correspond to a version in many package management schemes.

Attributes

NameDescription
name str
The name of the version, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1". If the package or version ID parts contain slashes, the slashes are escaped.
description str
Optional. Description of the version, as specified in its metadata.
create_time google.protobuf.timestamp_pb2.Timestamp
The time when the version was created.
update_time google.protobuf.timestamp_pb2.Timestamp
The time when the version was last updated.
related_tags Sequence[google.cloud.artifactregistry_v1.types.Tag]
Output only. A list of related tags. Will contain up to 100 tags that reference this version.
metadata google.protobuf.struct_pb2.Struct
Output only. Repository-specific Metadata stored against this version. The fields returned are defined by the underlying repository-specific resource. Currently, the only resource in use is DockerImage][google.devtools.artifactregistry.v1.DockerImage]