注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
MutateConversionActionResult
JSON 表示法 |
{
"resourceName": string,
"conversionAction": {
object (ConversionAction )
}
} |
字段 |
resourceName |
string
操作成功时返回。
|
conversionAction |
object (ConversionAction )
已更改的转化操作在转变之后仅包含可变字段。只有在 responseContentType 设置为“MUTABLE_RESOURCE”时,系统才会返回该字段。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-06。
[null,null,["最后更新时间 (UTC):2025-03-06。"],[[["This page describes the JSON representation of a conversion action after a mutation."],["The response includes the resource name and the mutated conversion action object."],["The `conversionAction` field only appears when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The content describes the JSON representation of a \"mutate\" conversion action result. Successful operations return a `resourceName` string. Additionally, when `responseContentType` is set to \"MUTABLE_RESOURCE\", the response includes the `conversionAction` object, containing the mutated conversion action data with only modifiable fields. The `conversionAction` is a structured object as defined in the ConversionAction reference.\n"]]