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

Commit 7c3035a

Browse files
feat(v1): add LEFT_CHEEK_CENTER and RIGHT_CHEEK_CENTER to FaceAnnotation (#103)
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
1 parent 2fa6dcd commit 7c3035a

95 files changed

Lines changed: 3157 additions & 2187 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.kokoro/test-samples.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ for file in samples/**/requirements.txt; do
8787
python3.6 -m nox -s "$RUN_TESTS_SESSION"
8888
EXIT=$?
8989

90-
# If this is a periodic build, send the test log to the FlakyBot.
91-
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
90+
# If this is a periodic build, send the test log to the Build Cop Bot.
91+
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop.
9292
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
93-
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
94-
$KOKORO_GFILE_DIR/linux_amd64/flakybot
93+
chmod +x $KOKORO_GFILE_DIR/linux_amd64/buildcop
94+
$KOKORO_GFILE_DIR/linux_amd64/buildcop
9595
fi
9696

9797
if [[ $EXIT -ne 0 ]]; then

.kokoro/trampoline_v2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
159159
"KOKORO_GITHUB_COMMIT"
160160
"KOKORO_GITHUB_PULL_REQUEST_NUMBER"
161161
"KOKORO_GITHUB_PULL_REQUEST_COMMIT"
162-
# For FlakyBot
162+
# For Build Cop Bot
163163
"KOKORO_GITHUB_COMMIT_URL"
164164
"KOKORO_GITHUB_PULL_REQUEST_URL"
165165
)

docs/vision_v1/image_annotator.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ImageAnnotator
2+
--------------------------------
3+
4+
.. automodule:: google.cloud.vision_v1.services.image_annotator
5+
:members:
6+
:inherited-members:

docs/vision_v1/product_search.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ProductSearch
2+
-------------------------------
3+
4+
.. automodule:: google.cloud.vision_v1.services.product_search
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.cloud.vision_v1.services.product_search.pagers
10+
:members:
11+
:inherited-members:

docs/vision_v1/services.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Services for Google Cloud Vision v1 API
22
=======================================
3+
.. toctree::
4+
:maxdepth: 2
35

4-
.. automodule:: google.cloud.vision_v1.services.image_annotator
5-
:members:
6-
:inherited-members:
7-
.. automodule:: google.cloud.vision_v1.services.product_search
8-
:members:
9-
:inherited-members:
6+
image_annotator
7+
product_search

docs/vision_v1/types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Types for Google Cloud Vision v1 API
33

44
.. automodule:: google.cloud.vision_v1.types
55
:members:
6+
:undoc-members:
67
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ImageAnnotator
2+
--------------------------------
3+
4+
.. automodule:: google.cloud.vision_v1p2beta1.services.image_annotator
5+
:members:
6+
:inherited-members:

docs/vision_v1p2beta1/services.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Services for Google Cloud Vision v1p2beta1 API
22
==============================================
3+
.. toctree::
4+
:maxdepth: 2
35

4-
.. automodule:: google.cloud.vision_v1p2beta1.services.image_annotator
5-
:members:
6-
:inherited-members:
6+
image_annotator

docs/vision_v1p2beta1/types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Types for Google Cloud Vision v1p2beta1 API
33

44
.. automodule:: google.cloud.vision_v1p2beta1.types
55
:members:
6+
:undoc-members:
67
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ImageAnnotator
2+
--------------------------------
3+
4+
.. automodule:: google.cloud.vision_v1p3beta1.services.image_annotator
5+
:members:
6+
:inherited-members:

0 commit comments

Comments
 (0)