!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/DLP/   drwxrwxrwx
Free 13.01 GB of 57.97 GB (22.44%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GooglePrivacyDlpV2PrimitiveTransformation.php (6.88 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_DLP_GooglePrivacyDlpV2PrimitiveTransformation extends Google_Model
{
  protected 
$bucketingConfigType 'Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig';
  protected 
$bucketingConfigDataType '';
  protected 
$characterMaskConfigType 'Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig';
  protected 
$characterMaskConfigDataType '';
  protected 
$cryptoDeterministicConfigType 'Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig';
  protected 
$cryptoDeterministicConfigDataType '';
  protected 
$cryptoHashConfigType 'Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig';
  protected 
$cryptoHashConfigDataType '';
  protected 
$cryptoReplaceFfxFpeConfigType 'Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig';
  protected 
$cryptoReplaceFfxFpeConfigDataType '';
  protected 
$dateShiftConfigType 'Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig';
  protected 
$dateShiftConfigDataType '';
  protected 
$fixedSizeBucketingConfigType 'Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig';
  protected 
$fixedSizeBucketingConfigDataType '';
  protected 
$redactConfigType 'Google_Service_DLP_GooglePrivacyDlpV2RedactConfig';
  protected 
$redactConfigDataType '';
  protected 
$replaceConfigType 'Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig';
  protected 
$replaceConfigDataType '';
  protected 
$replaceWithInfoTypeConfigType 'Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig';
  protected 
$replaceWithInfoTypeConfigDataType '';
  protected 
$timePartConfigType 'Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig';
  protected 
$timePartConfigDataType '';

  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig
   */
  
public function setBucketingConfig(Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig $bucketingConfig)
  {
    
$this->bucketingConfig $bucketingConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig
   */
  
public function getBucketingConfig()
  {
    return 
$this->bucketingConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig
   */
  
public function setCharacterMaskConfig(Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig $characterMaskConfig)
  {
    
$this->characterMaskConfig $characterMaskConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig
   */
  
public function getCharacterMaskConfig()
  {
    return 
$this->characterMaskConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig
   */
  
public function setCryptoDeterministicConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig $cryptoDeterministicConfig)
  {
    
$this->cryptoDeterministicConfig $cryptoDeterministicConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoDeterministicConfig
   */
  
public function getCryptoDeterministicConfig()
  {
    return 
$this->cryptoDeterministicConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig
   */
  
public function setCryptoHashConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig $cryptoHashConfig)
  {
    
$this->cryptoHashConfig $cryptoHashConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig
   */
  
public function getCryptoHashConfig()
  {
    return 
$this->cryptoHashConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
   */
  
public function setCryptoReplaceFfxFpeConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig $cryptoReplaceFfxFpeConfig)
  {
    
$this->cryptoReplaceFfxFpeConfig $cryptoReplaceFfxFpeConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
   */
  
public function getCryptoReplaceFfxFpeConfig()
  {
    return 
$this->cryptoReplaceFfxFpeConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig
   */
  
public function setDateShiftConfig(Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig $dateShiftConfig)
  {
    
$this->dateShiftConfig $dateShiftConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig
   */
  
public function getDateShiftConfig()
  {
    return 
$this->dateShiftConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig
   */
  
public function setFixedSizeBucketingConfig(Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig $fixedSizeBucketingConfig)
  {
    
$this->fixedSizeBucketingConfig $fixedSizeBucketingConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig
   */
  
public function getFixedSizeBucketingConfig()
  {
    return 
$this->fixedSizeBucketingConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2RedactConfig
   */
  
public function setRedactConfig(Google_Service_DLP_GooglePrivacyDlpV2RedactConfig $redactConfig)
  {
    
$this->redactConfig $redactConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2RedactConfig
   */
  
public function getRedactConfig()
  {
    return 
$this->redactConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig
   */
  
public function setReplaceConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig $replaceConfig)
  {
    
$this->replaceConfig $replaceConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig
   */
  
public function getReplaceConfig()
  {
    return 
$this->replaceConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
   */
  
public function setReplaceWithInfoTypeConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig)
  {
    
$this->replaceWithInfoTypeConfig $replaceWithInfoTypeConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
   */
  
public function getReplaceWithInfoTypeConfig()
  {
    return 
$this->replaceWithInfoTypeConfig;
  }
  
/**
   * @param Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig
   */
  
public function setTimePartConfig(Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig $timePartConfig)
  {
    
$this->timePartConfig $timePartConfig;
  }
  
/**
   * @return Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig
   */
  
public function getTimePartConfig()
  {
    return 
$this->timePartConfig;
  }
}

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