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.
nit: the branding list does not mention Batch / Cloud Batch. So I tend to use whatever the docs say here:

CHANGELOG.md
Outdated
| 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. | ||
|
|
||
| [Cloud Bh]: https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/batch/README.md |
dbolduc
left a comment
There was a problem hiding this comment.
So we are generating libraries for non-GA services now?
CHANGELOG.md
Outdated
| releasing them early in case they elicit some feedback that requires changes. | ||
|
|
||
| [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.
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)
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Fixes #9184
This change is