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"
|
メソッド |
|
統合プロパティの参照元のリンクを作成します。 |
|
統合プロパティの参照元のリンクを削除します。 |
|
1 つの統合プロパティの参照元のリンクを検索します。 |
|
プロパティの統合プロパティの参照元リンクを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["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"]]