Precaución: Estás viendo la documentación de la interfaz REST de la API. La mayoría de nuestras bibliotecas cliente oficiales usan gRPC. Consulta la
Introducción a REST para obtener más detalles.
MutateSharedCriterionResult
El resultado del criterio compartido cambiará.
Representación JSON |
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
Campos |
resourceName |
string
Se muestra para las operaciones correctas.
|
sharedCriterion |
object (SharedCriterion )
El criterio compartido mutado con solo campos mutables después de la modificación. El campo solo se mostrará cuando responseContentType se configure como "MUTABLE_RESOURCE".
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-03-06 (UTC)
[null,null,["Última actualización: 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"]]