Method: nodes.deployments.patch
คำขอ HTTP
PATCH https://sasportal.googleapis.com/v1alpha1/{deployment.name=nodes/*/deployments/*}
URL ใช้ไวยากรณ์ gRPC Transcoding
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
deployment.name |
string
เอาต์พุตเท่านั้น ชื่อทรัพยากร
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
updateMask |
string (FieldMask format)
ช่องที่จะอัปเดต ซึ่งเป็นรายการช่องชื่อที่สมบูรณ์ในตัวเองและคั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Deployment
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Deployment
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/sasportal
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["This operation updates an existing deployment using an HTTP PATCH request."],["The request should target the specific deployment using its resource name in the URL path."],["A request body containing the updated deployment details is required, formatted according to the Deployment object schema."],["Optionally, a query parameter `updateMask` can specify particular fields for updating."],["Proper authorization with the `https://www.googleapis.com/auth/sasportal` scope is necessary to perform this action."]]],["This document details updating a deployment via a `PATCH` HTTP request to a specific URL using gRPC Transcoding. The URL utilizes a `deployment.name` path parameter. Updates are specified with the `updateMask` query parameter using a comma-separated list of fields. The request body includes a `Deployment` instance, and a successful response also returns a `Deployment` instance. This operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization.\n"]]