diff --git a/.repo-metadata.json b/.repo-metadata.json index b8aede2..3304493 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/web-risk/docs/", "client_documentation": "https://googleapis.dev/python/webrisk/latest", "issue_tracker": "", - "release_level": "alpha", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-webrisk", diff --git a/README.rst b/README.rst index 51ed765..0e2fef5 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,20 @@ -Python Client for Web Risk API (`Alpha`_) -========================================= +Python Client for Web Risk API +============================== +|ga| |pypi| |versions| - -**Note:** Cloud Web Risk is not yet publicly available. You must be whitelisted in order to gain access. See `Setting up the Web Risk API`_ in the product documentation for a link to the sign-up form. - -.. _Setting up the Web Risk API: - -`Web Risk API`: https://cloud.google.com/web-risk/docs/quickstart +.. _Setting up Web Risk: https://cloud.google.com/web-risk/docs/quickstart - `Client Library Documentation`_ - `Product Documentation`_ -.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst -.. _Web Risk API: https://cloud.google.com/web-risk +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-webrisk.svg + :target: https://pypi.org/project/google-cloud-webrisk/ +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-webrisk.svg + :target: https://pypi.org/project/google-cloud-webrisk/ + .. _Client Library Documentation: https://googleapis.dev/python/webrisk/latest .. _Product Documentation: https://cloud.google.com/web-risk diff --git a/setup.py b/setup.py index 71c7df1..5bfa814 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.10.0",