Class Version (1.0.2)

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".
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_v1beta2.types.Tag]
Output only. A list of related tags. Will contain up to 100 tags that reference this version.