Discovery Engine v1beta API - Class GetEngineRequest (1.0.0-beta12)

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.

Inheritance

object > GetEngineRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GetEngineRequest()

public GetEngineRequest()

GetEngineRequest(GetEngineRequest)

public GetEngineRequest(GetEngineRequest other)
Parameter
NameDescription
otherGetEngineRequest

Properties

EngineName

public EngineName EngineName { get; set; }

EngineName-typed view over the Name resource name property.

Property Value
TypeDescription
EngineName

Name

public string Name { get; set; }

Required. Full resource name of [Engine][google.cloud.discoveryengine.v1beta.Engine], such as projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.

Property Value
TypeDescription
string