Cuidado: você está vendo a documentação da interface REST da API. A maioria das nossas bibliotecas de cliente oficiais usa o gRPC. Consulte
Introdução ao REST para ver mais detalhes.
MutateSharedCriterionResult
O resultado do mutate de critério compartilhado.
Representação JSON |
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
Campos |
resourceName |
string
Retornado para operações bem-sucedidas.
|
sharedCriterion |
object (SharedCriterion )
O critério compartilhado modificado apenas com campos mutáveis depois de mutate. O campo só será retornado quando responseContentType estiver definido como "MUTABLE_RESOURCE".
|
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-03-06 UTC.
[null,null,["Última atualização 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"]]