REST Resource: properties.rollupPropertySourceLinks
리소스: RollupPropertySourceLink
상위 롤업 속성 아래의 소스 속성을 참조하는 링크입니다.
JSON 표현 |
{
"name": string,
"sourceProperty": string
} |
필드 |
name |
string
출력 전용입니다. 이 RollupPropertySourceLink의 리소스 이름입니다. 형식: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' 형식: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
변경할 수 없습니다. 소스 속성의 리소스 이름입니다. 형식: properties/{property_id} 예: 'properties/789'
|
메서드 |
|
롤업 속성 소스 링크를 만듭니다. |
|
롤업 속성 소스 링크를 삭제합니다. |
|
단일 롤업 속성 소스 링크를 조회합니다. |
|
속성의 롤업 속성 소스 링크를 표시합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-01-14(UTC)
[null,null,["최종 업데이트: 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"]]