You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the issue: "It looks like this docstring was copied from our REST documentation, but that is incorrect since the REST API accepts a string of comma separated, camelCase fields, and the nodejs API will accept a FieldMask object as described here. I think these docs should remove the camelCase example, and also update the example Example: updateMask=filter to use correct FieldMask syntax."
Question:
How come we're not generating from gRPC reference instead of REST reference. The fields for UpdateSinkRequest look correct here.
If not (1), how might we change part of the autogenerated documentation for updateSink.
Issue: https://b.corp.google.com/issues/156973105
From the issue: "It looks like this docstring was copied from our REST documentation, but that is incorrect since the REST API accepts a string of comma separated, camelCase fields, and the nodejs API will accept a FieldMask object as described here. I think these docs should remove the camelCase example, and also update the example Example:
updateMask=filterto use correct FieldMask syntax."Question:
updateSink.