Attention:Vous consultez la documentation de l'interface REST de l'API. La plupart de nos bibliothèques clientes officielles utilisent gRPC. Pour en savoir plus, consultez la
présentation de REST.
MutateSharedCriterionResult
Résultat du critère partagé mutate.
Représentation JSON |
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
Champs |
resourceName |
string
Renvoyé pour les opérations réussies.
|
sharedCriterion |
object (SharedCriterion )
Critère partagé modifié avec uniquement des champs modifiables après la modification. Le champ n'est renvoyé que si la valeur "responseContentType" est définie sur "MUTABLE_RESOURCE".
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/03/06 (UTC).
[null,null,["Dernière mise à jour le 2025/03/06 (UTC)."],[[["The `mutateSharedCriteria` method allows for modifying existing shared criteria, providing a JSON representation for the request and response."],["Successful operations return a `resourceName` to identify the modified shared criterion."],["The response may include the mutated `sharedCriterion` object, containing only the changed fields, when `responseContentType` is set to `\"MUTABLE_RESOURCE\"`."]]],["The core content details the structure and fields of a JSON representation for a mutated shared criterion. The JSON object includes a `resourceName` (string), which is returned after successful operations, and a `sharedCriterion` (object), representing the mutated criterion itself. The `sharedCriterion` is only returned when the `responseContentType` is set to \"MUTABLE_RESOURCE\", providing the updated, mutable fields after a mutate operation.\n"]]