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

Add an example for gcloud.datastore.dataset #900

Closed
jgeewax opened this issue Sep 29, 2015 · 0 comments
Closed

Add an example for gcloud.datastore.dataset #900

jgeewax opened this issue Sep 29, 2015 · 0 comments
Assignees
Labels
api: datastore Issues related to the Datastore API.

Comments

@jgeewax
Copy link
Contributor

jgeewax commented Sep 29, 2015

Looks like we don't have an example snippet on http://googlecloudplatform.github.io/gcloud-node/#/docs/v0.23.0/datastore?method=dataset

Any chance we could add one?

@jgeewax jgeewax added docs api: datastore Issues related to the Datastore API. labels Sep 29, 2015
@callmehiphop callmehiphop self-assigned this Sep 30, 2015
sofisl pushed a commit that referenced this issue Nov 11, 2022
PiperOrigin-RevId: 410295622
Source-Link: googleapis/googleapis@dfa9d62
Source-Link: googleapis/googleapis-gen@0096968
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA5Njk2OGIxZmUwZDY3Y2E4NzgxODc0MzZlNDA2YjAxNmUyN2EwZCJ9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: bencoe@google.com <bencoe@google.com>
sofisl pushed a commit that referenced this issue Jan 17, 2023
sofisl pushed a commit that referenced this issue Jan 24, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google-proto-files](https://github.com/googleapis/nodejs-proto-files) | [`^2.5.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/google-proto-files/2.5.2/3.0.1) | [![age](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/compatibility-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/confidence-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/nodejs-proto-files</summary>

### [`v3.0.1`](https://github.com/googleapis/nodejs-proto-files/blob/HEAD/CHANGELOG.md#&#8203;301-httpsgithubcomgoogleapisnodejs-proto-filescomparev300v301-2022-07-21)

[Compare Source](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.0...v3.0.1)

##### Bug Fixes

-   **deps:** update dependency protobufjs to v7 ([#&#8203;439](https://github.com/googleapis/nodejs-proto-files/issues/439)) ([41b973f](https://github.com/googleapis/nodejs-proto-files/commit/41b973f71e0a84b64d5bafa4a0d878224223d91a))

### [`v3.0.0`](https://github.com/googleapis/nodejs-proto-files/blob/HEAD/CHANGELOG.md#&#8203;300-httpsgithubcomgoogleapisnodejs-proto-filescomparev252v300-2022-05-20)

[Compare Source](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.2...v3.0.0)

##### ⚠ BREAKING CHANGES

-   update library to use Node 12 ([#&#8203;434](https://github.com/googleapis/nodejs-proto-files/issues/434))

##### Build System

-   update library to use Node 12 ([#&#8203;434](https://github.com/googleapis/nodejs-proto-files/issues/434)) ([2d8996e](https://github.com/googleapis/nodejs-proto-files/commit/2d8996e1e37384b904a583808f14c2d28a4a961e))

##### [2.5.2](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.1...v2.5.2) (2022-05-03)

##### Bug Fixes

-   protobuf moved to main branch ([#&#8203;426](https://github.com/googleapis/nodejs-proto-files/issues/426)) ([a8b9121](https://github.com/googleapis/nodejs-proto-files/commit/a8b9121151d2216d4eafab2808d42ce60d37a6a1))

##### [2.5.1](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.5.0...v2.5.1) (2021-12-21)

##### Bug Fixes

-   **proto:** speech has additional common proto ([#&#8203;382](https://www.github.com/googleapis/nodejs-proto-files/issues/382)) ([6423650](https://www.github.com/googleapis/nodejs-proto-files/commit/64236509b38a8b3e864e4c679fa3c7392db39587))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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/nodejs-speech).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjIuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEyMi4xIn0=-->
sofisl pushed a commit that referenced this issue Jan 25, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google-proto-files](https://github.com/googleapis/nodejs-proto-files) | [`^2.5.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/google-proto-files/2.5.2/3.0.1) | [![age](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/compatibility-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-proto-files/3.0.1/confidence-slim/2.5.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/nodejs-proto-files</summary>

### [`v3.0.1`](https://github.com/googleapis/nodejs-proto-files/blob/HEAD/CHANGELOG.md#&#8203;301-httpsgithubcomgoogleapisnodejs-proto-filescomparev300v301-2022-07-21)

[Compare Source](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.0...v3.0.1)

##### Bug Fixes

-   **deps:** update dependency protobufjs to v7 ([#&#8203;439](https://github.com/googleapis/nodejs-proto-files/issues/439)) ([41b973f](https://github.com/googleapis/nodejs-proto-files/commit/41b973f71e0a84b64d5bafa4a0d878224223d91a))

### [`v3.0.0`](https://github.com/googleapis/nodejs-proto-files/blob/HEAD/CHANGELOG.md#&#8203;300-httpsgithubcomgoogleapisnodejs-proto-filescomparev252v300-2022-05-20)

[Compare Source](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.2...v3.0.0)

##### ⚠ BREAKING CHANGES

-   update library to use Node 12 ([#&#8203;434](https://github.com/googleapis/nodejs-proto-files/issues/434))

##### Build System

-   update library to use Node 12 ([#&#8203;434](https://github.com/googleapis/nodejs-proto-files/issues/434)) ([2d8996e](https://github.com/googleapis/nodejs-proto-files/commit/2d8996e1e37384b904a583808f14c2d28a4a961e))

##### [2.5.2](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.1...v2.5.2) (2022-05-03)

##### Bug Fixes

-   protobuf moved to main branch ([#&#8203;426](https://github.com/googleapis/nodejs-proto-files/issues/426)) ([a8b9121](https://github.com/googleapis/nodejs-proto-files/commit/a8b9121151d2216d4eafab2808d42ce60d37a6a1))

##### [2.5.1](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.5.0...v2.5.1) (2021-12-21)

##### Bug Fixes

-   **proto:** speech has additional common proto ([#&#8203;382](https://www.github.com/googleapis/nodejs-proto-files/issues/382)) ([6423650](https://www.github.com/googleapis/nodejs-proto-files/commit/64236509b38a8b3e864e4c679fa3c7392db39587))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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/nodejs-speech).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjIuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEyMi4xIn0=-->
gcf-owl-bot bot added a commit that referenced this issue May 7, 2024
Source-Link: googleapis/googleapis@3820562

Source-Link: googleapis/googleapis-gen@a2cd2c3
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImEyY2QyYzNiYWNiZjlhZWNmN2RkMWY4ODQ1MGE2YTE0NTdlMjQzOGEifQ==
sofisl added a commit that referenced this issue May 8, 2024
* feat: Update Compute Engine API to revision 20240430 (#900)

Source-Link: googleapis/googleapis@3820562

Source-Link: googleapis/googleapis-gen@a2cd2c3
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImEyY2QyYzNiYWNiZjlhZWNmN2RkMWY4ODQ1MGE2YTE0NTdlMjQzOGEifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: update copyright year for auto-generated protos

PiperOrigin-RevId: 631538781

Source-Link: googleapis/googleapis@3597f7d

Source-Link: googleapis/googleapis-gen@8021fdf
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjgwMjFmZGY4ZDY2ZjYwMDU1MTljMDQ0ZDU4MzQxMjRiNjc3ZGM5MTkifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md


PiperOrigin-RevId: 631557549

Source-Link: googleapis/googleapis@3d50414

Source-Link: googleapis/googleapis-gen@5ce63d4
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjVjZTYzZDRlNjM2YTk3NTE3NWJkZTJkMTZjMTVlNzBkZDVhODFmZjQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
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.
Projects
None yet
Development

No branches or pull requests

2 participants