Cloud Datastore v1 API - Class GetIndexRequest (2.3.0)

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

Reference 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].

Inheritance

object > GetIndexRequest

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

GetIndexRequest()

public GetIndexRequest()

GetIndexRequest(GetIndexRequest)

public GetIndexRequest(GetIndexRequest other)
Parameter
NameDescription
otherGetIndexRequest

Properties

IndexId

public string IndexId { get; set; }

The resource ID of the index to get.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Project ID against which to make the request.

Property Value
TypeDescription
string