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].
Implements
IMessageDeleteIndexRequest, IEquatableDeleteIndexRequest, IDeepCloneableDeleteIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
DeleteIndexRequest()
public DeleteIndexRequest()
DeleteIndexRequest(DeleteIndexRequest)
public DeleteIndexRequest(DeleteIndexRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteIndexRequest |
Properties
IndexId
public string IndexId { get; set; }
The resource ID of the index to delete.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
Project ID against which to make the request.
Property Value | |
---|---|
Type | Description |
string |