AI-generated Key Takeaways
- 
          The request message for CustomerLifecycleGoalService.configureCustomerLifecycleGoalsrequires the customer ID, an operation to update customer lifecycle goals, and an optional validate_only flag.
- 
          The customer_idfield is a required string representing the ID of the customer.
- 
          The operationfield is a required CustomerLifecycleGoalOperation specifying the update to perform.
- 
          The validate_onlyfield is an optional boolean for validating the request without execution.
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. |