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 documentation for the `GetEngineRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["`GetEngineRequest` is a request message used to retrieve an `Engine` via the `EngineService.GetEngine` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `GetEngineRequest` class has properties such as `EngineName` (of type `EngineName`) and `Name` (a string) for specifying the engine to retrieve, with the `Name` property being the full resource name of the `Engine`."],["This page also showcases a list of other versions available of this documentation, ranging from 1.6.0 all the way to 1.0.0-beta06."]]],[]]