CategoryView
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
CATEGORY_VIEW_UNSPECIFIED |
未指定,等同于 CATEGORY_METADATA_ONLY。 |
BASIC |
服务器响应将仅包含类别字段 displayName、categoryId 和 languageCode。并省略所有与服务类型元数据相关的字段。 |
FULL |
返回响应中的所有字段。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThis enum limits the amount of data returned from the server when requesting category information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBASIC\u003c/code\u003e returns only basic category information like name, ID, and language, while \u003ccode\u003eFULL\u003c/code\u003e returns all available data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCATEGORY_VIEW_UNSPECIFIED\u003c/code\u003e defaults to minimal data, similar to \u003ccode\u003eBASIC\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# CategoryView\n\nAn enum to help limit the amount of data returned by the server.\n\n| Enums ||\n|-----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `CATEGORY_VIEW_UNSPECIFIED` | Not specified, equivalent to CATEGORY_METADATA_ONLY. |\n| `BASIC` | The server response will only include Category fields displayName, categoryId and languageCode. It omits any service type metadata related fields. |\n| `FULL` | Returns all the fields in the response. |"]]