REST Resource: properties.rollupPropertySourceLinks
Ressource: RollupPropertySourceLink
Eine Verknüpfung, die auf eine Quell-Property unter der übergeordneten Sammel-Property verweist.
JSON-Darstellung |
{
"name": string,
"sourceProperty": string
} |
Felder |
name |
string
Nur Ausgabe. Ressourcenname dieses RollupPropertySourceLink. Format: „properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}“ Format: „properties/123/rollupPropertySourceLinks/456“
|
sourceProperty |
string
Nicht veränderbar. Ressourcenname der Quell-Property. Format: properties/{property_id} Beispiel: „properties/789“
|
Methoden |
|
Erstellt eine Quellverknüpfung für eine Sammel-Property. |
|
Löscht eine Quellverknüpfung für eine Sammel-Property. |
|
Suche nach einer einzelnen Quellverknüpfung für eine Sammel-Property. |
|
Hier werden die Quellverknüpfungen der Sammel-Property für eine Property aufgeführt. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-01-14 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]