Closed
Description
🚀 Feature
The protocol-buffers documentation mentions using the FieldMask to allow the gRPC server response to specify what fields are being returned in a single GET and in a GET list operation.
Currently, the gateway only generates field-mask code for UPDATEs.
The generated code should honor a FieldMask in the response message (maybe for any verb) and use that to generate the content of the returned JSON object(s). Many REST interfaces request a subset of fields. Or a user might only have access to a limited number of fields. This FieldMask lets the gRPC server control what is shown in the return HTML.
Metadata
Metadata
Assignees
Labels
No labels