Domains
class Domains extends Resource (View source)
The "domains" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$domains = $adminService->domains;
Methods
delete(string $customer, string $domainName, array $optParams = [])
Deletes a domain of the customer. (domains.delete)
get(string $customer, string $domainName, array $optParams = [])
Retrieves a domain of the customer. (domains.get)
listDomains(string $customer, array $optParams = [])
Lists the domains of the customer. (domains.listDomains)
Details
delete(string $customer, string $domainName, array $optParams = [])
Deletes a domain of the customer. (domains.delete)
Domains
get(string $customer, string $domainName, array $optParams = [])
Retrieves a domain of the customer. (domains.get)
Domains
insert(string $customer, Domains $postBody, array $optParams = [])
Inserts a domain of the customer. (domains.insert)
Domains2
listDomains(string $customer, array $optParams = [])
Lists the domains of the customer. (domains.listDomains)