-
Notifications
You must be signed in to change notification settings - Fork 387
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
doc: video
, baremetalsolution
, and optimization
are GA
#9704
Conversation
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Codecov Report
@@ Coverage Diff @@
## main #9704 +/- ##
=======================================
Coverage 93.89% 93.89%
=======================================
Files 1496 1496
Lines 139303 139303
=======================================
+ Hits 130796 130800 +4
+ Misses 8507 8503 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -1,14 +1,12 @@ | |||
# Bare Metal Solution API C++ Client Library | |||
|
|||
:construction: | |||
|
|||
[Bare Metal Solution API][cloud-service-root], a service that provides ways to | |||
manage Bare Metal Solution hardware installed in a regional extension located | |||
near a Google Cloud data center. | |||
|
|||
This library is **experimental**. Its APIs are subject to change without notice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
experimental?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
This library is **experimental**. Its APIs are subject to change without notice. | ||
While this library is **GA**, please note Google Cloud C++ client libraries do | ||
**not** follow [Semantic Versioning](https://semver.org/). Its APIs are subject | ||
to change without notice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"subject to change without notice"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixedf
google/cloud/optimization/README.md
Outdated
@@ -1,14 +1,12 @@ | |||
# Cloud Optimization API C++ Client Library | |||
|
|||
:construction: | |||
|
|||
This directory contains an idiomatic C++ client library for the | |||
[Cloud Optimization API][cloud-service-root], a service that provides a | |||
portfolio of solvers to address common optimization use cases. | |||
|
|||
This library is **experimental**. Its APIs are subject to change without notice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
experimental?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
This library is **experimental**. Its APIs are subject to change without notice. | ||
While this library is **GA**, please note Google Cloud C++ client libraries do | ||
**not** follow [Semantic Versioning](https://semver.org/). Its APIs are subject | ||
to change without notice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"subject to change without notice"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
google/cloud/video/doc/main.dox
Outdated
This library is **experimental**. Its APIs are subject to change without notice. | ||
While this library is **GA**, please note Google Cloud C++ client libraries do | ||
**not** follow [Semantic Versioning](https://semver.org/). Its APIs are subject | ||
to change without notice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"subject to change without notice"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
CHANGELOG.md
Outdated
* [Video Services](/google/cloud/video/README.md) | ||
* [Bare Metal Solution](/google/cloud/baremetalsolution/README.md) | ||
* [Optimization AI](/google/cloud/optimization/README.md) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: order these alphabetically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
README.md
Outdated
@@ -261,6 +267,9 @@ This repository contains idiomatic C++ client libraries for the following | |||
* [Cloud Translation API](google/cloud/translate/README.md) | |||
[[quickstart]](google/cloud/translate/quickstart/README.md) | |||
[[reference]](https://googleapis.dev/cpp/google-cloud-translate/latest) | |||
* [Transcoder API](google/cloud/video/README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, this is weird because there is also "Live Stream API" and "Video Stitcher API" in google/cloud/video/
.
I see that google/cloud/video/README.md
says this is the "Transcoder API C++ Client Library"... I am inclined to break the "Foo API" mold and instead say "Video Services" here and in the README....
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
This change is