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"
|
तरीके |
|
रोल-अप प्रॉपर्टी का सोर्स लिंक बनाता है. |
|
रोल-अप प्रॉपर्टी के सोर्स लिंक को मिटाता है. |
|
किसी एक रोल-अप प्रॉपर्टी के सोर्स लिंक के लिए लुकअप. |
|
किसी प्रॉपर्टी पर रोल-अप प्रॉपर्टी के सोर्स लिंक दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]