Cloud Private Catalog v1beta1 API - Class Version (2.0.0-beta05)

public sealed class Version : IMessage<Version>, IEquatable<Version>, IDeepCloneable<Version>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Private Catalog v1beta1 API class Version.

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

Inheritance

object > Version

Namespace

Google.Cloud.PrivateCatalog.V1Beta1

Assembly

Google.Cloud.PrivateCatalog.V1Beta1.dll

Constructors

Version()

public Version()

Version(Version)

public Version(Version other)
Parameter
Name Description
other Version

Properties

Asset

public Struct Asset { get; set; }

Output only. The asset which has been validated and is ready to be provisioned. See [google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.

Property Value
Type Description
Struct

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the version was created.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Output only. The user-supplied description of the version. Maximum of 256 characters.

Property Value
Type Description
string

Name

public string Name { get; set; }

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.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the version was last updated.

Property Value
Type Description
Timestamp

VersionName

public VersionName VersionName { get; set; }

VersionName-typed view over the Name resource name property.

Property Value
Type Description
VersionName