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"]],[["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."],[[["`UpdateEngineRequest` is a class in the Discovery Engine v1beta API, specifically designed for handling requests to update an engine."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `UpdateEngineRequest` class contains two main properties, `Engine` which represents the engine to update, and `UpdateMask`, used to specify which fields of the engine should be modified."],["The latest version for `UpdateEngineRequest` is 1.0.0-beta18, and is part of the namespace `Google.Cloud.DiscoveryEngine.V1Beta`, found within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["There are two constructors for this class, `UpdateEngineRequest()` and `UpdateEngineRequest(UpdateEngineRequest other)`, the latter of which allows you to input another `UpdateEngineRequest` instance to work with."]]],[]]