REST Resource: properties.rollupPropertySourceLinks
资源:RollupPropertySourceLink
JSON 表示法 |
{
"name": string,
"sourceProperty": string
} |
字段 |
name |
string
仅限输出。此 RollupPropertySourceLink 的资源名称。格式:'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' 格式:'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
不可变。来源媒体资源的资源名称。格式:properties/{property_id} 示例:“properties/789”
|
方法 |
|
创建总览媒体资源来源关联。 |
|
删除总览媒体资源的来源关联。 |
|
查找单个总览媒体资源来源关联。 |
|
列出媒体资源的总览媒体资源来源关联。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-14。
[null,null,["最后更新时间 (UTC):2025-01-14。"],[[["RollupPropertySourceLink is a reference to a source property under a parent rollup property and is represented by its name and the source property."],["It includes methods to create, delete, retrieve, and list roll-up property source links."],["The resource name follows a specific format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}`."],["You can manage roll-up property source links using the provided API methods documented in the links."]]],["A `RollupPropertySourceLink` is a resource referencing a source property under a parent rollup property. Its JSON format includes a `name` (resource identifier) and `sourceProperty` (source property identifier). Available actions include: `create` to establish a new link, `delete` to remove a link, `get` to retrieve details of a specific link, and `list` to view all links associated with a property. The `name` and `sourceProperty` fields are strings in the format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}` and `properties/{property_id}`.\n"]]