Method: channels.stop
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
HTTP 请求
POST https://www.googleapis.com/admin/directory/v1/channels/stop
请求正文
JSON 表示法 |
{
"id": string,
"resourceId": string
} |
字段 |
id |
string
用于标识此频道的 UUID 或类似的唯一字符串。
|
resourceId |
string
用于标识在此频道上被监控的资源的不透明 ID。在不同 API 版本中稳定运行。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# Method: channels.stop\n\nStops watching resources through this channel.\n\n### HTTP request\n\n`POST https://www.googleapis.com/admin/directory/v1/channels/stop`\n\n### Request body\n\n| JSON representation ||\n|------------------------------------------------|---|\n| ``` { \"id\": string, \"resourceId\": string } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` A UUID or similar unique string that identifies this channel. |\n| `resourceId` | `string` An opaque ID that identifies the resource being watched on this channel. Stable across different API versions. |\n\n### Response body\n\nIf successful, this method returns an empty response body."]]