Domains
class Domains extends Resource (View source)
The "domains" collection of methods.
Typical usage is:
$gmailpostmastertoolsService = new Google\Service\PostmasterTools(...);
$domains = $gmailpostmastertoolsService->domains;
Methods
Gets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist. (domains.get)
Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.
Details
Domain
get(string $name, array $optParams = [])
Gets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist. (domains.get)
ListDomainsResponse
listDomains(array $optParams = [])
Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.
(domains.listDomains)