Skip to content

Commit 0a40b6c

Browse files
chore: delete owlbot.py (#238)
* chore: delete owlbot.py * 🦉 Updates from OwlBot 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>
1 parent 9ff6c48 commit 0a40b6c

File tree

3 files changed

+29
-83
lines changed

3 files changed

+29
-83
lines changed

packages/google-cloud-videointelligence/docs/index.rst

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,60 @@
22

33
.. include:: multiprocessing.rst
44

5-
API Reference
6-
-------------
7-
5+
This package includes clients for multiple versions of Cloud Video Intelligence.
6+
By default, you will get version ``videointelligence_v1``.
87

9-
This package includes clients for multiple versions of the Video Intelligence
10-
API. By default, you will get ``v1``, the latest stable version.
118

9+
API Reference
10+
-------------
1211
.. toctree::
1312
:maxdepth: 2
1413

1514
videointelligence_v1/services
1615
videointelligence_v1/types
1716

18-
A beta release with additional features over the current stable version,
19-
spelled ``v1p3beta1``, is also provided.
20-
These are expected to move into the stable release; until then, the
21-
usual beta admonishment (changes are possible, etc.) applies.
22-
23-
An API and type reference is provided for this beta:
24-
17+
API Reference
18+
-------------
2519
.. toctree::
2620
:maxdepth: 2
2721

28-
videointelligence_v1p3beta1/services
29-
videointelligence_v1p3beta1/types
22+
videointelligence_v1beta2/services
23+
videointelligence_v1beta2/types
3024

31-
The previous beta releases, spelled ``v1p2beta1``, ``v1p1beta1``, and
32-
``v1beta2``, are provided to continue to support code previously written
33-
against them. In order to use ththem, you will want to import from e.g.
34-
``google.cloud.videointelligence_v1beta2`` in lieu of
35-
``google.cloud.videointelligence_v1``.
25+
API Reference
26+
-------------
27+
.. toctree::
28+
:maxdepth: 2
3629

37-
An API and type reference is provided for these betas also:
30+
videointelligence_v1p1beta1/services
31+
videointelligence_v1p1beta1/types
3832

33+
API Reference
34+
-------------
3935
.. toctree::
4036
:maxdepth: 2
4137

4238
videointelligence_v1p2beta1/services
4339
videointelligence_v1p2beta1/types
44-
videointelligence_v1p1beta1/services
45-
videointelligence_v1p1beta1/types
46-
videointelligence_v1beta2/services
47-
videointelligence_v1beta2/types
40+
41+
API Reference
42+
-------------
43+
.. toctree::
44+
:maxdepth: 2
45+
46+
videointelligence_v1p3beta1/services
47+
videointelligence_v1p3beta1/types
4848

4949

5050
Migration Guide
5151
---------------
5252

53-
See the guide below for instructions on migrating to the 2.x release of this library.
53+
See the guide below for instructions on migrating to the latest version.
5454

5555
.. toctree::
5656
:maxdepth: 2
5757

58-
UPGRADING
58+
 UPGRADING
5959

6060

6161
Changelog
@@ -64,6 +64,6 @@ Changelog
6464
For a list of all ``google-cloud-videointelligence`` releases:
6565

6666
.. toctree::
67-
:maxdepth: 2
67+
:maxdepth: 2
6868

69-
changelog
69+
changelog

packages/google-cloud-videointelligence/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def cover(session):
175175
test runs (not system test runs), and then erases coverage data.
176176
"""
177177
session.install("coverage", "pytest-cov")
178-
session.run("coverage", "report", "--show-missing", "--fail-under=70")
178+
session.run("coverage", "report", "--show-missing", "--fail-under=100")
179179

180180
session.run("coverage", "erase")
181181

packages/google-cloud-videointelligence/owlbot.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)