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 版本中皆穩定運作。
|
回應主體
如果成功,這個方法會傳回空白的回應主體。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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."]]