!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)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/DataFusion/   drwxr-xr-x
Free 13.02 GB of 57.97 GB (22.46%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Instance.php (6.4 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.
 */

class Google_Service_DataFusion_Instance extends Google_Collection
{
  protected 
$collection_key 'availableVersion';
  protected 
$acceleratorsType 'Google_Service_DataFusion_Accelerator';
  protected 
$acceleratorsDataType 'array';
  public 
$apiEndpoint;
  protected 
$availableVersionType 'Google_Service_DataFusion_Version';
  protected 
$availableVersionDataType 'array';
  public 
$createTime;
  public 
$dataprocServiceAccount;
  public 
$description;
  public 
$displayName;
  public 
$enableRbac;
  public 
$enableStackdriverLogging;
  public 
$enableStackdriverMonitoring;
  public 
$gcsBucket;
  public 
$labels;
  public 
$name;
  protected 
$networkConfigType 'Google_Service_DataFusion_NetworkConfig';
  protected 
$networkConfigDataType '';
  public 
$options;
  public 
$p4ServiceAccount;
  public 
$privateInstance;
  public 
$serviceAccount;
  public 
$serviceEndpoint;
  public 
$state;
  public 
$stateMessage;
  public 
$tenantProjectId;
  public 
$type;
  public 
$updateTime;
  public 
$version;
  public 
$zone;

  
/**
   * @param Google_Service_DataFusion_Accelerator[]
   */
  
public function setAccelerators($accelerators)
  {
    
$this->accelerators $accelerators;
  }
  
/**
   * @return Google_Service_DataFusion_Accelerator[]
   */
  
public function getAccelerators()
  {
    return 
$this->accelerators;
  }
  public function 
setApiEndpoint($apiEndpoint)
  {
    
$this->apiEndpoint $apiEndpoint;
  }
  public function 
getApiEndpoint()
  {
    return 
$this->apiEndpoint;
  }
  
/**
   * @param Google_Service_DataFusion_Version[]
   */
  
public function setAvailableVersion($availableVersion)
  {
    
$this->availableVersion $availableVersion;
  }
  
/**
   * @return Google_Service_DataFusion_Version[]
   */
  
public function getAvailableVersion()
  {
    return 
$this->availableVersion;
  }
  public function 
setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  public function 
getCreateTime()
  {
    return 
$this->createTime;
  }
  public function 
setDataprocServiceAccount($dataprocServiceAccount)
  {
    
$this->dataprocServiceAccount $dataprocServiceAccount;
  }
  public function 
getDataprocServiceAccount()
  {
    return 
$this->dataprocServiceAccount;
  }
  public function 
setDescription($description)
  {
    
$this->description $description;
  }
  public function 
getDescription()
  {
    return 
$this->description;
  }
  public function 
setDisplayName($displayName)
  {
    
$this->displayName $displayName;
  }
  public function 
getDisplayName()
  {
    return 
$this->displayName;
  }
  public function 
setEnableRbac($enableRbac)
  {
    
$this->enableRbac $enableRbac;
  }
  public function 
getEnableRbac()
  {
    return 
$this->enableRbac;
  }
  public function 
setEnableStackdriverLogging($enableStackdriverLogging)
  {
    
$this->enableStackdriverLogging $enableStackdriverLogging;
  }
  public function 
getEnableStackdriverLogging()
  {
    return 
$this->enableStackdriverLogging;
  }
  public function 
setEnableStackdriverMonitoring($enableStackdriverMonitoring)
  {
    
$this->enableStackdriverMonitoring $enableStackdriverMonitoring;
  }
  public function 
getEnableStackdriverMonitoring()
  {
    return 
$this->enableStackdriverMonitoring;
  }
  public function 
setGcsBucket($gcsBucket)
  {
    
$this->gcsBucket $gcsBucket;
  }
  public function 
getGcsBucket()
  {
    return 
$this->gcsBucket;
  }
  public function 
setLabels($labels)
  {
    
$this->labels $labels;
  }
  public function 
getLabels()
  {
    return 
$this->labels;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  
/**
   * @param Google_Service_DataFusion_NetworkConfig
   */
  
public function setNetworkConfig(Google_Service_DataFusion_NetworkConfig $networkConfig)
  {
    
$this->networkConfig $networkConfig;
  }
  
/**
   * @return Google_Service_DataFusion_NetworkConfig
   */
  
public function getNetworkConfig()
  {
    return 
$this->networkConfig;
  }
  public function 
setOptions($options)
  {
    
$this->options $options;
  }
  public function 
getOptions()
  {
    return 
$this->options;
  }
  public function 
setP4ServiceAccount($p4ServiceAccount)
  {
    
$this->p4ServiceAccount $p4ServiceAccount;
  }
  public function 
getP4ServiceAccount()
  {
    return 
$this->p4ServiceAccount;
  }
  public function 
setPrivateInstance($privateInstance)
  {
    
$this->privateInstance $privateInstance;
  }
  public function 
getPrivateInstance()
  {
    return 
$this->privateInstance;
  }
  public function 
setServiceAccount($serviceAccount)
  {
    
$this->serviceAccount $serviceAccount;
  }
  public function 
getServiceAccount()
  {
    return 
$this->serviceAccount;
  }
  public function 
setServiceEndpoint($serviceEndpoint)
  {
    
$this->serviceEndpoint $serviceEndpoint;
  }
  public function 
getServiceEndpoint()
  {
    return 
$this->serviceEndpoint;
  }
  public function 
setState($state)
  {
    
$this->state $state;
  }
  public function 
getState()
  {
    return 
$this->state;
  }
  public function 
setStateMessage($stateMessage)
  {
    
$this->stateMessage $stateMessage;
  }
  public function 
getStateMessage()
  {
    return 
$this->stateMessage;
  }
  public function 
setTenantProjectId($tenantProjectId)
  {
    
$this->tenantProjectId $tenantProjectId;
  }
  public function 
getTenantProjectId()
  {
    return 
$this->tenantProjectId;
  }
  public function 
setType($type)
  {
    
$this->type $type;
  }
  public function 
getType()
  {
    return 
$this->type;
  }
  public function 
setUpdateTime($updateTime)
  {
    
$this->updateTime $updateTime;
  }
  public function 
getUpdateTime()
  {
    return 
$this->updateTime;
  }
  public function 
setVersion($version)
  {
    
$this->version $version;
  }
  public function 
getVersion()
  {
    return 
$this->version;
  }
  public function 
setZone($zone)
  {
    
$this->zone $zone;
  }
  public function 
getZone()
  {
    return 
$this->zone;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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