Skip to content
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

Mark entity bindings as unsupported operation and deprecated #3024

Merged
merged 1 commit into from
Mar 13, 2018

Conversation

yihanzhen
Copy link
Contributor

To fix #1485.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 12, 2018
@yihanzhen
Copy link
Contributor Author

PTAL @garrettjonesgoogle @pongad @wsh

public Builder<V> setBinding(String name, FullEntity<?>... value) {
namedBindings.put(name, toBinding(EntityValue.MARSHALLER, Arrays.asList(value)));
return this;
throw new DatastoreException(12, "Binding entities is not supported.", "UNIMPLEMENTED");

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@yihanzhen
Copy link
Contributor Author

PTAL @pongad

@pongad pongad merged commit 5d86ace into googleapis:master Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binding a FullEntity to a GqlQuery fails
3 participants