Bu Sun Kim
Bu Sun Kim
Hi, I work on the Google Cloud Client Libraries team. I noticed that this package depends on `google-api-core`. We're planning to officially remove 2.7 support (require >=3.6) in `google-api-core` soon....
This is a list of all the samples projects that should likely be moved to client library repositories: - [x] [asset](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/asset/cloud-client) - [x] [automl](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/automl) - [x] [bigquery](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/bigquery) - [x] [bigquery_datatransfer](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/bigquery/transfer)...
https://github.com/GoogleCloudPlatform/getting-started-python/pull/449 commits the Ops Agent script to the repository. Consider setting up a job to periodically fetch the script from source.
When a REST endpoint adds a new enum to a response, older versions of the GAPIC library without the enum definition raise parse errors. Details and status in [this document](https://docs.google.com/document/d/1kECNDdhMiDpSIN6pdg7x6wvUcbZUF9-DBH5HxRzQK8w/edit?resourcekey=0-8MU_2OSN8kHwdffi0x3c4g#)....
This feature was added over a few PRs, but is slated to be reverted in #1134 to move forward enabling snippetgen globally. The desired end state is a snippet that...
The current snippetgen implementation is written against the default templates.
Opening this issue as a reminder for myself. `Optional` is used a bit sporadically in the monolith, which recently resulted in some user confusion. (They mistook an optional parameter as...
Clients streaming methods should send routing headers on the initial RPC that opens the stream. Field headers are currently ignored for these methods https://github.com/googleapis/gapic-generator-python/blob/eaa6f3622ccf3f51a73635d8190ae2a07f036d89/gapic/templates/%25namespace/%25name_%25version/%25sub/services/%25service/client.py.j2#L329-L341 As far as I know this...
CI currently only runs in a linux environment in the python repositories. **Resources:** * NodeJS has some Windows tests: * https://github.com/googleapis/nodejs-storage/pull/1321/checks?check_run_id=1349742576 * gRPC has Windows tests. **Issues:** * Appropriate [docker...
App Engine cannot have more than 210 versions. The system tests should cleanup versions it creates. ``` ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Your app may not have more than 210 versions. Please...