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

feat: add support for create/delete index request APIs (via synth) #157

Closed
wants to merge 11 commits into from

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/a9b9ca56-3e59-46ac-aa4b-052932cad656/targets

  • To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 364411656
Source-Link: googleapis/googleapis@149a3a8
PiperOrigin-RevId: 361662015
Source-Link: googleapis/googleapis@28a5919
PiperOrigin-RevId: 359562873
Source-Link: googleapis/googleapis@07932bb
PiperOrigin-RevId: 359094122
Source-Link: googleapis/googleapis@cc4a856
PiperOrigin-RevId: 359088094
Source-Link: googleapis/googleapis@8fbbcbc
PiperOrigin-RevId: 355923884
Source-Link: googleapis/googleapis@5e3dace
PiperOrigin-RevId: 354996675
Source-Link: googleapis/googleapis@20712b8
PiperOrigin-RevId: 352816749
Source-Link: googleapis/googleapis@ceaaf31
PiperOrigin-RevId: 350246057
Source-Link: googleapis/googleapis@5206824
PiperOrigin-RevId: 347055288
Source-Link: googleapis/googleapis@dd372aa

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
PiperOrigin-RevId: 347055288

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Dec 11 12:44:37 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: dd372aa22ded7a8ba6f0e03a80e06358a3fa0907
Source-Link: googleapis/googleapis@dd372aa
feat: add 'from_service_account_info' factory to clients
fix: fix sphinx identifiers
PiperOrigin-RevId: 350246057

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Jan 5 16:44:11 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 520682435235d9c503983a360a2090025aa47cd1
Source-Link: googleapis/googleapis@5206824
PiperOrigin-RevId: 352816749

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jan 20 10:06:23 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: ceaaf31b3d13badab7cf9d3b570f5639db5593d9
Source-Link: googleapis/googleapis@ceaaf31
PiperOrigin-RevId: 354996675

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Feb 1 12:11:49 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 20712b8fe95001b312f62c6c5f33e3e3ec92cfaf
Source-Link: googleapis/googleapis@20712b8
PiperOrigin-RevId: 355923884

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Feb 5 14:04:52 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 5e3dacee19405529b841b53797df799c2383536c
Source-Link: googleapis/googleapis@5e3dace
PiperOrigin-RevId: 359088094

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Feb 23 11:09:49 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 8fbbcbccb1c9405e6a7b8ab1a7cd74c48ccc2c6c
Source-Link: googleapis/googleapis@8fbbcbc
… Populated php_namespace

PiperOrigin-RevId: 359094122

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Feb 23 11:35:12 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: cc4a85665e5118be2472eefadf28e6deb2aafb88
Source-Link: googleapis/googleapis@cc4a856
PiperOrigin-RevId: 359562873

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Feb 25 10:52:32 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 07932bb995e7dc91b43620ea8402c6668c7d102c
Source-Link: googleapis/googleapis@07932bb
PiperOrigin-RevId: 361662015

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Mar 8 14:47:18 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf
Source-Link: googleapis/googleapis@28a5919
PiperOrigin-RevId: 364411656

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Mar 22 14:40:22 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 149a3a84c29c9b8189576c7442ccb6dcf6a8f95b
Source-Link: googleapis/googleapis@149a3a8
@yoshi-automation yoshi-automation requested a review from a team April 21, 2021 10:13
@yoshi-automation yoshi-automation requested a review from a team as a code owner April 21, 2021 10:13
@product-auto-label product-auto-label bot added the api: datastore Issues related to the googleapis/python-datastore API. label Apr 21, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 21, 2021
@tseaver tseaver changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. feat: add support for create/delete index request APIs, migration APIs Apr 21, 2021
@tseaver tseaver changed the title feat: add support for create/delete index request APIs, migration APIs feat: add support for create/delete index request APIs Apr 21, 2021
@tseaver tseaver changed the title feat: add support for create/delete index request APIs feat: add support for create/delete index request APIs (via synth) Apr 21, 2021
@@ -98,8 +98,7 @@ def unit(session):


@nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS)
@nox.parametrize("disable_grpc", [False, True])
def system(session, disable_grpc):
def system(session):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unintentionally reverts #136 (see #141).

@tseaver
Copy link
Contributor

tseaver commented May 3, 2021

Closing to allow clean regen after landing #141.

@tseaver tseaver closed this May 3, 2021
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 googleapis/python-datastore API. cla: yes This human has signed the Contributor License Agreement. context: partial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants