REST Resource: properties.rollupPropertySourceLinks
Zasób: RollupPropertySourceLink
Link, który odwołuje się do usługi źródłowej w ramach usługi nadrzędnej o pełnym zakresie.
Zapis JSON |
{
"name": string,
"sourceProperty": string
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu tego elementu RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}'. Przykład: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
Niezmienna. Nazwa zasobu usługi źródłowej. Format: properties/{property_id} Przykład: „properties/789”
|
Metody |
|
Tworzy link źródłowy usługi o pełnym zakresie. |
|
Usuwa link źródłowy usługi o pełnym zakresie. |
|
Wyszukiwanie pojedynczego linku źródłowego usługi o pełnym zakresie. |
|
Wyświetla listę połączeń źródłowych usługi o pełnym zakresie w usłudze. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-14 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]