REST Resource: domains
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: โดเมน
การแสดง JSON |
{
"kind": string,
"domainAliases": [
{
object (DomainAlias )
}
],
"verified": boolean,
"etag": string,
"creationTime": string,
"isPrimary": boolean,
"domainName": string
} |
ช่อง |
kind |
string
ประเภทของทรัพยากร
|
domainAliases[] |
object (DomainAlias )
รายการออบเจ็กต์ชื่อแทนโดเมน (อ่านอย่างเดียว)
|
verified |
boolean
ระบุสถานะการยืนยันของโดเมน (อ่านอย่างเดียว)
|
etag |
string
ETag ของทรัพยากร
|
creationTime |
string (int64 format)
เวลาสร้างโดเมน แสดงในรูปแบบเวลา Unix (อ่านอย่างเดียว)
|
isPrimary |
boolean
ระบุว่าโดเมนเป็นโดเมนหลักหรือไม่ (อ่านอย่างเดียว)
|
domainName |
string
ชื่อโดเมนของลูกค้า
|
เมธอด |
|
ลบโดเมนของลูกค้า |
|
ดึงข้อมูลโดเมนของลูกค้า |
|
แทรกโดเมนของลูกค้า |
|
แสดงรายการโดเมนของลูกค้า |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-24 UTC
[null,null,["อัปเดตล่าสุด 2025-07-24 UTC"],[],[],null,["# REST Resource: domains\n\nResource: Domain\n----------------\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"domainAliases\": [ { object (/workspace/admin/directory/reference/rest/v1/domainAliases#DomainAlias) } ], \"verified\": boolean, \"etag\": string, \"creationTime\": string, \"isPrimary\": boolean, \"domainName\": string } ``` |\n\n| Fields ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Kind of resource this is. |\n| `domainAliases[]` | `object (`[DomainAlias](/workspace/admin/directory/reference/rest/v1/domainAliases#DomainAlias)`)` A list of domain alias objects. (Read-only) |\n| `verified` | `boolean` Indicates the verification state of a domain. (Read-only). |\n| `etag` | `string` ETag of the resource. |\n| `creationTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Creation time of the domain. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. (Read-only). |\n| `isPrimary` | `boolean` Indicates if the domain is a primary domain (Read-only). |\n| `domainName` | `string` The domain name of the customer. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------|-------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/domains/delete) | Deletes a domain of the customer. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/domains/get) | Retrieves a domain of the customer. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/domains/insert) | Inserts a domain of the customer. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/domains/list) | Lists the domains of the customer. |"]]