Skip to content

Instantly share code, notes, and snippets.

@denisdubovitskiy
Created November 24, 2021 15:35
Show Gist options
  • Select an option

  • Save denisdubovitskiy/02aeeb5d4f8abc9cce04a9b9ce08e28f to your computer and use it in GitHub Desktop.

Select an option

Save denisdubovitskiy/02aeeb5d4f8abc9cce04a9b9ce08e28f to your computer and use it in GitHub Desktop.
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