truss icon indicating copy to clipboard operation
truss copied to clipboard

Support using protobuf types in query parameters

Open zaquestion opened this issue 5 years ago • 3 comments

Useful for passing dates in the query

zaquestion avatar Aug 26 '20 09:08 zaquestion

Honestly I think a lot of this json unmarshaling in the query stuff is going to be up for the chopping block in v1

zaquestion avatar Aug 26 '20 09:08 zaquestion

This need to wait for

  • [ ] https://github.com/metaverse/truss/pull/304 (make corresponding changes here too)
  • [ ] Tests

zaquestion avatar Aug 26 '20 09:08 zaquestion

This is great! We need this to use the FieldMask update_mask field in the standard update method: https://cloud.google.com/apis/design/standard_methods#update

toctan avatar Nov 06 '20 22:11 toctan