Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
MutateFeedMappingResult
The result for the feed mapping mutate.
JSON representation |
{
"resourceName": string,
"feedMapping": {
object (FeedMapping )
}
} |
Fields |
resourceName |
string
Returned for successful operations.
|
feedMapping |
object (FeedMapping )
The mutated feed mapping with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["The JSON representation outlines the structure of the feed mapping mutation result, containing the resource name and the feed mapping object."],["Successful operations return a resource name as a string."],["The `feedMapping` field provides the updated feed mapping object after the mutation, including only mutable fields, and is returned only when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The content describes the JSON representation of a feed mapping mutation result. Successful operations return a `resourceName` string. The `feedMapping` object, containing mutable fields, is returned after the mutation if the response content type is set to \"MUTABLE_RESOURCE\". This object conforms to the FeedMapping schema defined elsewhere. The content focuses on what data is returned following a successful feed mapping mutation.\n"]]