Created
November 24, 2021 15:35
-
-
Save denisdubovitskiy/02aeeb5d4f8abc9cce04a9b9ce08e28f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| res, err := client.WithMask(ctx, &desc.WithMaskRequest{ | |
| FieldMask: &fieldmaskpb.FieldMask{ | |
| Paths: []string{ | |
| "field1", | |
| "field2", | |
| "nested1.field3", | |
| "nested1.nested2.field4", | |
| // ... | |
| }, | |
| }, | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment