From d1c5d0707e4b07dcce15ce0e89fc04d7fcb58871 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 2 Nov 2021 19:23:14 +0000 Subject: [PATCH 1/2] feat: bump release level to production/stable --- .repo-metadata.json | 2 +- README.rst | 4 +-- docs/README.rst | 83 +-------------------------------------------- setup.py | 2 +- 4 files changed, 5 insertions(+), 86 deletions(-) mode change 100644 => 120000 docs/README.rst diff --git a/.repo-metadata.json b/.repo-metadata.json index b506c7c..4615e50 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/dialogflow/priv/docs/insights/", "client_documentation": "https://googleapis.dev/python/contactcenterinsights/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-contact-center-insights", diff --git a/README.rst b/README.rst index fde6132..e1cf4c8 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,14 @@ Python Client for Contact Center AI Insights API (Preview) ========================================================== -|beta| |pypi| |versions| +|ga| |pypi| |versions| Python client for `Contact Center AI Insights`_ - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-gold.svg +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-contact-center-insights.svg :target: https://pypi.org/project/google-cloud-contact-center-insights/ diff --git a/docs/README.rst b/docs/README.rst deleted file mode 100644 index 5f87634..0000000 --- a/docs/README.rst +++ /dev/null @@ -1,82 +0,0 @@ -Python Client for Contact Center AI Insights API (Preview) -========================================================== - -|beta| |pypi| |versions| - -Python client for `Contact Center AI Insights`_ - -- `Client Library Documentation`_ -- `Product Documentation`_ - -.. |beta| image:: https://img.shields.io/badge/support-beta-gold.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability -.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-contact-center-insights.svg - :target: https://pypi.org/project/google-cloud-contact-center-insights/ -.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-contact-center-insights.svg - :target: https://pypi.org/project/google-cloud-contact-center-insights/ -.. _Contact Center AI Insights: https://cloud.google.com/dialogflow/priv/docs/insights -.. _Client Library Documentation: https://googleapis.dev/python/contactcenterinsights/latest -.. _Product Documentation: https://cloud.google.com/dialogflow/priv/docs/insights - -Quick Start ------------ - -In order to use this library, you first need to go through the following steps: - -1. `Select or create a Cloud Platform project.`_ -2. `Enable billing for your project.`_ -3. `Follow the Dialogflow quickstart.`_ -4. `Setup Authentication.`_ - -.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project -.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project -.. _Follow the Dialogflow quickstart.: https://cloud.google.com/dialogflow/es/docs/quick/setup -.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html - -Installation -~~~~~~~~~~~~ - -Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to -create isolated Python environments. The basic problem it addresses is one of -dependencies and versions, and indirectly permissions. - -With `virtualenv`_, it's possible to install this library without needing system -install permissions, and without clashing with the installed system -dependencies. - -.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/ - - -Mac/Linux -^^^^^^^^^ - -.. code-block:: console - - pip install virtualenv - virtualenv - source /bin/activate - /bin/pip install google-cloud-contact-center-insights - - -Windows -^^^^^^^ - -.. code-block:: console - - pip install virtualenv - virtualenv - \Scripts\activate - \Scripts\pip.exe install google-cloud-contact-center-insights - -Next Steps -~~~~~~~~~~ - -- Read the `Client Library Documentation`_ for Contact Center AI Insights API - to see other available methods on the client. -- Read the `Contact Center AI Insights API Product documentation`_ to learn - more about the product and see How-to Guides. -- View this `README`_ to see the full list of Cloud - APIs that we cover. - -.. _Contact Center AI Insights API Product documentation: https://cloud.google.com/dialogflow/priv/docs/insights -.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst \ No newline at end of file diff --git a/docs/README.rst b/docs/README.rst new file mode 120000 index 0000000..89a0106 --- /dev/null +++ b/docs/README.rst @@ -0,0 +1 @@ +../README.rst \ No newline at end of file diff --git a/setup.py b/setup.py index 3a07833..810096e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-contact-center-insights" description = "Contact Center AI Insights API" version = "0.6.1" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-contact-center-insights" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x From ee73a626f1ed8b07b9727ec7d9ede048f2b6a4c2 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 2 Nov 2021 19:26:31 +0000 Subject: [PATCH 2/2] update product documentation link --- .repo-metadata.json | 2 +- README.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 4615e50..378d424 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,7 +1,7 @@ { "name": "contactcenterinsights", "name_pretty": "Contact Center AI Insights API", - "product_documentation": "https://cloud.google.com/dialogflow/priv/docs/insights/", + "product_documentation": "https://cloud.google.com/contact-center/insights/docs", "client_documentation": "https://googleapis.dev/python/contactcenterinsights/latest", "issue_tracker": "", "release_level": "ga", diff --git a/README.rst b/README.rst index e1cf4c8..76d3ef0 100644 --- a/README.rst +++ b/README.rst @@ -14,9 +14,9 @@ Python client for `Contact Center AI Insights`_ :target: https://pypi.org/project/google-cloud-contact-center-insights/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-contact-center-insights.svg :target: https://pypi.org/project/google-cloud-contact-center-insights/ -.. _Contact Center AI Insights: https://cloud.google.com/dialogflow/priv/docs/insights +.. _Contact Center AI Insights: https://cloud.google.com/contact-center/insights/docs .. _Client Library Documentation: https://googleapis.dev/python/contactcenterinsights/latest -.. _Product Documentation: https://cloud.google.com/dialogflow/priv/docs/insights +.. _Product Documentation: https://cloud.google.com/contact-center/insights/docs Quick Start ----------- @@ -78,5 +78,5 @@ Next Steps - View this `README`_ to see the full list of Cloud APIs that we cover. -.. _Contact Center AI Insights API Product documentation: https://cloud.google.com/dialogflow/priv/docs/insights -.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst \ No newline at end of file +.. _Contact Center AI Insights API Product documentation: https://cloud.google.com/contact-center/insights/docs +.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst