google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Improve handling of `read_mask` vs. `fields`

Open coryan opened this issue 3 years ago • 0 comments

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 parameter to the gRPC field where appropriate.

coryan avatar Jan 21 '22 19:01 coryan