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."],[[["The `GetEngineRequest` class is part of the Discovery Engine v1beta API and is used to request information about a specific engine."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default one and another that takes a `GetEngineRequest` object as a parameter for initialization."],["It contains two properties: `EngineName`, which is a typed view of the resource name, and `Name`, which is a string representing the full resource name of the engine."],["The `GetEngineRequest` class is located in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]