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."],[[["The `UpdateCatalogRequest` class is used to update a catalog in the Retail v2 API, utilizing the `CatalogService.UpdateCatalog` method."],["Version 2.12.0 is the latest release, with multiple prior versions available, ranging down to version 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is part of a robust messaging system."],["The `UpdateCatalogRequest` class includes two properties: `Catalog`, which is the catalog to be updated and is a required field, and `UpdateMask`, which specifies which catalog fields should be modified."],["The available methods for the `UpdateCatalogRequest` class includes two constructors, one empty and one with a parameter, and it inherits several common methods from the base Object class."]]],[]]