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'
|
Methods |
|
יצירת קישור מקור של נכס-על. |
|
מחיקה של קישור מקור של נכס-על. |
|
חיפוש קישור מקור יחיד של נכס-על. |
|
רשימה של קישורי המקור של נכס-העל בנכס. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]