Cloud AI Platform v1 API - Class DeleteIndexRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class DeleteIndexRequest.

Request message for [IndexService.DeleteIndex][google.cloud.aiplatform.v1.IndexService.DeleteIndex].

Inheritance

object > DeleteIndexRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteIndexRequest()

public DeleteIndexRequest()

DeleteIndexRequest(DeleteIndexRequest)

public DeleteIndexRequest(DeleteIndexRequest other)
Parameter
NameDescription
otherDeleteIndexRequest

Properties

IndexName

public IndexName IndexName { get; set; }

IndexName-typed view over the Name resource name property.

Property Value
TypeDescription
IndexName

Name

public string Name { get; set; }

Required. The name of the Index resource to be deleted. Format: projects/{project}/locations/{location}/indexes/{index}

Property Value
TypeDescription
string