Method: channels.stop
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
หยุดดูทรัพยากรผ่านช่องทางนี้
คำขอ HTTP
POST https://www.googleapis.com/admin/directory/v1/channels/stop
เนื้อหาของคำขอ
การแสดง JSON |
{
"id": string,
"resourceId": string
} |
ช่อง |
id |
string
UUID หรือสตริงที่ไม่ซ้ำกันซึ่งระบุช่องนี้
|
resourceId |
string
รหัสทึบแสงที่ระบุทรัพยากรที่กำลังรับชมในช่องนี้ ทำงานได้อย่างเสถียรใน API เวอร์ชันต่างๆ
|
เนื้อหาการตอบกลับ
หากดำเนินการสำเร็จ วิธีการนี้จะแสดงผลลัพธ์เป็นเนื้อหาการตอบกลับที่ว่างเปล่า
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],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."]]