public sealed class UpdateCatalogRequest : IMessage<UpdateCatalogRequest>, IEquatable<UpdateCatalogRequest>, IDeepCloneable<UpdateCatalogRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UpdateCatalogRequest.
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-04-17 UTC."],[[["This webpage provides reference documentation for the `UpdateCatalogRequest` class within the Google Cloud Retail v2 API."],["The `UpdateCatalogRequest` class is used to update a catalog via the `CatalogService.UpdateCatalog` method and is part of the `Google.Cloud.Retail.V2` namespace."],["The latest version documented is 2.12.0, with previous versions from 2.11.0 all the way back to 1.0.0 also being available, and the current version this documentation corresponds to being 2.4.0."],["The `UpdateCatalogRequest` class allows for updating a `Catalog` object, with the ability to specify which fields to update using `UpdateMask`, and includes inherited members from other classes such as `Object`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it provides two constructors: one default and one for copying from another `UpdateCatalogRequest` instance."]]],[]]