REST Resource: transfers
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: DataTransfer
Transfer リソースは、ユーザー間でのユーザーデータの所有権の移行を表します。
JSON 表現 |
{
"id": string,
"oldOwnerUserId": string,
"newOwnerUserId": string,
"applicationDataTransfers": [
{
object (ApplicationDataTransfer )
}
],
"overallTransferStatusCode": string,
"kind": string,
"etag": string,
"requestTime": string
} |
フィールド |
id |
string
読み取り専用。移行の ID。
|
oldOwnerUserId |
string
データの転送元のユーザーの ID。
|
newOwnerUserId |
string
データを転送するユーザーの ID。
|
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)
アプリケーションの ID。
|
applicationTransferParams[] |
object (ApplicationTransferParam )
アプリケーションの転送パラメータ。これらのパラメータは、このアプリケーションのコンテキストで転送されるデータを選択するために使用されます。各アプリケーションで使用できる特定の値の詳細については、転送パラメータのリファレンスをご覧ください。
|
applicationTransferStatus |
string
読み取り専用。この申請の移行の現在のステータス。
|
メソッド |
|
リソース ID でデータ転送リクエストを取得します。 |
|
データ転送リクエストを挿入します。 |
|
移行元のユーザー、移行先のユーザー、ステータス別に、お客様の移行を一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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. |"]]