!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)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/Apigee/   drwxr-xr-x
Free 13 GB of 57.97 GB (22.42%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GoogleCloudApigeeV1CustomReport.php (4.96 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.
 */

class Google_Service_Apigee_GoogleCloudApigeeV1CustomReport extends Google_Collection
{
  protected 
$collection_key 'tags';
  public 
$chartType;
  public 
$comments;
  public 
$createdAt;
  public 
$dimensions;
  public 
$displayName;
  public 
$environment;
  public 
$filter;
  public 
$fromTime;
  public 
$lastModifiedAt;
  public 
$lastViewedAt;
  public 
$limit;
  protected 
$metricsType 'Google_Service_Apigee_GoogleCloudApigeeV1CustomReportMetric';
  protected 
$metricsDataType 'array';
  public 
$name;
  public 
$offset;
  public 
$organization;
  protected 
$propertiesType 'Google_Service_Apigee_GoogleCloudApigeeV1ReportProperty';
  protected 
$propertiesDataType 'array';
  public 
$sortByCols;
  public 
$sortOrder;
  public 
$tags;
  public 
$timeUnit;
  public 
$toTime;
  public 
$topk;

  public function 
setChartType($chartType)
  {
    
$this->chartType $chartType;
  }
  public function 
getChartType()
  {
    return 
$this->chartType;
  }
  public function 
setComments($comments)
  {
    
$this->comments $comments;
  }
  public function 
getComments()
  {
    return 
$this->comments;
  }
  public function 
setCreatedAt($createdAt)
  {
    
$this->createdAt $createdAt;
  }
  public function 
getCreatedAt()
  {
    return 
$this->createdAt;
  }
  public function 
setDimensions($dimensions)
  {
    
$this->dimensions $dimensions;
  }
  public function 
getDimensions()
  {
    return 
$this->dimensions;
  }
  public function 
setDisplayName($displayName)
  {
    
$this->displayName $displayName;
  }
  public function 
getDisplayName()
  {
    return 
$this->displayName;
  }
  public function 
setEnvironment($environment)
  {
    
$this->environment $environment;
  }
  public function 
getEnvironment()
  {
    return 
$this->environment;
  }
  public function 
setFilter($filter)
  {
    
$this->filter $filter;
  }
  public function 
getFilter()
  {
    return 
$this->filter;
  }
  public function 
setFromTime($fromTime)
  {
    
$this->fromTime $fromTime;
  }
  public function 
getFromTime()
  {
    return 
$this->fromTime;
  }
  public function 
setLastModifiedAt($lastModifiedAt)
  {
    
$this->lastModifiedAt $lastModifiedAt;
  }
  public function 
getLastModifiedAt()
  {
    return 
$this->lastModifiedAt;
  }
  public function 
setLastViewedAt($lastViewedAt)
  {
    
$this->lastViewedAt $lastViewedAt;
  }
  public function 
getLastViewedAt()
  {
    return 
$this->lastViewedAt;
  }
  public function 
setLimit($limit)
  {
    
$this->limit $limit;
  }
  public function 
getLimit()
  {
    return 
$this->limit;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1CustomReportMetric[]
   */
  
public function setMetrics($metrics)
  {
    
$this->metrics $metrics;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1CustomReportMetric[]
   */
  
public function getMetrics()
  {
    return 
$this->metrics;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  public function 
setOffset($offset)
  {
    
$this->offset $offset;
  }
  public function 
getOffset()
  {
    return 
$this->offset;
  }
  public function 
setOrganization($organization)
  {
    
$this->organization $organization;
  }
  public function 
getOrganization()
  {
    return 
$this->organization;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1ReportProperty[]
   */
  
public function setProperties($properties)
  {
    
$this->properties $properties;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1ReportProperty[]
   */
  
public function getProperties()
  {
    return 
$this->properties;
  }
  public function 
setSortByCols($sortByCols)
  {
    
$this->sortByCols $sortByCols;
  }
  public function 
getSortByCols()
  {
    return 
$this->sortByCols;
  }
  public function 
setSortOrder($sortOrder)
  {
    
$this->sortOrder $sortOrder;
  }
  public function 
getSortOrder()
  {
    return 
$this->sortOrder;
  }
  public function 
setTags($tags)
  {
    
$this->tags $tags;
  }
  public function 
getTags()
  {
    return 
$this->tags;
  }
  public function 
setTimeUnit($timeUnit)
  {
    
$this->timeUnit $timeUnit;
  }
  public function 
getTimeUnit()
  {
    return 
$this->timeUnit;
  }
  public function 
setToTime($toTime)
  {
    
$this->toTime $toTime;
  }
  public function 
getToTime()
  {
    return 
$this->toTime;
  }
  public function 
setTopk($topk)
  {
    
$this->topk $topk;
  }
  public function 
getTopk()
  {
    return 
$this->topk;
  }
}

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