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.
Indicates which fields in the provided
[Catalog][google.cloud.retail.v2.Catalog] to update. If not set, will only
update the
[Catalog.product_level_config][google.cloud.retail.v2.Catalog.product_level_config]
field, which is also the only currently supported field to update.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error
is returned.
[[["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\u003eThis webpage details the \u003ccode\u003eUpdateCatalogRequest\u003c/code\u003e class, which is used to request updates to a catalog through the \u003ccode\u003eCatalogService.UpdateCatalog\u003c/code\u003e method in Google Cloud Retail V2.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateCatalogRequest\u003c/code\u003e class 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, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor (\u003ccode\u003eUpdateCatalogRequest()\u003c/code\u003e) and a constructor that accepts another \u003ccode\u003eUpdateCatalogRequest\u003c/code\u003e object as a parameter (\u003ccode\u003eUpdateCatalogRequest(UpdateCatalogRequest other)\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateCatalogRequest\u003c/code\u003e class includes two key properties: \u003ccode\u003eCatalog\u003c/code\u003e, which represents the catalog to be updated and is of type \u003ccode\u003eCatalog\u003c/code\u003e, and \u003ccode\u003eUpdateMask\u003c/code\u003e, which specifies the fields within the catalog to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides a historical list of versions, from 1.0.0 to 2.12.0 (latest), of \u003ccode\u003eUpdateCatalogRequest\u003c/code\u003e that can be accessed via their respective links.\u003c/p\u003e\n"]]],[],null,[]]