/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
Dns
/
/var/www/flurhymez/vendor/google/apiclient-services/src/Dns
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Change.php
2775
0644
edit
dl
rm
ChangesListResponse.php
2033
0644
edit
dl
rm
DnsKey.php
3729
0644
edit
dl
rm
DnsKeyDigest.php
1309
0644
edit
dl
rm
DnsKeysListResponse.php
2033
0644
edit
dl
rm
DnsKeySpec.php
1848
0644
edit
dl
rm
ManagedZone.php
6767
0644
edit
dl
rm
ManagedZoneCloudLoggingConfig.php
1403
0644
edit
dl
rm
ManagedZoneDnsSecConfig.php
2048
0644
edit
dl
rm
ManagedZoneForwardingConfig.php
1646
0644
edit
dl
rm
ManagedZoneForwardingConfigNameServerTarget.php
1741
0644
edit
dl
rm
ManagedZoneOperationsListResponse.php
2111
0644
edit
dl
rm
ManagedZonePeeringConfig.php
1560
0644
edit
dl
rm
ManagedZonePeeringConfigTargetNetwork.php
1716
0644
edit
dl
rm
ManagedZonePrivateVisibilityConfig.php
1580
0644
edit
dl
rm
ManagedZonePrivateVisibilityConfigNetwork.php
1424
0644
edit
dl
rm
ManagedZoneReverseLookupConfig.php
1115
0644
edit
dl
rm
ManagedZoneServiceDirectoryConfig.php
1575
0644
edit
dl
rm
ManagedZoneServiceDirectoryConfigNamespace.php
1731
0644
edit
dl
rm
ManagedZonesListResponse.php
2108
0644
edit
dl
rm
Operation.php
3067
0644
edit
dl
rm
OperationDnsKeyContext.php
1455
0644
edit
dl
rm
OperationManagedZoneContext.php
1510
0644
edit
dl
rm
PoliciesListResponse.php
2045
0644
edit
dl
rm
PoliciesPatchResponse.php
1452
0644
edit
dl
rm
PoliciesUpdateResponse.php
1455
0644
edit
dl
rm
Policy.php
3360
0644
edit
dl
rm
PolicyAlternativeNameServerConfig.php
1682
0644
edit
dl
rm
PolicyAlternativeNameServerConfigTargetNameServer.php
1759
0644
edit
dl
rm
PolicyNetwork.php
1340
0644
edit
dl
rm
Project.php
1785
0644
edit
dl
rm
Quota.php
5964
0644
edit
dl
rm
ResourceRecordSet.php
2402
0644
edit
dl
rm
ResourceRecordSetsDeleteResponse.php
886
0644
edit
dl
rm
ResourceRecordSetsListResponse.php
2090
0644
edit
dl
rm
ResponseHeader.php
1116
0644
edit
dl
rm
ResponsePoliciesListResponse.php
1931
0644
edit
dl
rm
ResponsePoliciesPatchResponse.php
1572
0644
edit
dl
rm
ResponsePoliciesUpdateResponse.php
1575
0644
edit
dl
rm
ResponsePolicy.php
2295
0644
edit
dl
rm
ResponsePolicyNetwork.php
1364
0644
edit
dl
rm
ResponsePolicyRule.php
2249
0644
edit
dl
rm
ResponsePolicyRuleLocalData.php
1271
0644
edit
dl
rm
ResponsePolicyRulesListResponse.php
1979
0644
edit
dl
rm
ResponsePolicyRulesPatchResponse.php
1629
0644
edit
dl
rm
ResponsePolicyRulesUpdateResponse.php
1632
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/Dns/Quota.php
(5964B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Dns; class Quota extends \Google\Collection { protected $collection_key = 'whitelistedKeySpecs'; /** * @var int */ public $dnsKeysPerManagedZone; /** * @var string */ public $kind; /** * @var int */ public $managedZones; /** * @var int */ public $managedZonesPerNetwork; /** * @var int */ public $networksPerManagedZone; /** * @var int */ public $networksPerPolicy; /** * @var int */ public $policies; /** * @var int */ public $resourceRecordsPerRrset; /** * @var int */ public $rrsetAdditionsPerChange; /** * @var int */ public $rrsetDeletionsPerChange; /** * @var int */ public $rrsetsPerManagedZone; /** * @var int */ public $targetNameServersPerManagedZone; /** * @var int */ public $targetNameServersPerPolicy; /** * @var int */ public $totalRrdataSizePerChange; protected $whitelistedKeySpecsType = DnsKeySpec::class; protected $whitelistedKeySpecsDataType = 'array'; /** * @param int */ public function setDnsKeysPerManagedZone($dnsKeysPerManagedZone) { $this->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');
Save
cmd:
run