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


Viewing file:     GoogleCloudApigeeV1Organization.php (9.5 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\Apigee;

class 
GoogleCloudApigeeV1Organization extends \Google\Collection
{
  protected 
$collection_key 'environments';
  protected 
$addonsConfigType GoogleCloudApigeeV1AddonsConfig::class;
  protected 
$addonsConfigDataType '';
  
/**
   * @var string
   */
  
public $analyticsRegion;
  
/**
   * @var string
   */
  
public $apiConsumerDataEncryptionKeyName;
  
/**
   * @var string
   */
  
public $apiConsumerDataLocation;
  
/**
   * @var string
   */
  
public $apigeeProjectId;
  
/**
   * @var string[]
   */
  
public $attributes;
  
/**
   * @var string
   */
  
public $authorizedNetwork;
  
/**
   * @var string
   */
  
public $billingType;
  
/**
   * @var string
   */
  
public $caCertificate;
  
/**
   * @var string
   */
  
public $controlPlaneEncryptionKeyName;
  
/**
   * @var string
   */
  
public $createdAt;
  
/**
   * @var string
   */
  
public $customerName;
  
/**
   * @var string
   */
  
public $description;
  
/**
   * @var bool
   */
  
public $disableVpcPeering;
  
/**
   * @var string
   */
  
public $displayName;
  
/**
   * @var string[]
   */
  
public $environments;
  
/**
   * @var string
   */
  
public $expiresAt;
  
/**
   * @var string
   */
  
public $lastModifiedAt;
  
/**
   * @var string
   */
  
public $name;
  
/**
   * @var bool
   */
  
public $portalDisabled;
  
/**
   * @var string
   */
  
public $projectId;
  protected 
$propertiesType GoogleCloudApigeeV1Properties::class;
  protected 
$propertiesDataType '';
  
/**
   * @var string
   */
  
public $runtimeDatabaseEncryptionKeyName;
  
/**
   * @var string
   */
  
public $runtimeType;
  
/**
   * @var string
   */
  
public $state;
  
/**
   * @var string
   */
  
public $subscriptionPlan;
  
/**
   * @var string
   */
  
public $subscriptionType;
  
/**
   * @var string
   */
  
public $type;

  
/**
   * @param GoogleCloudApigeeV1AddonsConfig
   */
  
public function setAddonsConfig(GoogleCloudApigeeV1AddonsConfig $addonsConfig)
  {
    
$this->addonsConfig $addonsConfig;
  }
  
/**
   * @return GoogleCloudApigeeV1AddonsConfig
   */
  
public function getAddonsConfig()
  {
    return 
$this->addonsConfig;
  }
  
/**
   * @param string
   */
  
public function setAnalyticsRegion($analyticsRegion)
  {
    
$this->analyticsRegion $analyticsRegion;
  }
  
/**
   * @return string
   */
  
public function getAnalyticsRegion()
  {
    return 
$this->analyticsRegion;
  }
  
/**
   * @param string
   */
  
public function setApiConsumerDataEncryptionKeyName($apiConsumerDataEncryptionKeyName)
  {
    
$this->apiConsumerDataEncryptionKeyName $apiConsumerDataEncryptionKeyName;
  }
  
/**
   * @return string
   */
  
public function getApiConsumerDataEncryptionKeyName()
  {
    return 
$this->apiConsumerDataEncryptionKeyName;
  }
  
/**
   * @param string
   */
  
public function setApiConsumerDataLocation($apiConsumerDataLocation)
  {
    
$this->apiConsumerDataLocation $apiConsumerDataLocation;
  }
  
/**
   * @return string
   */
  
public function getApiConsumerDataLocation()
  {
    return 
$this->apiConsumerDataLocation;
  }
  
/**
   * @param string
   */
  
public function setApigeeProjectId($apigeeProjectId)
  {
    
$this->apigeeProjectId $apigeeProjectId;
  }
  
/**
   * @return string
   */
  
public function getApigeeProjectId()
  {
    return 
$this->apigeeProjectId;
  }
  
/**
   * @param string[]
   */
  
public function setAttributes($attributes)
  {
    
$this->attributes $attributes;
  }
  
/**
   * @return string[]
   */
  
public function getAttributes()
  {
    return 
$this->attributes;
  }
  
/**
   * @param string
   */
  
public function setAuthorizedNetwork($authorizedNetwork)
  {
    
$this->authorizedNetwork $authorizedNetwork;
  }
  
/**
   * @return string
   */
  
public function getAuthorizedNetwork()
  {
    return 
$this->authorizedNetwork;
  }
  
/**
   * @param string
   */
  
public function setBillingType($billingType)
  {
    
$this->billingType $billingType;
  }
  
/**
   * @return string
   */
  
public function getBillingType()
  {
    return 
$this->billingType;
  }
  
/**
   * @param string
   */
  
public function setCaCertificate($caCertificate)
  {
    
$this->caCertificate $caCertificate;
  }
  
/**
   * @return string
   */
  
public function getCaCertificate()
  {
    return 
$this->caCertificate;
  }
  
/**
   * @param string
   */
  
public function setControlPlaneEncryptionKeyName($controlPlaneEncryptionKeyName)
  {
    
$this->controlPlaneEncryptionKeyName $controlPlaneEncryptionKeyName;
  }
  
/**
   * @return string
   */
  
public function getControlPlaneEncryptionKeyName()
  {
    return 
$this->controlPlaneEncryptionKeyName;
  }
  
/**
   * @param string
   */
  
public function setCreatedAt($createdAt)
  {
    
$this->createdAt $createdAt;
  }
  
/**
   * @return string
   */
  
public function getCreatedAt()
  {
    return 
$this->createdAt;
  }
  
/**
   * @param string
   */
  
public function setCustomerName($customerName)
  {
    
$this->customerName $customerName;
  }
  
/**
   * @return string
   */
  
public function getCustomerName()
  {
    return 
$this->customerName;
  }
  
/**
   * @param string
   */
  
public function setDescription($description)
  {
    
$this->description $description;
  }
  
/**
   * @return string
   */
  
public function getDescription()
  {
    return 
$this->description;
  }
  
/**
   * @param bool
   */
  
public function setDisableVpcPeering($disableVpcPeering)
  {
    
$this->disableVpcPeering $disableVpcPeering;
  }
  
/**
   * @return bool
   */
  
public function getDisableVpcPeering()
  {
    return 
$this->disableVpcPeering;
  }
  
/**
   * @param string
   */
  
public function setDisplayName($displayName)
  {
    
$this->displayName $displayName;
  }
  
/**
   * @return string
   */
  
public function getDisplayName()
  {
    return 
$this->displayName;
  }
  
/**
   * @param string[]
   */
  
public function setEnvironments($environments)
  {
    
$this->environments $environments;
  }
  
/**
   * @return string[]
   */
  
public function getEnvironments()
  {
    return 
$this->environments;
  }
  
/**
   * @param string
   */
  
public function setExpiresAt($expiresAt)
  {
    
$this->expiresAt $expiresAt;
  }
  
/**
   * @return string
   */
  
public function getExpiresAt()
  {
    return 
$this->expiresAt;
  }
  
/**
   * @param string
   */
  
public function setLastModifiedAt($lastModifiedAt)
  {
    
$this->lastModifiedAt $lastModifiedAt;
  }
  
/**
   * @return string
   */
  
public function getLastModifiedAt()
  {
    return 
$this->lastModifiedAt;
  }
  
/**
   * @param string
   */
  
public function setName($name)
  {
    
$this->name $name;
  }
  
/**
   * @return string
   */
  
public function getName()
  {
    return 
$this->name;
  }
  
/**
   * @param bool
   */
  
public function setPortalDisabled($portalDisabled)
  {
    
$this->portalDisabled $portalDisabled;
  }
  
/**
   * @return bool
   */
  
public function getPortalDisabled()
  {
    return 
$this->portalDisabled;
  }
  
/**
   * @param string
   */
  
public function setProjectId($projectId)
  {
    
$this->projectId $projectId;
  }
  
/**
   * @return string
   */
  
public function getProjectId()
  {
    return 
$this->projectId;
  }
  
/**
   * @param GoogleCloudApigeeV1Properties
   */
  
public function setProperties(GoogleCloudApigeeV1Properties $properties)
  {
    
$this->properties $properties;
  }
  
/**
   * @return GoogleCloudApigeeV1Properties
   */
  
public function getProperties()
  {
    return 
$this->properties;
  }
  
/**
   * @param string
   */
  
public function setRuntimeDatabaseEncryptionKeyName($runtimeDatabaseEncryptionKeyName)
  {
    
$this->runtimeDatabaseEncryptionKeyName $runtimeDatabaseEncryptionKeyName;
  }
  
/**
   * @return string
   */
  
public function getRuntimeDatabaseEncryptionKeyName()
  {
    return 
$this->runtimeDatabaseEncryptionKeyName;
  }
  
/**
   * @param string
   */
  
public function setRuntimeType($runtimeType)
  {
    
$this->runtimeType $runtimeType;
  }
  
/**
   * @return string
   */
  
public function getRuntimeType()
  {
    return 
$this->runtimeType;
  }
  
/**
   * @param string
   */
  
public function setState($state)
  {
    
$this->state $state;
  }
  
/**
   * @return string
   */
  
public function getState()
  {
    return 
$this->state;
  }
  
/**
   * @param string
   */
  
public function setSubscriptionPlan($subscriptionPlan)
  {
    
$this->subscriptionPlan $subscriptionPlan;
  }
  
/**
   * @return string
   */
  
public function getSubscriptionPlan()
  {
    return 
$this->subscriptionPlan;
  }
  
/**
   * @param string
   */
  
public function setSubscriptionType($subscriptionType)
  {
    
$this->subscriptionType $subscriptionType;
  }
  
/**
   * @return string
   */
  
public function getSubscriptionType()
  {
    return 
$this->subscriptionType;
  }
  
/**
   * @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(GoogleCloudApigeeV1Organization::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Organization');

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