Exemplo n.º 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.V1Beta3.AllocateIdsResponse> AllocateIdsAsync(global::Google.Datastore.V1Beta3.AllocateIdsRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(AllocateIdsAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
Exemplo n.º 2
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.V1Beta3.AllocateIdsResponse> AllocateIdsAsync(global::Google.Datastore.V1Beta3.AllocateIdsRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_AllocateIds, null, options, request));
 }
Exemplo n.º 3
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.V1Beta3.AllocateIdsResponse AllocateIds(global::Google.Datastore.V1Beta3.AllocateIdsRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_AllocateIds, null, options, request));
 }
Exemplo n.º 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.V1Beta3.AllocateIdsResponse> AllocateIds(global::Google.Datastore.V1Beta3.AllocateIdsRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
Exemplo n.º 5
0
            public AsyncUnaryCall <global::Google.Datastore.V1Beta3.AllocateIdsResponse> AllocateIdsAsync(global::Google.Datastore.V1Beta3.AllocateIdsRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_AllocateIds, options);

                return(Calls.AsyncUnaryCall(call, request));
            }
Exemplo n.º 6
0
            public AsyncUnaryCall <global::Google.Datastore.V1Beta3.AllocateIdsResponse> AllocateIdsAsync(global::Google.Datastore.V1Beta3.AllocateIdsRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
            {
                var call = CreateCall(__Method_AllocateIds, new CallOptions(headers, deadline, cancellationToken));

                return(Calls.AsyncUnaryCall(call, request));
            }
Exemplo n.º 7
0
            public global::Google.Datastore.V1Beta3.AllocateIdsResponse AllocateIds(global::Google.Datastore.V1Beta3.AllocateIdsRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_AllocateIds, options);

                return(Calls.BlockingUnaryCall(call, request));
            }