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, which is used to request updates to a catalog through the `CatalogService.UpdateCatalog` method in Google Cloud Retail V2."],["The latest version of the relevant API is 2.12.0, and the page contains documentation for 19 different versions of this API, spanning from 1.0.0 to the most recent version."],["The `UpdateCatalogRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, one default and another that accepts another `UpdateCatalogRequest` object as a parameter, and also contains two properties `Catalog` and `UpdateMask` which are used to specify the catalog and field to update."]]],[]]