[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: Add summary and reference docs for Storage Control API to readme (
Browse files Browse the repository at this point in the history
#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>
  • Loading branch information
sydney-munro and gcf-owl-bot[bot] authored Apr 3, 2024
1 parent 17fa53b commit 70fd088
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readme-partials.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
custom_content: |
## About Storage Control
The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/) lets you perform metadata-specific, control plane, and long-running operations.
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.
#### Creating an authorized service object
To make authenticated requests to Google Cloud Storage, you must create a service object with credentials. You can
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ See the [Cloud Storage client library docs][javadocs] to learn how to
use this Cloud Storage Client Library.


## About Storage Control

The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/) lets you perform metadata-specific, control plane, and long-running operations.

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.

#### Creating an authorized service object

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

0 comments on commit 70fd088

Please sign in to comment.