public sealed class UpdateEngineRequest : IMessage<UpdateEngineRequest>, IEquatable<UpdateEngineRequest>, IDeepCloneable<UpdateEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class UpdateEngineRequest.
Request message for
[EngineService.UpdateEngine][google.cloud.discoveryengine.v1beta.EngineService.UpdateEngine]
method.
Required. The [Engine][google.cloud.discoveryengine.v1beta.Engine] to
update.
If the caller does not have permission to update the
[Engine][google.cloud.discoveryengine.v1beta.Engine], regardless of whether
or not it exists, a PERMISSION_DENIED error is returned.
If the [Engine][google.cloud.discoveryengine.v1beta.Engine] 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"]],[["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\u003e\u003ccode\u003eUpdateEngineRequest\u003c/code\u003e is a class in the Discovery Engine v1beta API, specifically designed for handling requests to update an engine.\u003c/p\u003e\n"],["\u003cp\u003eThis 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 the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateEngineRequest\u003c/code\u003e class contains two main properties, \u003ccode\u003eEngine\u003c/code\u003e which represents the engine to update, and \u003ccode\u003eUpdateMask\u003c/code\u003e, used to specify which fields of the engine should be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for \u003ccode\u003eUpdateEngineRequest\u003c/code\u003e is 1.0.0-beta18, and is part of the namespace \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e, found within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for this class, \u003ccode\u003eUpdateEngineRequest()\u003c/code\u003e and \u003ccode\u003eUpdateEngineRequest(UpdateEngineRequest other)\u003c/code\u003e, the latter of which allows you to input another \u003ccode\u003eUpdateEngineRequest\u003c/code\u003e instance to work with.\u003c/p\u003e\n"]]],[],null,[]]