REST Resource: properties.rollupPropertySourceLinks
Risorsa: RollupPropertySourceLink
Un collegamento che fa riferimento a una proprietà sorgente nella proprietà di aggregazione principale.
Rappresentazione JSON |
{
"name": string,
"sourceProperty": string
} |
Campi |
name |
string
Solo output. Nome della risorsa di questo collegamento a proprietà di aggregazione. Formato: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' Formato: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
Immutabile. Nome della risorsa della proprietà di origine. Formato: properties/{property_id} Esempio: "properties/789"
|
Metodi |
|
Crea un link origine della proprietà di aggregazione. |
|
Consente di eliminare un collegamento alla sorgente di una proprietà di aggregazione. |
|
Cerca un singolo collegamento della proprietà sorgente di aggregazione. |
|
Elenca i link origine delle proprietà di aggregazione in una proprietà. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-01-14 UTC.
[null,null,["Ultimo aggiornamento 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"]]