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.
Implements
IMessageGetEngineRequest, IEquatableGetEngineRequest, IDeepCloneableGetEngineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
GetEngineRequest()
public GetEngineRequest()
GetEngineRequest(GetEngineRequest)
public GetEngineRequest(GetEngineRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetEngineRequest |
Properties
EngineName
public EngineName EngineName { get; set; }
EngineName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |