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.
FeedItemSetLink
Represents a link between a FeedItem and a FeedItemSet.
JSON representation |
{
"resourceName": string,
"feedItem": string,
"feedItemSet": string
} |
Fields |
resourceName |
string
Immutable. The resource name of the feed item set link. Feed item set link resource names have the form: customers/{customerId}/feedItemSetLinks/{feedId}~{feedItemSetId}~{feed_item_id}
|
feedItem |
string
Immutable. The linked FeedItem.
|
feedItemSet |
string
Immutable. The linked FeedItemSet.
|
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 2024-10-11 UTC.
[null,null,["Last updated 2024-10-11 UTC."],[[["A FeedItemSetLink represents a connection between a FeedItem and a FeedItemSet."],["It is defined by a JSON structure containing the resource name, linked FeedItem, and linked FeedItemSet."],["Resource names for FeedItemSetLinks follow a specific format: `customers/{customerId}/feedItemSetLinks/{feedId}~{feedItemSetId}~{feed_item_id}`."],["The FeedItem and FeedItemSet associated with the link are immutable and defined during creation."]]],["This describes the link between a `FeedItem` and a `FeedItemSet`. The link, represented in JSON, includes `resourceName`, `feedItem`, and `feedItemSet`. `resourceName` is immutable and uniquely identifies the link. Both `feedItem` and `feedItemSet` are immutable strings that specify the respective linked entities. The `resourceName` field uses the customerId, feedId, feedItemSetId and feed_item_id.\n"]]