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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["Represents the connection between a FeedItem and a FeedItemSet, enabling the association of individual feed items with specific sets."],["Defined by a JSON structure including `resourceName`, `feedItem`, and `feedItemSet` fields."],["`resourceName` is an immutable string identifier for the link with a specific format."],["Includes immutable string fields `feedItem` and `feedItemSet` referencing the linked FeedItem and FeedItemSet respectively."]]],["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"]]