public sealed class GetEngineRequest : IMessage<GetEngineRequest>, IEquatable<GetEngineRequest>, IDeepCloneable<GetEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GetEngineRequest.
Request message for
[EngineService.GetEngine][google.cloud.discoveryengine.v1beta.EngineService.GetEngine]
method.
Required. Full resource name of
[Engine][google.cloud.discoveryengine.v1beta.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 documentation is for the `GetEngineRequest` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta18 (latest)."],["`GetEngineRequest` is a request message used to retrieve details about an Engine via the `EngineService.GetEngine` method."],["The `GetEngineRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `EngineName` of type `EngineName` and `Name` of type string, which represent the resource name of the engine being requested."],["The latest assembly is named Google.Cloud.DiscoveryEngine.V1Beta.dll, which contains the GetEngineRequest class."]]],[]]