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."],[[["The latest version of the `GetEngineRequest` API class is 1.6.0, which can be found alongside previous versions ranging from 1.5.0 down to 1.0.0-beta06."],["`GetEngineRequest` is a request message for the `EngineService.GetEngine` method within the Discovery Engine v1 API."],["The `GetEngineRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the `object` class."],["The class includes properties such as `EngineName` (of type `EngineName`) and `Name` (of type `string`), which represents the full resource name of an Engine."],["The GetEngineRequest class has two constructors, one that can be blank, and one that takes another GetEngineRequest as an argument."]]],[]]