MutateAssetGroupsRequest

  • This is the request message for modifying asset groups using theAssetGroupService.MutateAssetGroups method.

  • The message requires thecustomer_id to identify the customer whose asset groups are being modified.

  • It includes an array ofoperations to perform on individual asset groups.

  • Avalidate_only field allows for request validation without execution, returning only errors.

Request message forAssetGroupService.MutateAssetGroups.

Proto definition

Fields

customer_id

string

Required. The ID of the customer whose asset groups are being modified.

operations[]

AssetGroupOperation

Required. The list of operations to perform on individual asset groups.

validate_only

bool

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.