Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

feat(v1): add LEFT_CHEEK_CENTER and RIGHT_CHEEK_CENTER to FaceAnnotation #103

Merged
merged 11 commits into from Feb 11, 2021

Conversation

yoshi-automation
Copy link
Contributor

@yoshi-automation yoshi-automation commented Feb 10, 2021

feat: add from_service_account_info factory
fix(v1): deprecate confidence fields in safe search annotation
docs: use absolute references for types in docstrings
chore: rename buildcop to flakybot

        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
Clients should now be able to use the v1 API in addition to the v1beta2 API.

PiperOrigin-RevId: 351871554

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Jan 14 13:58:57 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: add7e03ec4fff3491f6d3c007a36bcdf90408577
Source-Link: googleapis/googleapis@add7e03
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
…e API and minor proto updates.

PiperOrigin-RevId: 355218181

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Feb 2 11:53:01 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 2f8d204b9bc1126439565e25a456eaf6435f38f4
Source-Link: googleapis/googleapis@2f8d204
…peakerid

Committer: @miraleung
PiperOrigin-RevId: 355238153

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Feb 2 13:21:18 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: acdf818e86e1b67512f2f6c86d37b7e7ff67e212
Source-Link: googleapis/googleapis@acdf818
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: 356556588

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Feb 9 11:55:06 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 9b95bf0e95501ec98537e0d2d9d36bb763ebd5b9
Source-Link: googleapis/googleapis@9b95bf0
… updates in wording

PiperOrigin-RevId: 356624136

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Feb 9 16:52:56 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: e28aa8570dc86136fe677202c976f4ee00d77f61
Source-Link: googleapis/googleapis@e28aa85
@yoshi-automation yoshi-automation requested a review from a team as a code owner February 10, 2021 16:03
@product-auto-label product-auto-label bot added the api: vision Issues related to the googleapis/python-vision API. label Feb 10, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 10, 2021
@busunkim96 busunkim96 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. feat(v1): add LEFT_CHEEK_CENTER and RIGHT_CHEEK_CENTER to FaceAnnotation Feb 11, 2021
@busunkim96
Copy link
Contributor

busunkim96 commented Feb 11, 2021

Failure is in docfx session which is optional. It will be excluded from the main presubmit in a future PR.

nox > Session docfx failed.
nox > Ran multiple sessions:
nox > * lint: success
nox > * blacken: success
nox > * lint_setup_py: success
nox > * unit-3.6: success
nox > * unit-3.7: success
nox > * unit-3.8: success
nox > * unit-3.9: success
nox > * system-3.8: success
nox > * cover: success
nox > * docs: success
nox > * docfx: failed
cleanup

@busunkim96 busunkim96 merged commit 7c3035a into master Feb 11, 2021
@busunkim96 busunkim96 deleted the autosynth-googleapis branch February 11, 2021 01:06
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 11, 2021
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.2.0](https://www.github.com/googleapis/python-vision/compare/v2.1.0...v2.2.0) (2021-02-11)


### Features

* add from_service_account_info factory ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))
* **v1:** add `LEFT_CHEEK_CENTER` and `RIGHT_CHEEK_CENTER` to `FaceAnnotation` ([#103](https://www.github.com/googleapis/python-vision/issues/103)) ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))


### Bug Fixes

* **v1:** deprecate confidence fields in safe search annotation ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))


### Documentation

* use absolute references for types in docstrings ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: vision Issues related to the googleapis/python-vision 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