We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
databaseId
The Google Datastore REST API allows passing the datastoreId to its endpoints, in case the operation is on a database that is not '(default)'. For example - https://cloud.google.com/datastore/docs/reference/data/rest/v1/projects/runQuery
datastoreId
'(default)'
It would be great to have this as an optional parameter in the corresponding async client endpoints, for example this one.
Depending on how long this might take or when it might be prioritized, I'm happy to dedicate a bit of time to make the PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Google Datastore REST API allows passing the
datastoreId
to its endpoints, in case the operation is on a database that is not'(default)'
. For example - https://cloud.google.com/datastore/docs/reference/data/rest/v1/projects/runQueryIt would be great to have this as an optional parameter in the corresponding async client endpoints, for example this one.
Depending on how long this might take or when it might be prioritized, I'm happy to dedicate a bit of time to make the PR.
The text was updated successfully, but these errors were encountered: