REST Resource: transfers
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: DataTransfer
ทรัพยากรการโอนแสดงการโอนการเป็นเจ้าของข้อมูลผู้ใช้ระหว่างผู้ใช้
การแสดง JSON |
{
"id": string,
"oldOwnerUserId": string,
"newOwnerUserId": string,
"applicationDataTransfers": [
{
object (ApplicationDataTransfer )
}
],
"overallTransferStatusCode": string,
"kind": string,
"etag": string,
"requestTime": string
} |
ช่อง |
id |
string
อ่านอย่างเดียว รหัสการโอน
|
oldOwnerUserId |
string
รหัสของผู้ใช้ที่โอนข้อมูล
|
newOwnerUserId |
string
รหัสของผู้ใช้ที่จะโอนข้อมูลไปให้
|
applicationDataTransfers[] |
object (ApplicationDataTransfer )
รายการแหล่งข้อมูลการโอนข้อมูลต่อแอปพลิเคชัน ซึ่งจะมีรายละเอียดของแอปพลิเคชันที่เชื่อมโยงกับทรัพยากรการโอนนี้ รวมถึงระบุแอปพลิเคชันที่ต้องโอนข้อมูลด้วย ณ เวลาที่สร้างทรัพยากรการโอน
|
overallTransferStatusCode |
string
อ่านอย่างเดียว สถานะการโอนโดยรวม
|
kind |
string
ระบุทรัพยากรว่าเป็นคําขอ DataTransfer
|
etag |
string
ETag ของทรัพยากร
|
requestTime |
string
อ่านอย่างเดียว เวลาที่ส่งคำขอให้โอนข้อมูล
|
ApplicationDataTransfer
เทมเพลตเพื่อแมปฟิลด์ของทรัพยากร ApplicationDataTransfer
การแสดง JSON |
{
"applicationId": string,
"applicationTransferParams": [
{
object (ApplicationTransferParam )
}
],
"applicationTransferStatus": string
} |
ช่อง |
applicationId |
string (int64 format)
รหัสของแอปพลิเคชัน
|
applicationTransferParams[] |
object (ApplicationTransferParam )
พารามิเตอร์การโอนสําหรับแอปพลิเคชัน พารามิเตอร์เหล่านี้ใช้เพื่อเลือกข้อมูลที่โอนในบริบทของแอปพลิเคชันนี้ ดูข้อมูลเพิ่มเติมเกี่ยวกับค่าที่เฉพาะเจาะจงสำหรับแต่ละแอปพลิเคชันได้ที่ข้อมูลอ้างอิงพารามิเตอร์การโอน
|
applicationTransferStatus |
string
อ่านอย่างเดียว สถานะปัจจุบันของการโอนสําหรับแอปพลิเคชันนี้
|
เมธอด |
|
ดึงข้อมูลคําขอโอนข้อมูลตามรหัสทรัพยากร |
|
แทรกคำขอโอนข้อมูล |
|
แสดงรายการการโอนของลูกค้าตามผู้ใช้ต้นทาง ผู้ใช้ปลายทาง หรือสถานะ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-24 UTC
[null,null,["อัปเดตล่าสุด 2025-07-24 UTC"],[],[],null,["# REST Resource: transfers\n\nResource: DataTransfer\n----------------------\n\nA Transfer resource represents the transfer of the ownership of user data between users.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"oldOwnerUserId\": string, \"newOwnerUserId\": string, \"applicationDataTransfers\": [ { object (/workspace/admin/data-transfer/reference/rest/v1/transfers#ApplicationDataTransfer) } ], \"overallTransferStatusCode\": string, \"kind\": string, \"etag\": string, \"requestTime\": string } ``` |\n\n| Fields ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` Read-only. The transfer's ID. |\n| `oldOwnerUserId` | `string` ID of the user whose data is being transferred. |\n| `newOwnerUserId` | `string` ID of the user to whom the data is being transferred. |\n| `applicationDataTransfers[]` | `object (`[ApplicationDataTransfer](/workspace/admin/data-transfer/reference/rest/v1/transfers#ApplicationDataTransfer)`)` The list of per-application data transfer resources. It contains details of the applications associated with this transfer resource, and also specifies the applications for which data transfer has to be done at the time of the transfer resource creation. |\n| `overallTransferStatusCode` | `string` Read-only. Overall transfer status. |\n| `kind` | `string` Identifies the resource as a DataTransfer request. |\n| `etag` | `string` ETag of the resource. |\n| `requestTime` | `string` Read-only. The time at which the data transfer was requested. |\n\nApplicationDataTransfer\n-----------------------\n\nTemplate to map fields of ApplicationDataTransfer resource.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"applicationId\": string, \"applicationTransferParams\": [ { object (/workspace/admin/data-transfer/reference/rest/v1/ApplicationTransferParam) } ], \"applicationTransferStatus\": string } ``` |\n\n| Fields ||\n|-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `applicationId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The application's ID. |\n| `applicationTransferParams[]` | `object (`[ApplicationTransferParam](/workspace/admin/data-transfer/reference/rest/v1/ApplicationTransferParam)`)` The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference. |\n| `applicationTransferStatus` | `string` Read-only. Current status of transfer for this application. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| ### [get](/workspace/admin/data-transfer/reference/rest/v1/transfers/get) | Retrieves a data transfer request by its resource ID. |\n| ### [insert](/workspace/admin/data-transfer/reference/rest/v1/transfers/insert) | Inserts a data transfer request. |\n| ### [list](/workspace/admin/data-transfer/reference/rest/v1/transfers/list) | Lists the transfers for a customer by source user, destination user, or status. |"]]