Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
MutateSharedCriterionResult
Wynik dla udostępnianego kryterium.
Zapis JSON |
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
Pola |
resourceName |
string
Zwrócony w przypadku udanych operacji.
|
sharedCriterion |
object (SharedCriterion )
Zmutowane udostępnione kryterium z tylko polami zmiennymi po mutacji. Pole jest zwracane tylko wtedy, gdy typu responseContentType ma wartość „MUTABLE_RESOURCE”.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-03-06 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]