-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix query toBuilder() #585
Conversation
|
||
/** | ||
* An implementation of a Google Cloud Datastore entity query that can be constructed by providing | ||
* all the specific query elements. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@mziccard Just a heads up, don't spend too much time looking at the actual code just yet, I'm about to push a significant change in how this PR is structured. The comments thus far are still helpful though; I will fix the docs as you mentioned. |
* @see <a href="https://cloud.google.com/appengine/docs/java/datastore/queries">Datastore | ||
* queries</a> | ||
*/ | ||
public class EntityQuery extends StructuredQuery<Entity> { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
b5249ea
to
4eebd70
Compare
4eebd70
to
8ad3235
Compare
1e858fe
to
f287462
Compare
🤖 I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/java-resourcemanager/compare/v0.119.9...v1.0.0) (2021-08-10) ### ⚠ BREAKING CHANGES * release gapic-generator-java v2.0.0 (googleapis#581) ### Features * promote to 1.0.0 ([googleapis#586](https://www.github.com/googleapis/java-resourcemanager/issues/586)) ([9611185](https://www.github.com/googleapis/java-resourcemanager/commit/9611185748798ee74511194aa405e70f576c3f39)) * release gapic-generator-java v2.0.0 ([googleapis#581](https://www.github.com/googleapis/java-resourcemanager/issues/581)) ([d96a5b4](https://www.github.com/googleapis/java-resourcemanager/commit/d96a5b4fc2e3d646548efa8ebd4c6564d5b43e64)) ### Dependencies * update dependency com.google.apis:google-api-services-cloudresourcemanager to v1-rev20210801-1.32.1 ([googleapis#580](https://www.github.com/googleapis/java-resourcemanager/issues/580)) ([f5cdb7f](https://www.github.com/googleapis/java-resourcemanager/commit/f5cdb7f19c5bc66bccf209f3521bb68b9facd809)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([googleapis#582](https://www.github.com/googleapis/java-resourcemanager/issues/582)) ([d58fe8f](https://www.github.com/googleapis/java-resourcemanager/commit/d58fe8fa41e197c6a25dbe3641f5bafceca8a285)) * update dependency com.google.errorprone:error_prone_annotations to v2.8.1 ([googleapis#579](https://www.github.com/googleapis/java-resourcemanager/issues/579)) ([4c84173](https://www.github.com/googleapis/java-resourcemanager/commit/4c84173c5722f70ebd9a99e079a9fc556c7284f3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 477955264 Source-Link: https://togithub.com/googleapis/googleapis/commit/a724450af76d0001f23602684c49cd6a4b3a5654 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4abcbcaec855e74a0b22a4988cf9e0eb61a83094 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9
…1.3 (#585) [![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:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.1.2` -> `26.1.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/compatibility-slim/26.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.3/confidence-slim/26.1.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-retail). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTkuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIxOS4xIn0=-->
No description provided.