REST Resource: applications
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Application
Application resources represent applications installed on the domain that support transferring ownership of user data.
JSON representation |
{
"id": string,
"name": string,
"transferParams": [
{
object (ApplicationTransferParam )
}
],
"kind": string,
"etag": string
} |
Fields |
id |
string (int64 format)
The application's ID. Retrievable by using the applications.list() method.
|
name |
string
The application's name.
|
transferParams[] |
object (ApplicationTransferParam )
The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer.
|
kind |
string
Identifies the resource as a DataTransfer Application Resource.
|
etag |
string
Etag of the resource.
|
Methods |
|
Retrieves information about an application for the given application ID. |
|
Lists the applications available for data transfer for a customer. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-08-22 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."]]