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-08-28 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eGetEngineRequest\u003c/code\u003e class within the Google Cloud Discovery Engine v1 API, detailing its structure, inheritance, and implementation of various interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEngineRequest\u003c/code\u003e class is used to send requests to the \u003ccode\u003eEngineService.GetEngine\u003c/code\u003e method, allowing users to retrieve information about a specific engine.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this documentation is 1.6.0, with older versions also available, going as far back as version 1.0.0-beta06.\u003c/p\u003e\n"],["\u003cp\u003eKey components of the class include the \u003ccode\u003eEngineName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e properties, which are used to specify the engine being targeted by the request.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetEngineRequest\u003c/code\u003e can be constructed without parameters, or with another GetEngineRequest as a parameter.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1 API - Class GetEngineRequest (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.8.0/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.7.0/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.6.0/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.5.0/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.4.0/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.3.0/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.2.0/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.1.0/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.0.0-beta06/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest) \n\n public sealed class GetEngineRequest : IMessage\u003cGetEngineRequest\u003e, IEquatable\u003cGetEngineRequest\u003e, IDeepCloneable\u003cGetEngineRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1 API class GetEngineRequest.\n\nRequest message for\n\\[EngineService.GetEngine\\]\\[google.cloud.discoveryengine.v1.EngineService.GetEngine\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetEngineRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetEngineRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetEngineRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetEngineRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1.dll\n\nConstructors\n------------\n\n### GetEngineRequest()\n\n public GetEngineRequest()\n\n### GetEngineRequest(GetEngineRequest)\n\n public GetEngineRequest(GetEngineRequest other)\n\nProperties\n----------\n\n### EngineName\n\n public EngineName EngineName { get; set; }\n\n[EngineName](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.EngineName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.GetEngineRequest#Google_Cloud_DiscoveryEngine_V1_GetEngineRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Full resource name of\n\\[Engine\\]\\[google.cloud.discoveryengine.v1.Engine\\], such as\n`projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}`."]]