REST Resource: properties.rollupPropertySourceLinks
Recurso: RollupPropertySourceLink
Es un vínculo que hace referencia a una propiedad fuente en la propiedad de datos integrados superior.
Representación JSON |
{
"name": string,
"sourceProperty": string
} |
Campos |
name |
string
Solo salida. Es el nombre del recurso de este RollupPropertySourceLink. Formato: "properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}" Formato: "properties/123/rollupPropertySourceLinks/456"
|
sourceProperty |
string
Inmutable. Es el nombre del recurso de la propiedad de origen. Formato: properties/{property_id} Ejemplo: "properties/789"
|
Métodos |
|
Crea un vínculo de fuente de propiedad de datos integrados. |
|
Borra un vínculo de fuente de una propiedad de datos integrados. |
|
Busca un solo vínculo de fuente de propiedad de datos integrados. |
|
Muestra los vínculos de la fuente de la propiedad de datos integrados en una propiedad. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-01-14 (UTC)
[null,null,["Última actualización: 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"]]