Method: resources.buildings.insert
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำขอ HTTP
POST https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/buildings
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
customer |
string
รหัสที่ไม่ซ้ำกันสำหรับบัญชี Google Workspace ของลูกค้า ในฐานะผู้ดูแลบัญชี คุณสามารถใช้อีเมลแทน my_customer เพื่อแสดงรหัสลูกค้าของบัญชีได้เช่นกัน
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
coordinatesSource |
enum (CoordinatesSource )
แหล่งที่มาของ Building.coordinates
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Building
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Building
ที่สร้างขึ้นใหม่
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://apps-apis.google.com/a/feeds/calendar/resource/
https://www.googleapis.com/auth/admin.directory.resource.calendar
ดูข้อมูลเพิ่มเติมได้ที่คู่มือการให้สิทธิ์
CoordinatesSource
Enum |
CLIENT_SPECIFIED |
ระบบจะตั้งค่า Building.coordinates เป็นพิกัดที่รวมอยู่ในคำขอ |
RESOLVED_FROM_ADDRESS |
ระบบจะป้อนข้อมูล Building.coordinates โดยอัตโนมัติตามที่อยู่ไปรษณีย์ |
SOURCE_UNSPECIFIED |
ค่าเริ่มต้นจะเป็น RESOLVED_FROM_ADDRESS หากระบุที่อยู่ไปรษณีย์ มิเช่นนั้น ค่าเริ่มต้นจะเป็น CLIENT_SPECIFIED หากระบุพิกัดไว้ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# Method: resources.buildings.insert\n\nInserts a building.\n\n### HTTP request\n\n`POST https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/buildings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customer` | `string` The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. |\n\n### Query parameters\n\n| Parameters ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `coordinatesSource` | `enum (`[CoordinatesSource](/workspace/admin/directory/reference/rest/v1/resources.buildings/insert#CoordinatesSource)`)` Source from which Building.coordinates are derived. |\n\n### Request body\n\nThe request body contains an instance of [Building](/workspace/admin/directory/reference/rest/v1/resources.buildings#Building).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Building](/workspace/admin/directory/reference/rest/v1/resources.buildings#Building).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://apps-apis.google.com/a/feeds/calendar/resource/`\n- `\n https://www.googleapis.com/auth/admin.directory.resource.calendar`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent).\n\nCoordinatesSource\n-----------------\n\n| Enums ||\n|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| `CLIENT_SPECIFIED` | Building.coordinates are set to the coordinates included in the request. |\n| `RESOLVED_FROM_ADDRESS` | Building.coordinates are automatically populated based on the postal address. |\n| `SOURCE_UNSPECIFIED` | Defaults to `RESOLVED_FROM_ADDRESS` if postal address is provided. Otherwise, defaults to `CLIENT_SPECIFIED` if coordinates are provided. |"]]