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。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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."]]],[]]