Lines Matching full:dns
23 * Service definition for Dns (v2).
30 * <a href="https://cloud.google.com/dns/docs" target="_blank">Documentation</a>
35 class Dns extends \Google\Service class
43 /** View your DNS records hosted by Google Cloud DNS. */
46 /** View and manage your DNS records hosted by Google Cloud DNS. */
61 * Constructs the internal representation of the Dns service.
70 $this->rootUrl = $rootUrl ?: 'https://dns.googleapis.com/';
74 $this->serviceName = 'dns';
76 $this->changes = new Dns\Resource\Changes(
83 … 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/changes',
107 …'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/changes/{chan…
136 … 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/changes',
175 $this->dnsKeys = new Dns\Resource\DnsKeys(
182 …'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/dnsKeys/{dnsK…
215 … 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/dnsKeys',
250 $this->managedZoneOperations = new Dns\Resource\ManagedZoneOperations(
257 …'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/operations/{o…
286 … 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/operations',
321 $this->managedZones = new Dns\Resource\ManagedZones(
328 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones',
347 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}',
371 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}',
395 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones',
422 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}',
446 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}',
473 $this->policies = new Dns\Resource\Policies(
480 'path' => 'dns/v2/projects/{project}/locations/{location}/policies',
499 'path' => 'dns/v2/projects/{project}/locations/{location}/policies/{policy}',
523 'path' => 'dns/v2/projects/{project}/locations/{location}/policies/{policy}',
547 'path' => 'dns/v2/projects/{project}/locations/{location}/policies',
570 'path' => 'dns/v2/projects/{project}/locations/{location}/policies/{policy}',
594 'path' => 'dns/v2/projects/{project}/locations/{location}/policies/{policy}',
621 $this->projects = new Dns\Resource\Projects(
628 'path' => 'dns/v2/projects/{project}/locations/{location}',
650 $this->resourceRecordSets = new Dns\Resource\ResourceRecordSets(
657 … 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/rrsets',
681 …'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/rrsets/{name}…
715 …'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/rrsets/{name}…
749 … 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/rrsets',
785 …'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/rrsets/{name}…
822 $this->responsePolicies = new Dns\Resource\ResponsePolicies(
829 'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies',
848 … 'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}',
872 … 'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}',
896 'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies',
919 … 'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}',
943 … 'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}',
970 $this->responsePolicyRules = new Dns\Resource\ResponsePolicyRules(
977 …'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules',
1001 …'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules/…
1030 …'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules/…
1059 …'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules',
1087 …'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules/…
1116 …'path' => 'dns/v2/projects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules/…
1152 class_alias(Dns::class, 'Google_Service_Dns');