-
Notifications
You must be signed in to change notification settings - Fork 373
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
feat(batch): generate library #9474
Conversation
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Codecov Report
@@ Coverage Diff @@
## main #9474 +/- ##
=======================================
Coverage 94.63% 94.63%
=======================================
Files 1485 1485
Lines 136771 136771
=======================================
+ Hits 129437 129440 +3
+ Misses 7334 7331 -3
Continue to review full report at Codecov.
|
CHANGELOG.md
Outdated
We are introducing a new client library for [Cloud Run]. While we do not | ||
anticipate any API changes to this library before declaring it GA, we are | ||
releasing it early in case it elicits some feedback that requires changes. | ||
We are introducing new client libraries for [Cloud Run]. While we do not |
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.
"... and [Cloud Batch]." ?
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: the branding list does not mention Batch / Cloud Batch. So I tend to use whatever the docs say here:
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 (using @dbolduc text)
CHANGELOG.md
Outdated
|
||
[Cloud Bh]: https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/batch/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.
And then s/Bh/Batch/ ?
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.
Ditto
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.
So we are generating libraries for non-GA services now?
CHANGELOG.md
Outdated
|
||
[Cloud Bh]: https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/batch/README.md | ||
[Cloud Run]: https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/run/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.
I would s/ this whole thing with:
We are introducing 2 new client libraries for GCP services. While we do not
anticipate any API changes to these libraries before declaring them GA, we are
releasing them early in case they elicit some feedback that requires changes.
* [Batch](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/batch/README.md)
* [Cloud Run](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/run/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.
Done
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Fixes #9184
This change is