public sealed class GetEngineRequest : IMessage<GetEngineRequest>, IEquatable<GetEngineRequest>, IDeepCloneable<GetEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GetEngineRequest.
Request message for
[EngineService.GetEngine][google.cloud.discoveryengine.v1.EngineService.GetEngine]
method.
Required. Full resource name of
[Engine][google.cloud.discoveryengine.v1.Engine], such as
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.
[[["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 document provides reference information for the `GetEngineRequest` class within the Google Cloud Discovery Engine v1 API, detailing its structure, inheritance, and implementation of various interfaces."],["The `GetEngineRequest` class is used to send requests to the `EngineService.GetEngine` method, allowing users to retrieve information about a specific engine."],["The latest version of this documentation is 1.6.0, with older versions also available, going as far back as version 1.0.0-beta06."],["Key components of the class include the `EngineName` and `Name` properties, which are used to specify the engine being targeted by the request."],["`GetEngineRequest` can be constructed without parameters, or with another GetEngineRequest as a parameter."]]],[]]