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.
A single operation (create, remove) on a feed mapping.
JSON representation
{// Union field operation can be only one of the following:"create": {object (FeedMapping)},"remove": string// End of list of possible types for union field operation.}
Fields
Union field operation. The mutate operation. operation can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["This documentation details the JSON representation of a single operation (create or remove) on a feed mapping."],["The JSON structure uses a union field called \"operation\" to specify either a \"create\" or \"remove\" action."],["For \"create\" operations, a FeedMapping object is provided without a resource name."],["\"Remove\" operations require a resource name specifying the customer ID, feed ID, and feed mapping ID."]]],["The core content details actions for managing feed mappings. The `operation` field dictates the action, which can be either `create` or `remove`. `create` adds a new feed mapping, requiring a FeedMapping object and expecting no resource name. `remove` deletes a feed mapping, and a resource name in the format `customers/{customerId}/feedMappings/{feedId}~{feed_mapping_id}` is expected. Only one of these two operations can be applied.\n"]]