The "applications" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($applicationId, $optParams=array()) |
| Retrieves information about an application for the given application ID.
|
|
| listApplications ($optParams=array()) |
| Lists the applications available for data transfer for a customer.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "applications" collection of methods.
Typical usage is: $adminService = new Google_Service_DataTransfer(...); $applications = $adminService->applications;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_DataTransfer_Applications_Resource::get |
( |
| $applicationId, |
|
|
| $optParams = array() ) |
Retrieves information about an application for the given application ID.
(applications.get)
- Parameters
-
string | $applicationId | ID of the application resource to be retrieved. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listApplications()
Google_Service_DataTransfer_Applications_Resource::listApplications |
( |
| $optParams = array() | ) |
|
Lists the applications available for data transfer for a customer.
(applications.listApplications)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string pageToken Token to specify next page in the list. @opt_param string customerId Immutable ID of the Google Apps account. @opt_param string maxResults Maximum number of results to return. Default is 100.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/DataTransfer.php