Class ReserveIdsRequest (3.3.0)

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

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; }

If not empty, the ID of the database against which to make the request.

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
RepeatedField<Key>

ProjectId

public string ProjectId { get; set; }

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

Property Value
TypeDescription
String