示例#1
0
 /// <summary>
 ///  Allocates IDs for the given keys, which is useful for referencing an entity
 ///  before it is inserted.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Datastore.V1.AllocateIdsResponse> AllocateIdsAsync(global::Google.Datastore.V1.AllocateIdsRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_AllocateIds, null, options, request));
 }
示例#2
0
 /// <summary>
 ///  Allocates IDs for the given keys, which is useful for referencing an entity
 ///  before it is inserted.
 /// </summary>
 public virtual global::Google.Datastore.V1.AllocateIdsResponse AllocateIds(global::Google.Datastore.V1.AllocateIdsRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_AllocateIds, null, options, request));
 }
示例#3
0
 /// <summary>
 ///  Allocates IDs for the given keys, which is useful for referencing an entity
 ///  before it is inserted.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Datastore.V1.AllocateIdsResponse> AllocateIdsAsync(global::Google.Datastore.V1.AllocateIdsRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(AllocateIdsAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
示例#4
0
 /// <summary>
 ///  Allocates IDs for the given keys, which is useful for referencing an entity
 ///  before it is inserted.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Datastore.V1.AllocateIdsResponse> AllocateIds(global::Google.Datastore.V1.AllocateIdsRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }