AppsDomainMappings
class AppsDomainMappings extends Resource (View source)
The "domainMappings" collection of methods.
Typical usage is:
$appengineService = new Google\Service\Appengine(...);
$domainMappings = $appengineService->apps_domainMappings;
Methods
Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.
Gets the specified domain mapping. (domainMappings.get)
Lists the domain mappings on an application.
Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource.
Details
Operation
create(string $appsId, DomainMapping $postBody, array $optParams = [])
Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
(domainMappings.create)
Operation
delete(string $appsId, string $domainMappingsId, array $optParams = [])
Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.
(domainMappings.delete)
DomainMapping
get(string $appsId, string $domainMappingsId, array $optParams = [])
Gets the specified domain mapping. (domainMappings.get)
ListDomainMappingsResponse
listAppsDomainMappings(string $appsId, array $optParams = [])
Lists the domain mappings on an application.
(domainMappings.listAppsDomainMappings)
Operation
patch(string $appsId, string $domainMappingsId, DomainMapping $postBody, array $optParams = [])
Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource.
A user must be authorized to administer the associated domain in order to update a DomainMapping resource. (domainMappings.patch)