Hi,
I'm using CustomerServiceClient to update name of the customer and I want updated object back.
From what I see, I only get resource name from the updated customer which is forcing me to use another request after update, getCustomer().
Is there a way to get the full customer from updateCustomer() request?
I know for setting MUTABLE_RESOURCE, but that will return customer with changed fields only (in this case name), not the full data of the customer, specifically ID of the customer.
Or is it expected that if updateCustomer() was a success, that my Customer object which I passed to update operation is truthy and it's equals to the one on Google Ads.
KR,
Vedran