From f9004e4eeb1b872c17f6cc8b5675daf98bec11c8 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 7 Jan 2020 12:04:46 -0600 Subject: [PATCH] chore(datacatalog): update README to reflect Beta launch status (#10055) --- README.rst | 7 ++++++- datacatalog/.repo-metadata.json | 2 +- datacatalog/README.rst | 4 ++-- datacatalog/setup.py | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5104c9458191..c33760a0ff5c 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ The following client libraries have **GA** support: .. _Google Cloud Datastore: https://pypi.org/project/google-cloud-datastore/ .. _Datastore README: https://github.com/googleapis/google-cloud-python/tree/master/datastore -.. _Datastore Documentation: https://googleapis.dev/python/datastore/latest +.. _Datastore Documentation: https://googleapis.dev/python/datastore/latest .. _Google Cloud KMS: https://pypi.org/project/google-cloud-kms/ .. _KMS README: https://github.com/googleapis/google-cloud-python/tree/master/kms @@ -104,6 +104,7 @@ against beta libraries are addressed with a higher priority. The following client libraries have **beta** support: - `Google Cloud Billing Budgets`_ (`Billing Budgets README`_, `Billing Budgets Documentation`_) +- `Google Cloud Data Catalog`_ (`Data Catalog README`_, `Data Catalog Documentation`_) - `Google Cloud Firestore`_ (`Firestore README`_, `Firestore Documentation`_) - `Google Cloud Video Intelligence`_ (`Video Intelligence README`_, `Video Intelligence Documentation`_) - `Google Cloud Vision`_ (`Vision README`_, `Vision Documentation`_) @@ -112,6 +113,10 @@ The following client libraries have **beta** support: .. _Billing Budgets README: https://github.com/googleapis/google-cloud-python/tree/master/billingbudgets .. _Billing Budgets Documentation: https://googleapis.dev/python/billingbudgets/latest +.. _Google Cloud Data Catalog: https://pypi.org/project/google-cloud-datacatalog/ +.. _Data Catalog README: https://github.com/googleapis/google-cloud-python/tree/master/datacatalog +.. _Data Catalog Documentation: https://googleapis.dev/python/datacatalog/latest + .. _Google Cloud Firestore: https://pypi.org/project/google-cloud-firestore/ .. _Firestore README: https://github.com/googleapis/google-cloud-python/tree/master/firestore .. _Firestore Documentation: https://googleapis.dev/python/firestore/latest diff --git a/datacatalog/.repo-metadata.json b/datacatalog/.repo-metadata.json index 1f4146d07caf..14de20c66627 100644 --- a/datacatalog/.repo-metadata.json +++ b/datacatalog/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/data-catalog", "client_documentation": "https://googleapis.dev/python/datacatalog/latest", "issue_tracker": "", - "release_level": "alpha", + "release_level": "beta", "language": "python", "repo": "googleapis/google-cloud-python", "distribution_name": "google-cloud-datacatalog", diff --git a/datacatalog/README.rst b/datacatalog/README.rst index 89e94822d38c..83cb7a1b8452 100644 --- a/datacatalog/README.rst +++ b/datacatalog/README.rst @@ -1,4 +1,4 @@ -Python Client for Google Cloud Data Catalog API (`Alpha`_) +Python Client for Google Cloud Data Catalog API (`Beta`_) ========================================================== @@ -10,7 +10,7 @@ include: Entries (Data Catalog representation of a cloud resource). - `Client Library Documentation`_ - `Product Documentation`_ -.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst +.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. _Google Cloud Data Catalog API: https://cloud.google.com/data-catalog .. _Client Library Documentation: https://googleapis.dev/python/datacatalog/latest .. _Product Documentation: https://cloud.google.com/data-catalog diff --git a/datacatalog/setup.py b/datacatalog/setup.py index c05abed58ea0..fdfebd66d781 100644 --- a/datacatalog/setup.py +++ b/datacatalog/setup.py @@ -26,7 +26,7 @@ # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev",