Vadym Matsishevskyi
Vadym Matsishevskyi
Reducing to P3 as those tests seem to be optional
@vchudnov-g I dont understand this request. Python is a dynamic language, thus it does not check for type and it is expected. Plus the json serialization/deserialization is in protobuf code,...
I also checked the serializaiton process on talent-v4 API: ``` a = gct_job.Job.ProcessingOptions(disable_street_address_resolution = True) json = gct_job.Job.ProcessingOptions.to_json(a) ``` This produces the following json: ``` '{ "disableStreetAddressResolution": true, "htmlSanitization": 0...
The issue is not reproducible anymore. There were changes in run api itself, probably it got fixed by fixing proto definitions.
@SRabbelier please post error details and stacktrace if you have any.
@parthea Is this issues still relevant or do you already have a workaround for `appengine_admin`?
Lowering priority to P3 since there is a workaround. The issue is specific to naming conflict in one concrete API. To fix it properly we would need some sort of...
The showcase tests need to wait till api-core-2.9.0 gets released to pypi
This is a known issue but unfortunately very difficult to fix. @s4shyam95 I believe this issue was created in the context of using gapics for gcloud. This integration is not...
Thanks @PicardParis for your request. In case you feel like you can fix it yourself, feel free to do so by opening a PR (that would be greatly appreciated given...