public sealed class UpdateCatalogRequest : IMessage<UpdateCatalogRequest>, IEquatable<UpdateCatalogRequest>, IDeepCloneable<UpdateCatalogRequest>, IBufferMessage, IMessage
Request for
[CatalogService.UpdateCatalog][google.cloud.retail.v2.CatalogService.UpdateCatalog]
method.
Required. The [Catalog][google.cloud.retail.v2.Catalog] to update.
If the caller does not have permission to update the
[Catalog][google.cloud.retail.v2.Catalog], regardless of whether or not it
exists, a PERMISSION_DENIED error is returned.
If the [Catalog][google.cloud.retail.v2.Catalog] to update does not exist,
a NOT_FOUND error is returned.
[[["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-03-21 UTC."],[[["This webpage details the `UpdateCatalogRequest` class within the Google.Cloud.Retail.V2 namespace, specifically for version 1.4.0 and later."],["`UpdateCatalogRequest` is a request class used for the `CatalogService.UpdateCatalog` method, designed for updating catalog information."],["The `UpdateCatalogRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties: `Catalog`, which represents the catalog to be updated, and `UpdateMask`, which specifies which fields to update within the catalog."],["There are many other versions available, ranging from the most recent being version 2.12.0 to the oldest listed being 1.0.0."]]],[]]