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

Fix query toBuilder() #585

Merged
merged 2 commits into from
Jan 27, 2016
Merged

Conversation

ajkannan
Copy link

No description provided.

@ajkannan ajkannan added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: datastore Issues related to the Datastore API. labels Jan 26, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 26, 2016

/**
* 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.

@ajkannan
Copy link
Author

@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.

aozarov added a commit that referenced this pull request Jan 27, 2016
@aozarov aozarov merged commit 48cb27f into googleapis:master Jan 27, 2016
@ajkannan ajkannan deleted the fix-query-to-builder branch January 27, 2016 18:21
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
🤖 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).
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
- [ ] 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
github-actions bot pushed a commit that referenced this pull request Oct 10, 2022
…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=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. cla: yes This human has signed the Contributor License Agreement. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants