Carlos O'Ryan

Results 304 issues of 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....

api: storage
type: cleanup

The protos are still `v1alpha*`, but eventually there will be a GA version: https://github.com/googleapis/googleapis/tree/master/google/cloud/dataform

type: feature request
external

api: firestore
type: feature request
external

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...

type: feature request
api: ids
cpp: flake

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...

api: storage
type: feature request

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: ///...

api: storage
type: feature request

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...

type: feature request

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,...

type: feature request

We have such helper classes, but not in the public APIs.

type: feature request