Skip to content

Commit 70fd088

Browse files
docs: Add summary and reference docs for Storage Control API to readme (#2485)
* docs: Add summary and reference docs for Storage Control API to readme * add readme-partials change * add link without modifying template * remove newline * 🦉 Updates from OwlBot post-processor 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>
1 parent 17fa53b commit 70fd088

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

‎.readme-partials.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
custom_content: |
2+
## About Storage Control
3+
4+
The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/) lets you perform metadata-specific, control plane, and long-running operations.
5+
6+
The Storage Control API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.
7+
28
#### Creating an authorized service object
39
410
To make authenticated requests to Google Cloud Storage, you must create a service object with credentials. You can

‎README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ See the [Cloud Storage client library docs][javadocs] to learn how to
9999
use this Cloud Storage Client Library.
100100

101101

102+
## About Storage Control
103+
104+
The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/) lets you perform metadata-specific, control plane, and long-running operations.
105+
106+
The Storage Control API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.
107+
102108
#### Creating an authorized service object
103109

104110
To make authenticated requests to Google Cloud Storage, you must create a service object with credentials. You can

0 commit comments

Comments
 (0)