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-03-21 UTC."],[[["The provided content details the `UpdateCatalogRequest` class within the Google Cloud Retail V2 API, focusing on version 2.10.0."],["The `UpdateCatalogRequest` class is used for updating a catalog via the `CatalogService.UpdateCatalog` method, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists multiple previous and the latest versions of the API, with version 2.12.0 being the latest, and provides links to the documentation for each version."],["Key properties of the `UpdateCatalogRequest` include `Catalog` (the catalog to update) and `UpdateMask` (specifying which catalog fields to update)."],["There are two constructors for the `UpdateCatalogRequest`, with one accepting another `UpdateCatalogRequest` object for cloning."]]],[]]