Dikkat: API'nin REST arayüzüyle ilgili dokümanları görüntülüyorsunuz. Resmi istemci kitaplıklarımızın çoğu gTB kullanır. Ayrıntılar için
REST Tanıtımı'nı inceleyin.
MutateSharedCriterionResult
Paylaşılan ölçütün sonucu değişir.
JSON gösterimi |
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
Alanlar |
resourceName |
string
Başarılı işlemler sonucunda iade edildi.
|
sharedCriterion |
object (SharedCriterion )
Değişimden sonra yalnızca değiştirilebilir alanları olan, değiştirilmiş paylaşılan ölçüt. Bu alan, yalnızca responseContentType "MUTABLE_SOURCE" olarak ayarlandığında döndürülür.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-03-06 UTC.
[null,null,["Son güncelleme tarihi: 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"]]