Why doesn't the update_mask field support it?
Certain fields can be initialized to their default values by including the field in update_mask when requesting an update and not sending the actual field, which is a convention officially designated by Google.
Hi @zero-ssss, we currently do not support updates using field masks. I will mark this as a feature request but we currently have no plans to implement this.
Why doesn't the update_mask field support it? Certain fields can be initialized to their default values by including the field in update_mask when requesting an update and not sending the actual field, which is a convention officially designated by Google.