Carlos O'Ryan
Carlos O'Ryan
I am not sure which one is the right behavior. In gRPC you can issue a "read last 0 bytes" request, in REST a similar request returns all the bytes....
The protos are still `v1alpha*`, but eventually there will be a GA version: https://github.com/googleapis/googleapis/tree/master/google/cloud/dataform
This is the second failure during today, both in PR builds: ``` 9/82 Test #264: ids_quickstart .....................***Failed 0.08 sec CMake Error at /workspace/cmake/quickstart-runner.cmake:90 (message): Non-zero exit status (1) running /workspace/cmake-out/google/cloud/ids/ids_quickstart...
In gRPC some of the `*Request` messages have a `read_mask` to select fields. This corresponds, maybe loosely, to the `fields=` parameter in REST. We need to convert from the REST...
As @dbolduc reminded me, the design docs calls for no automated background threads. I think we should refactor the existing classes to something like: ```cc class CompletionQueueServicePool { public: ///...
Instead of waiting until the credentials expire before refreshing, we should start the refresh cycle a few seconds or minutes before the credentials expire. That way we minimize the latency...
Currently one needs to provide the full list of libraries in `-DGOOGLE_CLOUD_CPP_ENABLE=...` to compile all the libraries. It would be nice to have a special value to compile them all,...
We have such helper classes, but not in the public APIs.