MutateAdGroupAssetSetsResponse

  • This is the response message for an ad group asset set mutate operation.

  • The results field contains a list of MutateAdGroupAssetSetResult objects, representing the results of each mutate operation.

  • The partial_failure_error field provides details about operation failures when partial failure is enabled and errors occur within the operations.

Response message for an ad group asset set mutate.

Proto definition

Fields

results[]

MutateAdGroupAssetSetResult

All results for the mutate.

partial_failure_error

Status

Errors that pertain to operation failures in the partial failure mode. Returned only when partial_failure = true and all errors occur inside the operations. If any errors occur outside the operations (e.g. auth errors), we return an RPC level error.