-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Node samples to gcloud #43
Comments
googleapis/google-cloud-node#6 also mentions this issue. |
When using the gcloud client is the runQuery interface exposed in the dataset object returned from: '// From Google Compute Engine: The code I tired seems to indicate it is not ... but I might have had a bug. |
As @proppy mentioned at the bottom of #50:
I agree with this, I don't think that having the samples here does us any benefit because it makes things more segregated. Not sure what the approach should be (remove the samples altogether and point README at links to other samples such as gcloud-node-todos and googleapis examples folder?) |
+1, definitely should be linking to Mention that the libraries in this repo are low-level. |
Cloud Datastore now has a clients landing page. The README in this project has been updated to point to that page and to make it very clear that these are low-level clients. |
We've just released a pre-stable Datastore client with user friendly interfaces as a part of gcloud npm module. Additionally, [googleapis](the current client Node samples are using) is going to make a major release that will deprecate the current discovery model. We need to migrate to existing samples to gcloud.
The text was updated successfully, but these errors were encountered: