Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(storagecontrol): update service title #14042

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -415,7 +415,7 @@ See each library's `README.md` file for more information about:
- [Google Cloud Storage](google/cloud/storage/README.md)
[\[quickstart\]](google/cloud/storage/quickstart/README.md)
[\[reference\]](https://cloud.google.com/cpp/docs/reference/storage/latest)
- [Cloud Storage Control API](google/cloud/storagecontrol/README.md)
- [Storage Control API](google/cloud/storagecontrol/README.md)
[\[quickstart\]](google/cloud/storagecontrol/quickstart/README.md)
[\[reference\]](https://cloud.google.com/cpp/docs/reference/storagecontrol/latest)
- [Storage Insights API](google/cloud/storageinsights/README.md)
8 changes: 4 additions & 4 deletions google/cloud/storagecontrol/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cloud Storage Control API C++ Client Library
# Storage Control API C++ Client Library

This directory contains an idiomatic C++ client library for the
[Cloud Storage Control API][cloud-service-docs], a service to manage GCS
[Storage Control API][cloud-service-docs], a service to manage GCS
configuration.

While this library is **GA**, please note that the Google Cloud C++ client
@@ -47,8 +47,8 @@ int main(int argc, char* argv[]) try {
## More Information
- Official documentation about the
[Cloud Storage Control API][cloud-service-docs] service
- Official documentation about the [Storage Control API][cloud-service-docs]
service
- [Reference doxygen documentation][doxygen-link] for each release of this
client library
- Detailed header comments in our [public `.h`][source-link] files
4 changes: 2 additions & 2 deletions google/cloud/storagecontrol/doc/main.dox
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!

@mainpage Cloud Storage Control API C++ Client Library
@mainpage Storage Control API C++ Client Library

An idiomatic C++ client library for the [Cloud Storage Control API][cloud-service-docs], a service
An idiomatic C++ client library for the [Storage Control API][cloud-service-docs], a service
to Lets you store and retrieve potentially-large, immutable data objects.

While this library is **GA**, please note that the Google Cloud C++ client