/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
AndroidProvisioningPartner
/
/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidProvisioningPartner
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AndroiddeviceprovisioningEmpty.php
926
0644
edit
dl
rm
ClaimDeviceRequest.php
2232
0644
edit
dl
rm
ClaimDeviceResponse.php
1432
0644
edit
dl
rm
ClaimDevicesRequest.php
1242
0644
edit
dl
rm
Company.php
3157
0644
edit
dl
rm
Configuration.php
3749
0644
edit
dl
rm
CreateCustomerRequest.php
1203
0644
edit
dl
rm
CustomerApplyConfigurationRequest.php
1552
0644
edit
dl
rm
CustomerListConfigurationsResponse.php
1362
0644
edit
dl
rm
CustomerListCustomersResponse.php
1581
0644
edit
dl
rm
CustomerListDevicesResponse.php
1554
0644
edit
dl
rm
CustomerListDpcsResponse.php
1212
0644
edit
dl
rm
CustomerRemoveConfigurationRequest.php
1258
0644
edit
dl
rm
CustomerUnclaimDeviceRequest.php
1240
0644
edit
dl
rm
Device.php
2775
0644
edit
dl
rm
DeviceClaim.php
2771
0644
edit
dl
rm
DeviceIdentifier.php
2174
0644
edit
dl
rm
DeviceMetadata.php
1140
0644
edit
dl
rm
DeviceReference.php
1547
0644
edit
dl
rm
DevicesLongRunningOperationMetadata.php
1794
0644
edit
dl
rm
DevicesLongRunningOperationResponse.php
1670
0644
edit
dl
rm
Dpc.php
1618
0644
edit
dl
rm
FindDevicesByDeviceIdentifierRequest.php
1858
0644
edit
dl
rm
FindDevicesByDeviceIdentifierResponse.php
1844
0644
edit
dl
rm
FindDevicesByOwnerRequest.php
2036
0644
edit
dl
rm
FindDevicesByOwnerResponse.php
1811
0644
edit
dl
rm
ListCustomersResponse.php
1817
0644
edit
dl
rm
ListVendorCustomersResponse.php
1835
0644
edit
dl
rm
ListVendorsResponse.php
1793
0644
edit
dl
rm
Operation.php
2131
0644
edit
dl
rm
OperationPerDevice.php
2275
0644
edit
dl
rm
PartnerClaim.php
2214
0644
edit
dl
rm
PartnerUnclaim.php
2496
0644
edit
dl
rm
PerDeviceStatusInBatch.php
2014
0644
edit
dl
rm
Status.php
1639
0644
edit
dl
rm
UnclaimDeviceRequest.php
2514
0644
edit
dl
rm
UnclaimDevicesRequest.php
1272
0644
edit
dl
rm
UpdateDeviceMetadataInBatchRequest.php
1329
0644
edit
dl
rm
UpdateDeviceMetadataRequest.php
1297
0644
edit
dl
rm
UpdateMetadataArguments.php
1950
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Dpc.php
(1618B)
<?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\AndroidProvisioningPartner; class Dpc extends \Google\Model { /** * @var string */ public $dpcName; /** * @var string */ public $name; /** * @var string */ public $packageName; /** * @param string */ public function setDpcName($dpcName) { $this->dpcName = $dpcName; } /** * @return string */ public function getDpcName() { return $this->dpcName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPackageName($packageName) { $this->packageName = $packageName; } /** * @return string */ public function getPackageName() { return $this->packageName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Dpc::class, 'Google_Service_AndroidProvisioningPartner_Dpc');
Save
cmd:
run