public sealed class UpdateCompletionConfigRequest : IMessage<UpdateCompletionConfigRequest>, IEquatable<UpdateCompletionConfigRequest>, IDeepCloneable<UpdateCompletionConfigRequest>, IBufferMessage, IMessage
Request for
[CatalogService.UpdateCompletionConfig][google.cloud.retail.v2.CatalogService.UpdateCompletionConfig]
method.
public CompletionConfig CompletionConfig { get; set; }
Required. The [CompletionConfig][google.cloud.retail.v2.CompletionConfig]
to update.
If the caller does not have permission to update the
[CompletionConfig][google.cloud.retail.v2.CompletionConfig], then a
PERMISSION_DENIED error is returned.
If the [CompletionConfig][google.cloud.retail.v2.CompletionConfig] to
update does not exist, a NOT_FOUND error is returned.
Indicates which fields in the provided
[CompletionConfig][google.cloud.retail.v2.CompletionConfig] to update. The
following are the only supported fields:
[[["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\u003eUpdateCompletionConfigRequest\u003c/code\u003e class within the Google.Cloud.Retail.V2 namespace, used for updating completion configurations in the Retail API's Catalog Service.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this resource is 2.12.0, with a range of versions from 1.0.0 up to the latest version being available for reference and download.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateCompletionConfigRequest\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class constructor can be used to instantiate a new request or to clone an existing one, and the class contains two primary properties, \u003ccode\u003eCompletionConfig\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e, for managing the completion configuration update.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateMask\u003c/code\u003e property allows for specifying which fields within the \u003ccode\u003eCompletionConfig\u003c/code\u003e should be updated during the update operation, with only specified fields being modifiable.\u003c/p\u003e\n"]]],[],null,[]]