Google Cloud Datastore v1 API - Class ReserveIdsRequest (4.10.0)

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

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

The request for [Datastore.ReserveIds][google.datastore.v1.Datastore.ReserveIds].

Inheritance

object > ReserveIdsRequest

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

ReserveIdsRequest()

public ReserveIdsRequest()

ReserveIdsRequest(ReserveIdsRequest)

public ReserveIdsRequest(ReserveIdsRequest other)
Parameter
NameDescription
otherReserveIdsRequest

Properties

DatabaseId

public string DatabaseId { get; set; }

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

Property Value
TypeDescription
string

Keys

public RepeatedField<Key> Keys { get; }

Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Property Value
TypeDescription
RepeatedFieldKey

ProjectId

public string ProjectId { get; set; }

Required. The ID of the project against which to make the request.

Property Value
TypeDescription
string