REST Resource: photos
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-06。
[null,null,["最后更新时间 (UTC):2024-11-06。"],[[["This resource has no persistent data associated with it."],["The available methods allow you to manage photos, including deleting, retrieving metadata, updating metadata, and listing all photos belonging to the user."],["You can work with photos individually or in batches using the provided methods."],["Photos include metadata like pose, place association, and connections which can be updated."]]],["The provided information details operations for managing photo data. Key actions include deleting a batch of photos and their metadata using `batchDelete`, retrieving metadata for a specified photo batch with `batchGet`, and updating photo metadata (pose, associations, connections) via `batchUpdate`. Additionally, `list` retrieves all photos belonging to a user. There is no persistent data associated with this resource. All actions relate to manipulating Photo objects.\n"]]