public sealed class DeleteEngineRequest : IMessage<DeleteEngineRequest>, IEquatable<DeleteEngineRequest>, IDeepCloneable<DeleteEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteEngineRequest.
Request message for [EngineService.DeleteEngine][google.cloud.discoveryengine.v1.EngineService.DeleteEngine] method.
Implements
IMessageDeleteEngineRequest, IEquatableDeleteEngineRequest, IDeepCloneableDeleteEngineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
DeleteEngineRequest()
public DeleteEngineRequest()
DeleteEngineRequest(DeleteEngineRequest)
public DeleteEngineRequest(DeleteEngineRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteEngineRequest |
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.v1.Engine], such as
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
.
If the caller does not have permission to delete the [Engine][google.cloud.discoveryengine.v1.Engine], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the [Engine][google.cloud.discoveryengine.v1.Engine] to delete does not exist, a NOT_FOUND error is returned.
Property Value | |
---|---|
Type | Description |
string |