!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/main_file/vendor/google/apiclient-services/src/DeploymentManager/   drwxr-xr-x
Free 13.04 GB of 57.97 GB (22.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Operation.php (7.36 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\DeploymentManager;

class 
Operation extends \Google\Collection
{
  protected 
$collection_key 'warnings';
  
/**
   * @var string
   */
  
public $clientOperationId;
  
/**
   * @var string
   */
  
public $creationTimestamp;
  
/**
   * @var string
   */
  
public $description;
  
/**
   * @var string
   */
  
public $endTime;
  protected 
$errorType OperationError::class;
  protected 
$errorDataType '';
  
/**
   * @var string
   */
  
public $httpErrorMessage;
  
/**
   * @var int
   */
  
public $httpErrorStatusCode;
  
/**
   * @var string
   */
  
public $id;
  
/**
   * @var string
   */
  
public $insertTime;
  
/**
   * @var string
   */
  
public $kind;
  
/**
   * @var string
   */
  
public $name;
  
/**
   * @var string
   */
  
public $operationGroupId;
  
/**
   * @var string
   */
  
public $operationType;
  
/**
   * @var int
   */
  
public $progress;
  
/**
   * @var string
   */
  
public $region;
  
/**
   * @var string
   */
  
public $selfLink;
  
/**
   * @var string
   */
  
public $startTime;
  
/**
   * @var string
   */
  
public $status;
  
/**
   * @var string
   */
  
public $statusMessage;
  
/**
   * @var string
   */
  
public $targetId;
  
/**
   * @var string
   */
  
public $targetLink;
  
/**
   * @var string
   */
  
public $user;
  protected 
$warningsType OperationWarnings::class;
  protected 
$warningsDataType 'array';
  
/**
   * @var string
   */
  
public $zone;

  
/**
   * @param string
   */
  
public function setClientOperationId($clientOperationId)
  {
    
$this->clientOperationId $clientOperationId;
  }
  
/**
   * @return string
   */
  
public function getClientOperationId()
  {
    return 
$this->clientOperationId;
  }
  
/**
   * @param string
   */
  
public function setCreationTimestamp($creationTimestamp)
  {
    
$this->creationTimestamp $creationTimestamp;
  }
  
/**
   * @return string
   */
  
public function getCreationTimestamp()
  {
    return 
$this->creationTimestamp;
  }
  
/**
   * @param string
   */
  
public function setDescription($description)
  {
    
$this->description $description;
  }
  
/**
   * @return string
   */
  
public function getDescription()
  {
    return 
$this->description;
  }
  
/**
   * @param string
   */
  
public function setEndTime($endTime)
  {
    
$this->endTime $endTime;
  }
  
/**
   * @return string
   */
  
public function getEndTime()
  {
    return 
$this->endTime;
  }
  
/**
   * @param OperationError
   */
  
public function setError(OperationError $error)
  {
    
$this->error $error;
  }
  
/**
   * @return OperationError
   */
  
public function getError()
  {
    return 
$this->error;
  }
  
/**
   * @param string
   */
  
public function setHttpErrorMessage($httpErrorMessage)
  {
    
$this->httpErrorMessage $httpErrorMessage;
  }
  
/**
   * @return string
   */
  
public function getHttpErrorMessage()
  {
    return 
$this->httpErrorMessage;
  }
  
/**
   * @param int
   */
  
public function setHttpErrorStatusCode($httpErrorStatusCode)
  {
    
$this->httpErrorStatusCode $httpErrorStatusCode;
  }
  
/**
   * @return int
   */
  
public function getHttpErrorStatusCode()
  {
    return 
$this->httpErrorStatusCode;
  }
  
/**
   * @param string
   */
  
public function setId($id)
  {
    
$this->id $id;
  }
  
/**
   * @return string
   */
  
public function getId()
  {
    return 
$this->id;
  }
  
/**
   * @param string
   */
  
public function setInsertTime($insertTime)
  {
    
$this->insertTime $insertTime;
  }
  
/**
   * @return string
   */
  
public function getInsertTime()
  {
    return 
$this->insertTime;
  }
  
/**
   * @param string
   */
  
public function setKind($kind)
  {
    
$this->kind $kind;
  }
  
/**
   * @return string
   */
  
public function getKind()
  {
    return 
$this->kind;
  }
  
/**
   * @param string
   */
  
public function setName($name)
  {
    
$this->name $name;
  }
  
/**
   * @return string
   */
  
public function getName()
  {
    return 
$this->name;
  }
  
/**
   * @param string
   */
  
public function setOperationGroupId($operationGroupId)
  {
    
$this->operationGroupId $operationGroupId;
  }
  
/**
   * @return string
   */
  
public function getOperationGroupId()
  {
    return 
$this->operationGroupId;
  }
  
/**
   * @param string
   */
  
public function setOperationType($operationType)
  {
    
$this->operationType $operationType;
  }
  
/**
   * @return string
   */
  
public function getOperationType()
  {
    return 
$this->operationType;
  }
  
/**
   * @param int
   */
  
public function setProgress($progress)
  {
    
$this->progress $progress;
  }
  
/**
   * @return int
   */
  
public function getProgress()
  {
    return 
$this->progress;
  }
  
/**
   * @param string
   */
  
public function setRegion($region)
  {
    
$this->region $region;
  }
  
/**
   * @return string
   */
  
public function getRegion()
  {
    return 
$this->region;
  }
  
/**
   * @param string
   */
  
public function setSelfLink($selfLink)
  {
    
$this->selfLink $selfLink;
  }
  
/**
   * @return string
   */
  
public function getSelfLink()
  {
    return 
$this->selfLink;
  }
  
/**
   * @param string
   */
  
public function setStartTime($startTime)
  {
    
$this->startTime $startTime;
  }
  
/**
   * @return string
   */
  
public function getStartTime()
  {
    return 
$this->startTime;
  }
  
/**
   * @param string
   */
  
public function setStatus($status)
  {
    
$this->status $status;
  }
  
/**
   * @return string
   */
  
public function getStatus()
  {
    return 
$this->status;
  }
  
/**
   * @param string
   */
  
public function setStatusMessage($statusMessage)
  {
    
$this->statusMessage $statusMessage;
  }
  
/**
   * @return string
   */
  
public function getStatusMessage()
  {
    return 
$this->statusMessage;
  }
  
/**
   * @param string
   */
  
public function setTargetId($targetId)
  {
    
$this->targetId $targetId;
  }
  
/**
   * @return string
   */
  
public function getTargetId()
  {
    return 
$this->targetId;
  }
  
/**
   * @param string
   */
  
public function setTargetLink($targetLink)
  {
    
$this->targetLink $targetLink;
  }
  
/**
   * @return string
   */
  
public function getTargetLink()
  {
    return 
$this->targetLink;
  }
  
/**
   * @param string
   */
  
public function setUser($user)
  {
    
$this->user $user;
  }
  
/**
   * @return string
   */
  
public function getUser()
  {
    return 
$this->user;
  }
  
/**
   * @param OperationWarnings[]
   */
  
public function setWarnings($warnings)
  {
    
$this->warnings $warnings;
  }
  
/**
   * @return OperationWarnings[]
   */
  
public function getWarnings()
  {
    return 
$this->warnings;
  }
  
/**
   * @param string
   */
  
public function setZone($zone)
  {
    
$this->zone $zone;
  }
  
/**
   * @return string
   */
  
public function getZone()
  {
    return 
$this->zone;
  }
}

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

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0053 ]--