Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: delete owlbot.py (#120)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
parthea and gcf-owl-bot[bot] committed Oct 26, 2021
1 parent 5bc1666 commit e965045
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 60 deletions.
32 changes: 15 additions & 17 deletions docs/index.rst
Expand Up @@ -2,52 +2,50 @@

.. include:: multiprocessing.rst

This package includes clients for multiple versions of Cloud Security Scanner.
By default, you will get version ``websecurityscanner_v1``.


API Reference
-------------
This package includes clients for multiple versions of the Web Security Scanner API. By default, you will get ``v1``, the latest version.

.. toctree::
:maxdepth: 2

websecurityscanner_v1/services
websecurityscanner_v1/types

The previous releases spelled ``v1beta`` and ``v1alpha`` are provided to continue to support code previously written against it. In order to use it, you will want to import from it e.g., ``google.cloud.websecurityscanner_v1alpha`` in lieu of ``google.cloud.websecurityscanner`` (or the equivalent ``google.cloud.websecurityscanner_v1``).


v1beta
~~~~~~~
API Reference
-------------
.. toctree::
:maxdepth: 2

websecurityscanner_v1beta/services
websecurityscanner_v1beta/types

websecurityscanner_v1alpha/services
websecurityscanner_v1alpha/types

v1alpha
~~~~~~~
API Reference
-------------
.. toctree::
:maxdepth: 2

websecurityscanner_v1alpha/services
websecurityscanner_v1alpha/types
websecurityscanner_v1beta/services
websecurityscanner_v1beta/types


Migration Guide
---------------

See the guide below for instructions on migrating to the 1.x release of this library.
See the guide below for instructions on migrating to the latest version.

.. toctree::
:maxdepth: 2

UPGRADING
 UPGRADING


Changelog
---------

For a list of all ``google-cloud-websecurityscanner`` releases.
For a list of all ``google-cloud-websecurityscanner`` releases:

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -175,7 +175,7 @@ def cover(session):
test runs (not system test runs), and then erases coverage data.
"""
session.install("coverage", "pytest-cov")
session.run("coverage", "report", "--show-missing", "--fail-under=98")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

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

Expand Down
42 changes: 0 additions & 42 deletions owlbot.py

This file was deleted.

0 comments on commit e965045

Please sign in to comment.