X Tutup
Skip to content

Mark entity bindings as unsupported operation and deprecated#3024

Merged
pongad merged 1 commit intogoogleapis:masterfrom
yihanzhen:datastore-bind-entity
Mar 13, 2018
Merged

Mark entity bindings as unsupported operation and deprecated#3024
pongad merged 1 commit intogoogleapis:masterfrom
yihanzhen:datastore-bind-entity

Conversation

@yihanzhen
Copy link
Copy Markdown
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
Copy Markdown
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 yihanzhen force-pushed the datastore-bind-entity branch from 8d06a01 to a8c35ab Compare March 13, 2018 21:25
@yihanzhen
Copy link
Copy Markdown
Contributor Author

PTAL @pongad

@pongad pongad merged commit 5d86ace into googleapis:master Mar 13, 2018
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
lqiu96 pushed a commit that referenced this pull request Mar 20, 2026
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
…onfig to v1.9.0 (#3024)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config)
| `1.8.1` -> `1.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-shared-config/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-shared-config/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-shared-config/1.8.1/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-shared-config/1.8.1/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>googleapis/java-shared-config
(com.google.cloud:google-cloud-shared-config)</summary>

###
[`v1.9.0`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#190-2024-07-09)

[Compare
Source](https://togithub.com/googleapis/java-shared-config/compare/v1.8.1...v1.9.0)

##### Features

- Add org.graalvm.sdk:nativeimage dependency
([#&#8203;852](https://togithub.com/googleapis/java-shared-config/issues/852))
([658ebed](https://togithub.com/googleapis/java-shared-config/commit/658ebed528d2fedca69356979b3201089176da10))

##### Dependencies

- Update dependency org.junit.vintage:junit-vintage-engine to v5.10.3
([#&#8203;850](https://togithub.com/googleapis/java-shared-config/issues/850))
([43e0d7d](https://togithub.com/googleapis/java-shared-config/commit/43e0d7dc9f103de1846c117454a7fba3edbee06a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
…3024)

* Using a different instance ID - `projects/gcloud-devel/instances/java-client-integration-tests-multiplexed-sessions` for this runner so that it does not compete for resources with other active tests.
* This runner is expected to fail since multiplexed sessions is not enabled in production. It will pass for PRs where we point to cloud-devel (just for test purposes).
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

X Tutup