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


Viewing file:     Job.php (6.82 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_Dataflow_Job extends Google_Collection
{
  protected 
$collection_key 'tempFiles';
  public 
$clientRequestId;
  public 
$createTime;
  public 
$createdFromSnapshotId;
  public 
$currentState;
  public 
$currentStateTime;
  protected 
$environmentType 'Google_Service_Dataflow_Environment';
  protected 
$environmentDataType '';
  protected 
$executionInfoType 'Google_Service_Dataflow_JobExecutionInfo';
  protected 
$executionInfoDataType '';
  public 
$id;
  protected 
$jobMetadataType 'Google_Service_Dataflow_JobMetadata';
  protected 
$jobMetadataDataType '';
  public 
$labels;
  public 
$location;
  public 
$name;
  protected 
$pipelineDescriptionType 'Google_Service_Dataflow_PipelineDescription';
  protected 
$pipelineDescriptionDataType '';
  public 
$projectId;
  public 
$replaceJobId;
  public 
$replacedByJobId;
  public 
$requestedState;
  public 
$satisfiesPzs;
  protected 
$stageStatesType 'Google_Service_Dataflow_ExecutionStageState';
  protected 
$stageStatesDataType 'array';
  public 
$startTime;
  protected 
$stepsType 'Google_Service_Dataflow_Step';
  protected 
$stepsDataType 'array';
  public 
$stepsLocation;
  public 
$tempFiles;
  public 
$transformNameMapping;
  public 
$type;

  public function 
setClientRequestId($clientRequestId)
  {
    
$this->clientRequestId $clientRequestId;
  }
  public function 
getClientRequestId()
  {
    return 
$this->clientRequestId;
  }
  public function 
setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  public function 
getCreateTime()
  {
    return 
$this->createTime;
  }
  public function 
setCreatedFromSnapshotId($createdFromSnapshotId)
  {
    
$this->createdFromSnapshotId $createdFromSnapshotId;
  }
  public function 
getCreatedFromSnapshotId()
  {
    return 
$this->createdFromSnapshotId;
  }
  public function 
setCurrentState($currentState)
  {
    
$this->currentState $currentState;
  }
  public function 
getCurrentState()
  {
    return 
$this->currentState;
  }
  public function 
setCurrentStateTime($currentStateTime)
  {
    
$this->currentStateTime $currentStateTime;
  }
  public function 
getCurrentStateTime()
  {
    return 
$this->currentStateTime;
  }
  
/**
   * @param Google_Service_Dataflow_Environment
   */
  
public function setEnvironment(Google_Service_Dataflow_Environment $environment)
  {
    
$this->environment $environment;
  }
  
/**
   * @return Google_Service_Dataflow_Environment
   */
  
public function getEnvironment()
  {
    return 
$this->environment;
  }
  
/**
   * @param Google_Service_Dataflow_JobExecutionInfo
   */
  
public function setExecutionInfo(Google_Service_Dataflow_JobExecutionInfo $executionInfo)
  {
    
$this->executionInfo $executionInfo;
  }
  
/**
   * @return Google_Service_Dataflow_JobExecutionInfo
   */
  
public function getExecutionInfo()
  {
    return 
$this->executionInfo;
  }
  public function 
setId($id)
  {
    
$this->id $id;
  }
  public function 
getId()
  {
    return 
$this->id;
  }
  
/**
   * @param Google_Service_Dataflow_JobMetadata
   */
  
public function setJobMetadata(Google_Service_Dataflow_JobMetadata $jobMetadata)
  {
    
$this->jobMetadata $jobMetadata;
  }
  
/**
   * @return Google_Service_Dataflow_JobMetadata
   */
  
public function getJobMetadata()
  {
    return 
$this->jobMetadata;
  }
  public function 
setLabels($labels)
  {
    
$this->labels $labels;
  }
  public function 
getLabels()
  {
    return 
$this->labels;
  }
  public function 
setLocation($location)
  {
    
$this->location $location;
  }
  public function 
getLocation()
  {
    return 
$this->location;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  
/**
   * @param Google_Service_Dataflow_PipelineDescription
   */
  
public function setPipelineDescription(Google_Service_Dataflow_PipelineDescription $pipelineDescription)
  {
    
$this->pipelineDescription $pipelineDescription;
  }
  
/**
   * @return Google_Service_Dataflow_PipelineDescription
   */
  
public function getPipelineDescription()
  {
    return 
$this->pipelineDescription;
  }
  public function 
setProjectId($projectId)
  {
    
$this->projectId $projectId;
  }
  public function 
getProjectId()
  {
    return 
$this->projectId;
  }
  public function 
setReplaceJobId($replaceJobId)
  {
    
$this->replaceJobId $replaceJobId;
  }
  public function 
getReplaceJobId()
  {
    return 
$this->replaceJobId;
  }
  public function 
setReplacedByJobId($replacedByJobId)
  {
    
$this->replacedByJobId $replacedByJobId;
  }
  public function 
getReplacedByJobId()
  {
    return 
$this->replacedByJobId;
  }
  public function 
setRequestedState($requestedState)
  {
    
$this->requestedState $requestedState;
  }
  public function 
getRequestedState()
  {
    return 
$this->requestedState;
  }
  public function 
setSatisfiesPzs($satisfiesPzs)
  {
    
$this->satisfiesPzs $satisfiesPzs;
  }
  public function 
getSatisfiesPzs()
  {
    return 
$this->satisfiesPzs;
  }
  
/**
   * @param Google_Service_Dataflow_ExecutionStageState[]
   */
  
public function setStageStates($stageStates)
  {
    
$this->stageStates $stageStates;
  }
  
/**
   * @return Google_Service_Dataflow_ExecutionStageState[]
   */
  
public function getStageStates()
  {
    return 
$this->stageStates;
  }
  public function 
setStartTime($startTime)
  {
    
$this->startTime $startTime;
  }
  public function 
getStartTime()
  {
    return 
$this->startTime;
  }
  
/**
   * @param Google_Service_Dataflow_Step[]
   */
  
public function setSteps($steps)
  {
    
$this->steps $steps;
  }
  
/**
   * @return Google_Service_Dataflow_Step[]
   */
  
public function getSteps()
  {
    return 
$this->steps;
  }
  public function 
setStepsLocation($stepsLocation)
  {
    
$this->stepsLocation $stepsLocation;
  }
  public function 
getStepsLocation()
  {
    return 
$this->stepsLocation;
  }
  public function 
setTempFiles($tempFiles)
  {
    
$this->tempFiles $tempFiles;
  }
  public function 
getTempFiles()
  {
    return 
$this->tempFiles;
  }
  public function 
setTransformNameMapping($transformNameMapping)
  {
    
$this->transformNameMapping $transformNameMapping;
  }
  public function 
getTransformNameMapping()
  {
    return 
$this->transformNameMapping;
  }
  public function 
setType($type)
  {
    
$this->type $type;
  }
  public function 
getType()
  {
    return 
$this->type;
  }
}

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