Class Version (0.3.0)

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

The consumer representation of a version which is a child resource under a Product with asset data.

Attributes

NameDescription
name str
Output only. The resource name of the version, in the format \catalogs/{catalog}/products/{product}/versions/a-z][-a-z0-9]`*[a-z0-9]'. A unique identifier for the version under a product.
description str
Output only. The user-supplied description of the version. Maximum of 256 characters.
asset google.protobuf.struct_pb2.Struct
Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the version was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the version was last updated.