Hi Feng Xiao,

Thanks for your reply!

Unfortunately I couldn't find good examples how to use it, so let me ask 
one more question:

Should I put mask as a part of original message:

message RepAndOpt
{
    repeated string name = 1;
    string surname = 2;
    
    google.protobuf.FieldMask field_mask = 3;    
}

or put it as standalone message?

message RepAndOptMask
{
    google.protobuf.FieldMask field_mask = 1;    
}

I think there is nothing wrong if I will send them separately, right?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to