REST Resource: properties.rollupPropertySourceLinks
Tài nguyên: RollupPropertySourceLink
Đường liên kết tham chiếu đến một tài sản nguồn trong tài sản cuộn lên mẹ.
Biểu diễn dưới dạng JSON |
{
"name": string,
"sourceProperty": string
} |
Trường |
name |
string
Chỉ có đầu ra. Tên tài nguyên của RollupPropertySourceLink này. Định dạng: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' Định dạng: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
Không thể thay đổi. Tên tài nguyên của tài sản nguồn. Định dạng: properties/{property_id} Ví dụ: "properties/789"
|
Phương thức |
|
Tạo đường liên kết đến nguồn của tài sản cuộn lên. |
|
Xoá đường liên kết đến nguồn của tài sản tổng hợp. |
|
Tìm một Đường liên kết đến nguồn của tài sản cuộn lên. |
|
Liệt kê các Đường liên kết đến nguồn của tài sản cuộn lên trên một tài sản. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-01-14 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]