Achtung:Sie lesen die Dokumentation für die REST-Schnittstelle der API. Die meisten unserer offiziellen Clientbibliotheken verwenden gRPC.
Weitere Informationen
MutateSharedCriterionResult
Das Ergebnis für das gemeinsame Kriterium "mutate"
JSON-Darstellung |
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
Felder |
resourceName |
string
Wird bei erfolgreichen Vorgängen zurückgegeben.
|
sharedCriterion |
object (SharedCriterion )
Das geänderte gemeinsame Kriterium mit nur änderbaren Feldern nach "mutate" Das Feld wird nur zurückgegeben, wenn „responseContentType“ auf „MUTABLE_RESOURCE“ festgelegt ist.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-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"]]