Skip to content

Commit 3d6d369

Browse files
authored
docs: reference Storage Control in readme (#1254)
* docs: reference Storage Control in readme * review comment
1 parent 6ed22ee commit 3d6d369

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ A comprehensive list of changes in each version may be found in the `CHANGELOG`_
1414
- `Client Library Documentation`_
1515
- `github.com/googleapis/python-storage`_
1616

17+
Certain control plane and long-running operations for Cloud Storage (including Folder
18+
and Managed Folder operations) are supported via the `Storage Control Client`_.
19+
The `Storage Control API`_ creates one space to perform metadata-specific, control plane,
20+
and long-running operations apart from the Storage API.
21+
1722
Read more about the client libraries for Cloud APIs, including the older
1823
Google APIs Client Libraries, in `Client Libraries Explained`_.
1924

@@ -28,6 +33,8 @@ Google APIs Client Libraries, in `Client Libraries Explained`_.
2833
.. _Product Documentation: https://cloud.google.com/storage
2934
.. _CHANGELOG: https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md
3035
.. _github.com/googleapis/python-storage: https://github.com/googleapis/python-storage
36+
.. _Storage Control Client: https://cloud.google.com/python/docs/reference/google-cloud-storage-control/latest
37+
.. _Storage Control API: https://cloud.google.com/storage/docs/reference/rpc/google.storage.control.v2
3138
.. _Client Libraries Explained: https://cloud.google.com/apis/docs/client-libraries-explained
3239

3340
Quick Start

0 commit comments

Comments
 (0)