MutateAssetGroupsRequest Stay organized with collections Save and categorize content based on your preferences.
Page Summary
This is the request message for modifying asset groups using the
AssetGroupService.MutateAssetGroupsmethod.The message requires the
customer_idto identify the customer whose asset groups are being modified.It includes an array of
operationsto perform on individual asset groups.A
validate_onlyfield allows for request validation without execution, returning only errors.
Request message forAssetGroupService.MutateAssetGroups.
| Fields | |
|---|---|
|
Required. The ID of the customer whose asset groups are being modified. |
| Required. The list of operations to perform on individual asset groups. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-12 UTC.