The "transfers" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($dataTransferId, $optParams=array()) |
| Retrieves a data transfer request by its resource ID.
|
|
| insert (Google_Service_DataTransfer_DataTransfer $postBody, $optParams=array()) |
| Inserts a data transfer request.
|
|
| listTransfers ($optParams=array()) |
| Lists the transfers for a customer by source user, destination user, or status.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "transfers" collection of methods.
Typical usage is: $adminService = new Google_Service_DataTransfer(...); $transfers = $adminService->transfers;
◆ 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_Transfers_Resource::get |
( |
| $dataTransferId, |
|
|
| $optParams = array() ) |
Retrieves a data transfer request by its resource ID.
(transfers.get)
- Parameters
-
string | $dataTransferId | ID of the resource to be retrieved. This is returned in the response from the insert method. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Inserts a data transfer request.
(transfers.insert)
- Parameters
-
Google_DataTransfer | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTransfers()
Google_Service_DataTransfer_Transfers_Resource::listTransfers |
( |
| $optParams = array() | ) |
|
Lists the transfers for a customer by source user, destination user, or status.
(transfers.listTransfers)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string status Status of the transfer. @opt_param int maxResults Maximum number of results to return. Default is 100. @opt_param string newOwnerUserId Destination user's profile ID. @opt_param string oldOwnerUserId Source user's profile ID. @opt_param string pageToken Token to specify the next page in the list. @opt_param string customerId Immutable ID of the Google Apps account.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/DataTransfer.php