Output only. The asset which has been validated and is ready to be
provisioned. See
[google.cloud.privatecatalogproducer.v1beta.Version.asset][] for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eVersion\u003c/code\u003e class within the Google Cloud Private Catalog v1beta1 API, detailing its structure and functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVersion\u003c/code\u003e class represents a specific version of a product under a catalog, and includes properties like \u003ccode\u003eAsset\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eUpdateTime\u003c/code\u003e, and \u003ccode\u003eVersionName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt highlights the availability of multiple versions, including the latest release \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, as well as prior versions \u003ccode\u003e2.0.0-beta04\u003c/code\u003e and \u003ccode\u003e1.0.0-beta02\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVersion\u003c/code\u003e class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its capabilities within the Google Cloud environment.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors; one with no parameter and another that takes another version object as parameter.\u003c/p\u003e\n"]]],[],null,["# Cloud Private Catalog v1beta1 API - Class Version (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Version)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/2.0.0-beta04/Google.Cloud.PrivateCatalog.V1Beta1.Version)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/1.0.0-beta02/Google.Cloud.PrivateCatalog.V1Beta1.Version) \n\n public sealed class Version : IMessage\u003cVersion\u003e, IEquatable\u003cVersion\u003e, IDeepCloneable\u003cVersion\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Private Catalog v1beta1 API class Version.\n\nThe consumer representation of a version which is a child resource under a\n`Product` with asset data. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Version \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Version](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Version), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Version](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Version), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Version](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Version), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.PrivateCatalog.V1Beta1](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.PrivateCatalog.V1Beta1.dll\n\nConstructors\n------------\n\n### Version()\n\n public Version()\n\n### Version(Version)\n\n public Version(Version other)\n\nProperties\n----------\n\n### Asset\n\n public Struct Asset { get; set; }\n\nOutput only. The asset which has been validated and is ready to be\nprovisioned. See\n\\[google.cloud.privatecatalogproducer.v1beta.Version.asset\\]\\[\\] for details.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the version was created.\n\n### Description\n\n public string Description { get; set; }\n\nOutput only. The user-supplied description of the version. Maximum of 256\ncharacters.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The resource name of the version, in the format\n\\`catalogs/{catalog}/products/{product}/versions/\\[a-z\\]\\[-a-z0-9\\]\\*\\[a-z0-9\\]'.\n\nA unique identifier for the version under a product.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time when the version was last updated.\n\n### VersionName\n\n public VersionName VersionName { get; set; }\n\n[VersionName](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.VersionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Version#Google_Cloud_PrivateCatalog_V1Beta1_Version_Name) resource name property."]]