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
सिर्फ़ पढ़ने के लिए. इस ऐप्लिकेशन के लिए, ट्रांसफ़र की मौजूदा स्थिति.
|
तरीके |
|
डेटा ट्रांसफ़र के अनुरोध को उसके संसाधन आईडी के हिसाब से वापस लाता है. |
|
डेटा ट्रांसफ़र करने का अनुरोध डालता है. |
|
सोर्स उपयोगकर्ता, डेस्टिनेशन उपयोगकर्ता या स्थिति के हिसाब से, किसी ग्राहक के लिए ट्रांसफ़र की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]