Cloud Datastore v1 API - Class DeleteIndexRequest (2.3.0)

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

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

The request for [google.datastore.admin.v1.DatastoreAdmin.DeleteIndex][google.datastore.admin.v1.DatastoreAdmin.DeleteIndex].

Inheritance

object > DeleteIndexRequest

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

DeleteIndexRequest()

public DeleteIndexRequest()

DeleteIndexRequest(DeleteIndexRequest)

public DeleteIndexRequest(DeleteIndexRequest other)
Parameter
NameDescription
otherDeleteIndexRequest

Properties

IndexId

public string IndexId { get; set; }

The resource ID of the index to delete.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Project ID against which to make the request.

Property Value
TypeDescription
string