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

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

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

Request message for [DataStoreService.DeleteDataStore][google.cloud.discoveryengine.v1beta.DataStoreService.DeleteDataStore] method.

Inheritance

object > DeleteDataStoreRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

DeleteDataStoreRequest()

public DeleteDataStoreRequest()

DeleteDataStoreRequest(DeleteDataStoreRequest)

public DeleteDataStoreRequest(DeleteDataStoreRequest other)
Parameter
NameDescription
otherDeleteDataStoreRequest

Properties

DataStoreName

public DataStoreName DataStoreName { get; set; }

DataStoreName-typed view over the Name resource name property.

Property Value
TypeDescription
DataStoreName

Name

public string Name { get; set; }

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

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

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

Property Value
TypeDescription
string