Example #1
0
            public AsyncUnaryCall <global::Google.Protobuf.Empty> MutateRowAsync(global::Google.Bigtable.V1.MutateRowRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
            {
                var call = CreateCall(__Method_MutateRow, new CallOptions(headers, deadline, cancellationToken));

                return(Calls.AsyncUnaryCall(call, request));
            }
Example #2
0
            public AsyncUnaryCall <global::Google.Protobuf.Empty> MutateRowAsync(global::Google.Bigtable.V1.MutateRowRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_MutateRow, options);

                return(Calls.AsyncUnaryCall(call, request));
            }
Example #3
0
            public global::Google.Protobuf.Empty MutateRow(global::Google.Bigtable.V1.MutateRowRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_MutateRow, options);

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