AI-generated Key Takeaways
- 
          
The request message for
CustomerLifecycleGoalService.configureCustomerLifecycleGoalsrequires acustomer_id, anoperation, and optionally acceptsvalidate_only. - 
          
customer_idis a required string representing the ID of the customer performing the upload. - 
          
operationis a requiredCustomerLifecycleGoalOperationdefining the customer lifecycle goal update. - 
          
validate_onlyis an optional boolean to validate the request without execution, returning only errors. 
Request message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].
| Fields | |
|---|---|
 | 
                
                   
 Required. The ID of the customer performing the upload.  | 
              
 | 
                
                   
 Required. The operation to perform customer lifecycle goal update.  | 
              
 | 
                
                   
 Optional. If true, the request is validated but not executed. Only errors are returned, not results.  |