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 page provides reference documentation for the `GetEngineRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.3.0."],["`GetEngineRequest` is a class used to request information about a specific engine, as defined in the `EngineService.GetEngine` method."],["The `GetEngineRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default constructor and another that takes a `GetEngineRequest` object as a parameter, allowing for the creation of a new object based on an existing one."],["The `GetEngineRequest` class has two properties, `EngineName`, which is of type EngineName, and `Name`, which is a string representing the resource name of the requested Engine."]]],[]]