public sealed class GetIndexRequest : IMessage<GetIndexRequest>, IEquatable<GetIndexRequest>, IDeepCloneable<GetIndexRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Datastore v1 API class GetIndexRequest.
The request for [google.datastore.admin.v1.DatastoreAdmin.GetIndex][google.datastore.admin.v1.DatastoreAdmin.GetIndex].
Implements
IMessageGetIndexRequest, IEquatableGetIndexRequest, IDeepCloneableGetIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
GetIndexRequest()
public GetIndexRequest()GetIndexRequest(GetIndexRequest)
public GetIndexRequest(GetIndexRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetIndexRequest |
Properties
IndexId
public string IndexId { get; set; }The resource ID of the index to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }Project ID against which to make the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|