/var/www/flurhymez/vendor/google/apiclient-services/src/Dns
NameSizeModeActions
Resource/-0755rm
Change.php27750644editdlrm
ChangesListResponse.php20330644editdlrm
DnsKey.php37290644editdlrm
DnsKeyDigest.php13090644editdlrm
DnsKeysListResponse.php20330644editdlrm
DnsKeySpec.php18480644editdlrm
ManagedZone.php67670644editdlrm
ManagedZoneCloudLoggingConfig.php14030644editdlrm
ManagedZoneDnsSecConfig.php20480644editdlrm
ManagedZoneForwardingConfig.php16460644editdlrm
ManagedZoneForwardingConfigNameServerTarget.php17410644editdlrm
ManagedZoneOperationsListResponse.php21110644editdlrm
ManagedZonePeeringConfig.php15600644editdlrm
ManagedZonePeeringConfigTargetNetwork.php17160644editdlrm
ManagedZonePrivateVisibilityConfig.php15800644editdlrm
ManagedZonePrivateVisibilityConfigNetwork.php14240644editdlrm
ManagedZoneReverseLookupConfig.php11150644editdlrm
ManagedZoneServiceDirectoryConfig.php15750644editdlrm
ManagedZoneServiceDirectoryConfigNamespace.php17310644editdlrm
ManagedZonesListResponse.php21080644editdlrm
Operation.php30670644editdlrm
OperationDnsKeyContext.php14550644editdlrm
OperationManagedZoneContext.php15100644editdlrm
PoliciesListResponse.php20450644editdlrm
PoliciesPatchResponse.php14520644editdlrm
PoliciesUpdateResponse.php14550644editdlrm
Policy.php33600644editdlrm
PolicyAlternativeNameServerConfig.php16820644editdlrm
PolicyAlternativeNameServerConfigTargetNameServer.php17590644editdlrm
PolicyNetwork.php13400644editdlrm
Project.php17850644editdlrm
Quota.php59640644editdlrm
ResourceRecordSet.php24020644editdlrm
ResourceRecordSetsDeleteResponse.php8860644editdlrm
ResourceRecordSetsListResponse.php20900644editdlrm
ResponseHeader.php11160644editdlrm
ResponsePoliciesListResponse.php19310644editdlrm
ResponsePoliciesPatchResponse.php15720644editdlrm
ResponsePoliciesUpdateResponse.php15750644editdlrm
ResponsePolicy.php22950644editdlrm
ResponsePolicyNetwork.php13640644editdlrm
ResponsePolicyRule.php22490644editdlrm
ResponsePolicyRuleLocalData.php12710644editdlrm
ResponsePolicyRulesListResponse.php19790644editdlrm
ResponsePolicyRulesPatchResponse.php16290644editdlrm
ResponsePolicyRulesUpdateResponse.php16320644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Dns/Quota.php (5964B)
dnsKeysPerManagedZone = $dnsKeysPerManagedZone; } /** * @return int */ public function getDnsKeysPerManagedZone() { return $this->dnsKeysPerManagedZone; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param int */ public function setManagedZones($managedZones) { $this->managedZones = $managedZones; } /** * @return int */ public function getManagedZones() { return $this->managedZones; } /** * @param int */ public function setManagedZonesPerNetwork($managedZonesPerNetwork) { $this->managedZonesPerNetwork = $managedZonesPerNetwork; } /** * @return int */ public function getManagedZonesPerNetwork() { return $this->managedZonesPerNetwork; } /** * @param int */ public function setNetworksPerManagedZone($networksPerManagedZone) { $this->networksPerManagedZone = $networksPerManagedZone; } /** * @return int */ public function getNetworksPerManagedZone() { return $this->networksPerManagedZone; } /** * @param int */ public function setNetworksPerPolicy($networksPerPolicy) { $this->networksPerPolicy = $networksPerPolicy; } /** * @return int */ public function getNetworksPerPolicy() { return $this->networksPerPolicy; } /** * @param int */ public function setPolicies($policies) { $this->policies = $policies; } /** * @return int */ public function getPolicies() { return $this->policies; } /** * @param int */ public function setResourceRecordsPerRrset($resourceRecordsPerRrset) { $this->resourceRecordsPerRrset = $resourceRecordsPerRrset; } /** * @return int */ public function getResourceRecordsPerRrset() { return $this->resourceRecordsPerRrset; } /** * @param int */ public function setRrsetAdditionsPerChange($rrsetAdditionsPerChange) { $this->rrsetAdditionsPerChange = $rrsetAdditionsPerChange; } /** * @return int */ public function getRrsetAdditionsPerChange() { return $this->rrsetAdditionsPerChange; } /** * @param int */ public function setRrsetDeletionsPerChange($rrsetDeletionsPerChange) { $this->rrsetDeletionsPerChange = $rrsetDeletionsPerChange; } /** * @return int */ public function getRrsetDeletionsPerChange() { return $this->rrsetDeletionsPerChange; } /** * @param int */ public function setRrsetsPerManagedZone($rrsetsPerManagedZone) { $this->rrsetsPerManagedZone = $rrsetsPerManagedZone; } /** * @return int */ public function getRrsetsPerManagedZone() { return $this->rrsetsPerManagedZone; } /** * @param int */ public function setTargetNameServersPerManagedZone($targetNameServersPerManagedZone) { $this->targetNameServersPerManagedZone = $targetNameServersPerManagedZone; } /** * @return int */ public function getTargetNameServersPerManagedZone() { return $this->targetNameServersPerManagedZone; } /** * @param int */ public function setTargetNameServersPerPolicy($targetNameServersPerPolicy) { $this->targetNameServersPerPolicy = $targetNameServersPerPolicy; } /** * @return int */ public function getTargetNameServersPerPolicy() { return $this->targetNameServersPerPolicy; } /** * @param int */ public function setTotalRrdataSizePerChange($totalRrdataSizePerChange) { $this->totalRrdataSizePerChange = $totalRrdataSizePerChange; } /** * @return int */ public function getTotalRrdataSizePerChange() { return $this->totalRrdataSizePerChange; } /** * @param DnsKeySpec[] */ public function setWhitelistedKeySpecs($whitelistedKeySpecs) { $this->whitelistedKeySpecs = $whitelistedKeySpecs; } /** * @return DnsKeySpec[] */ public function getWhitelistedKeySpecs() { return $this->whitelistedKeySpecs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Quota::class, 'Google_Service_Dns_Quota');