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

public sealed class DeleteEngineRequest : IMessage<DeleteEngineRequest>, IEquatable<DeleteEngineRequest>, IDeepCloneable<DeleteEngineRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class DeleteEngineRequest.

Request message for [EngineService.DeleteEngine][google.cloud.discoveryengine.v1beta.EngineService.DeleteEngine] method.

Inheritance

object > DeleteEngineRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

DeleteEngineRequest()

public DeleteEngineRequest()

DeleteEngineRequest(DeleteEngineRequest)

public DeleteEngineRequest(DeleteEngineRequest other)
Parameter
NameDescription
otherDeleteEngineRequest

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}.

If the caller does not have permission to delete the [Engine][google.cloud.discoveryengine.v1beta.Engine], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the [Engine][google.cloud.discoveryengine.v1beta.Engine] to delete does not exist, a NOT_FOUND error is returned.

Property Value
TypeDescription
string