REST Resource: applications
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: Application
アプリケーション リソースは、ユーザーデータの所有権の移行をサポートするドメインにインストールされているアプリケーションを表します。
JSON 表現 |
{
"id": string,
"name": string,
"transferParams": [
{
object (ApplicationTransferParam )
}
],
"kind": string,
"etag": string
} |
フィールド |
id |
string (int64 format)
アプリケーションの ID。applications.list() メソッドを使用して取得できます。
|
name |
string
アプリケーションの名前。
|
transferParams[] |
object (ApplicationTransferParam )
このアプリケーションで使用可能なすべての転送パラメータのリスト。これらのパラメータでは、移行するユーザーデータのカテゴリを選択します。
|
kind |
string
リソースを DataTransfer アプリケーション リソースとして識別します。
|
etag |
string
リソースの Etag。
|
メソッド |
|
指定したアプリケーション ID のアプリケーションに関する情報を取得します。 |
|
お客様のデータ転送に使用できるアプリケーションを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-24 UTC。
[null,null,["最終更新日 2025-07-24 UTC。"],[],[],null,["# REST Resource: applications\n\nResource: Application\n---------------------\n\nApplication resources represent applications installed on the domain that support transferring ownership of user data.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"transferParams\": [ { object (/workspace/admin/data-transfer/reference/rest/v1/ApplicationTransferParam) } ], \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The application's ID. Retrievable by using the [`applications.list()`](https://developers.google.com/workspace/admin/data-transfer/reference/rest/v1/applications/list) method. |\n| `name` | `string` The application's name. |\n| `transferParams[]` | `object (`[ApplicationTransferParam](/workspace/admin/data-transfer/reference/rest/v1/ApplicationTransferParam)`)` The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer. |\n| `kind` | `string` Identifies the resource as a DataTransfer Application Resource. |\n| `etag` | `string` Etag of the resource. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|--------------------------------------------------------------------------|\n| ### [get](/workspace/admin/data-transfer/reference/rest/v1/applications/get) | Retrieves information about an application for the given application ID. |\n| ### [list](/workspace/admin/data-transfer/reference/rest/v1/applications/list) | Lists the applications available for data transfer for a customer. |"]]