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"]],[["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 `UpdateCatalogRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor (`UpdateCatalogRequest()`) and a constructor that accepts another `UpdateCatalogRequest` object as a parameter (`UpdateCatalogRequest(UpdateCatalogRequest other)`)."],["The `UpdateCatalogRequest` class includes two key properties: `Catalog`, which represents the catalog to be updated and is of type `Catalog`, and `UpdateMask`, which specifies the fields within the catalog to be updated."],["The page provides a historical list of versions, from 1.0.0 to 2.12.0 (latest), of `UpdateCatalogRequest` that can be accessed via their respective links."]]],[]]