Required. Output only. The display metadata to describe the product. The JSON schema of the
metadata differs by [Product.asset_type][google.cloud.privatecatalog.v1beta1.Product.asset_type].
When the type is google.deploymentmanager.Template, the schema is as
follows:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eProduct\u003c/code\u003e class in the Cloud Private Catalog v1beta1 API represents a product computed with a given resource context, and it implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eProduct\u003c/code\u003e class supports three different asset types: \u003ccode\u003egoogle.deploymentmanager.Template\u003c/code\u003e, \u003ccode\u003egoogle.cloudprivatecatalog.ListingOnly\u003c/code\u003e, and \u003ccode\u003egoogle.cloudprivatecatalog.Terraform\u003c/code\u003e, each having its own JSON schema for display metadata.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProduct\u003c/code\u003e class contains properties for asset references, asset type, creation and update times, display metadata, icon URI, and product name, providing a comprehensive set of information about the product.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, one with no parameters, and another which takes a \u003ccode\u003eProduct\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class in the example is 2.0.0-beta05.\u003c/p\u003e\n"]]],[],null,["# Cloud Private Catalog v1beta1 API - Class Product (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.Product)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/2.0.0-beta04/Google.Cloud.PrivateCatalog.V1Beta1.Product)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/1.0.0-beta02/Google.Cloud.PrivateCatalog.V1Beta1.Product) \n\n public sealed class Product : IMessage\u003cProduct\u003e, IEquatable\u003cProduct\u003e, IDeepCloneable\u003cProduct\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Private Catalog v1beta1 API class Product.\n\nThe readonly representation of a product computed with a given resource\ncontext. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Product \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Product](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Product), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Product](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Product), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Product](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Product), [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### Product()\n\n public Product()\n\n### Product(Product)\n\n public Product(Product other)\n\nProperties\n----------\n\n### AssetReferences\n\n public RepeatedField\u003cAssetReference\u003e AssetReferences { get; }\n\nOutput only. A collection of assets referred by a product.\nThis field is set for Terraform Products only.\n\n### AssetType\n\n public string AssetType { get; set; }\n\nOutput only. The type of the product asset. It can be one of the following values:\n\n- `google.deploymentmanager.Template`\n- `google.cloudprivatecatalog.ListingOnly`\n- `google.cloudprivatecatalog.Terraform`\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the product was created.\n\n### DisplayMetadata\n\n public Struct DisplayMetadata { get; set; }\n\nRequired. Output only. The display metadata to describe the product. The JSON schema of the\nmetadata differs by \\[Product.asset_type\\]\\[google.cloud.privatecatalog.v1beta1.Product.asset_type\\].\nWhen the type is `google.deploymentmanager.Template`, the schema is as\nfollows: \n\n \"$schema\": http://json-schema.org/draft-04/schema#\n type: object\n properties:\n name:\n type: string\n minLength: 1\n maxLength: 64\n description:\n type: string\n minLength: 1\n maxLength: 2048\n tagline:\n type: string\n minLength: 1\n maxLength: 100\n support_info:\n type: string\n minLength: 1\n maxLength: 2048\n creator:\n type: string\n minLength: 1\n maxLength: 100\n documentations:\n type: array\n items:\n type: object\n properties:\n url:\n type: string\n pattern:\n \"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]\"\n title:\n type: string\n minLength: 1\n maxLength: 64\n description:\n type: string\n minLength: 1\n maxLength: 2048\n required:\n - name\n - description\n additionalProperties: false\n\nWhen the asset type is `google.cloudprivatecatalog.ListingOnly`, the schema\nis as follows: \n\n \"$schema\": http://json-schema.org/draft-04/schema#\n type: object\n properties:\n name:\n type: string\n minLength: 1\n maxLength: 64\n description:\n type: string\n minLength: 1\n maxLength: 2048\n tagline:\n type: string\n minLength: 1\n maxLength: 100\n support_info:\n type: string\n minLength: 1\n maxLength: 2048\n creator:\n type: string\n minLength: 1\n maxLength: 100\n documentations:\n type: array\n items:\n type: object\n properties:\n url:\n type: string\n pattern:\n \"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]\"\n title:\n type: string\n minLength: 1\n maxLength: 64\n description:\n type: string\n minLength: 1\n maxLength: 2048\n signup_url:\n type: string\n pattern:\n \"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]\"\n required:\n - name\n - description\n - signup_url\n additionalProperties: false\n\nWhen the asset type is `google.cloudprivatecatalog.Terraform`, the schema\nis as follows:\n\n\\`\\`\\`\n\"$schema\": \u003chttp://json-schema.org/draft-04/schema#\u003e\ntype: object\nproperties:\nname:\ntype: string\nminLength: 1\nmaxLength: 64\ndescription:\ntype: string\nminLength: 1\nmaxLength: 2048\ntagline:\ntype: string\nminLength: 1\nmaxLength: 100\nsupport_info:\ntype: string\nminLength: 1\nmaxLength: 2048\ncreator:\ntype: string\nminLength: 1\nmaxLength: 100\ndocumentations:\ntype: array\nitems:\ntype: object\nproperties:\nurl:\ntype: string\npattern:\n\"\\^(https?)://\\[-a-zA-Z0-9+\\&@#/%?=\\~*\\|!:,.;\\]\\*\\[-a-zA-Z0-9+\\&@#/%=\\~*\\|\\]\"\ntitle:\ntype: string\nminLength: 1\nmaxLength: 64\ndescription:\ntype: string\nminLength: 1\nmaxLength: 2048\nrequired:\n\n- name\n- description additionalProperties: true\n\n### IconUri\n\n public string IconUri { get; set; }\n\nOutput only. The icon URI of the product.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The resource name of the target product, in the format of\n\\`products/\\[a-z\\]\\[-a-z0-9\\]\\*\\[a-z0-9\\]'.\n\nA unique identifier for the product under a catalog.\n\n### ProductName\n\n public ProductName ProductName { get; set; }\n\n[ProductName](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.ProductName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.Product#Google_Cloud_PrivateCatalog_V1Beta1_Product_Name) resource name property.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time when the product was last updated."]]