The "domains" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($customer, $domainName, $optParams=array()) |
| Deletes a domain of the customer.
|
|
| get ($customer, $domainName, $optParams=array()) |
| Retrives a domain of the customer.
|
|
| insert ($customer, Google_Service_Directory_Domains $postBody, $optParams=array()) |
| Inserts a domain of the customer.
|
|
| listDomains ($customer, $optParams=array()) |
| Lists the domains of the customer.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "domains" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $domains = $adminService->domains;
◆ 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
-
◆ delete()
Google_Service_Directory_Domains_Resource::delete |
( |
| $customer, |
|
|
| $domainName, |
|
|
| $optParams = array() ) |
Deletes a domain of the customer.
(domains.delete)
- Parameters
-
string | $customer | Immutable id of the Google Apps account. |
string | $domainName | Name of domain to be deleted |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Directory_Domains_Resource::get |
( |
| $customer, |
|
|
| $domainName, |
|
|
| $optParams = array() ) |
Retrives a domain of the customer.
(domains.get)
- Parameters
-
string | $customer | Immutable id of the Google Apps account. |
string | $domainName | Name of domain to be retrieved |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Inserts a domain of the customer.
(domains.insert)
- Parameters
-
string | $customer | Immutable id of the Google Apps account. |
Google_Domains | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listDomains()
Google_Service_Directory_Domains_Resource::listDomains |
( |
| $customer, |
|
|
| $optParams = array() ) |
Lists the domains of the customer.
(domains.listDomains)
- Parameters
-
string | $customer | Immutable id of the Google Apps account. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php