AI-generated Key Takeaways
- 
          The request message for AdGroupAdLabelService.MutateAdGroupAdLabelsincludes fields for customer ID, operations, partial failure, and validate only.
- 
          The customer_idfield is a required string that specifies the ID of the customer whose ad group ad labels are being modified.
- 
          The operationsfield is a required list ofAdGroupAdLabelOperationto perform on the ad group ad labels.
- 
          The partial_failurefield is a boolean that determines if successful operations are carried out despite invalid ones (default is false).
- 
          The validate_onlyfield is a boolean that allows the request to be validated without being executed, returning only errors.
Request message for AdGroupAdLabelService.MutateAdGroupAdLabels.
| Fields | |
|---|---|
| 
 | 
 Required. ID of the customer whose ad group ad labels are being modified. | 
| 
 | Required. The list of operations to perform on ad group ad labels. | 
| 
 | 
 If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false. | 
| 
 | 
 If true, the request is validated but not executed. Only errors are returned, not results. |