MutateAssetGroupListingGroupFiltersRequest

  • Request message for MutateAssetGroupListingGroupFilters service, which does not support partial_failure because the tree needs to be validated together.

  • The request requires the customer ID and a list of operations to perform on individual asset group listing group filters.

  • The request allows for validation only without execution by setting validate_only to true.

  • The response content type can be specified to determine whether the resource or just the resource name is returned after mutation.

Request message for AssetGroupListingGroupFilterService.MutateAssetGroupListingGroupFilters. partial_failure is not supported because the tree needs to be validated together.

Fields

customer_id

string

Required. The ID of the customer whose asset group listing group filters are being modified.

operations[]

AssetGroupListingGroupFilterOperation

Required. The list of operations to perform on individual asset group listing group filters.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.

response_content_type

ResponseContentType

The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.