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


Viewing file:     AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfo.php (5.51 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\Contentwarehouse;

class 
AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfo extends \Google\Collection
{
  protected 
$collection_key 'ownerUserType';
  protected 
$accountEmailType AppsPeopleOzExternalMergedpeopleapiAccountEmail::class;
  protected 
$accountEmailDataType '';
  
/**
   * @var string[]
   */
  
public $blockType;
  protected 
$customerInfoType AppsPeopleOzExternalMergedpeopleapiCustomerInfo::class;
  protected 
$customerInfoDataType '';
  protected 
$domainInfoType AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo::class;
  protected 
$domainInfoDataType '';
  
/**
   * @var bool
   */
  
public $inViewerDomain;
  
/**
   * @var string[]
   */
  
public $incomingBlockType;
  protected 
$metadataType AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata::class;
  protected 
$metadataDataType '';
  
/**
   * @var string
   */
  
public $objectType;
  
/**
   * @var string
   */
  
public $ownerId;
  
/**
   * @var string[]
   */
  
public $ownerUserType;
  
/**
   * @var string
   */
  
public $plusPageType;
  protected 
$profileOwnerStatsType AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats::class;
  protected 
$profileOwnerStatsDataType '';

  
/**
   * @param AppsPeopleOzExternalMergedpeopleapiAccountEmail
   */
  
public function setAccountEmail(AppsPeopleOzExternalMergedpeopleapiAccountEmail $accountEmail)
  {
    
$this->accountEmail $accountEmail;
  }
  
/**
   * @return AppsPeopleOzExternalMergedpeopleapiAccountEmail
   */
  
public function getAccountEmail()
  {
    return 
$this->accountEmail;
  }
  
/**
   * @param string[]
   */
  
public function setBlockType($blockType)
  {
    
$this->blockType $blockType;
  }
  
/**
   * @return string[]
   */
  
public function getBlockType()
  {
    return 
$this->blockType;
  }
  
/**
   * @param AppsPeopleOzExternalMergedpeopleapiCustomerInfo
   */
  
public function setCustomerInfo(AppsPeopleOzExternalMergedpeopleapiCustomerInfo $customerInfo)
  {
    
$this->customerInfo $customerInfo;
  }
  
/**
   * @return AppsPeopleOzExternalMergedpeopleapiCustomerInfo
   */
  
public function getCustomerInfo()
  {
    return 
$this->customerInfo;
  }
  
/**
   * @param AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo
   */
  
public function setDomainInfo(AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo $domainInfo)
  {
    
$this->domainInfo $domainInfo;
  }
  
/**
   * @return AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo
   */
  
public function getDomainInfo()
  {
    return 
$this->domainInfo;
  }
  
/**
   * @param bool
   */
  
public function setInViewerDomain($inViewerDomain)
  {
    
$this->inViewerDomain $inViewerDomain;
  }
  
/**
   * @return bool
   */
  
public function getInViewerDomain()
  {
    return 
$this->inViewerDomain;
  }
  
/**
   * @param string[]
   */
  
public function setIncomingBlockType($incomingBlockType)
  {
    
$this->incomingBlockType $incomingBlockType;
  }
  
/**
   * @return string[]
   */
  
public function getIncomingBlockType()
  {
    return 
$this->incomingBlockType;
  }
  
/**
   * @param AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata
   */
  
public function setMetadata(AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata $metadata)
  {
    
$this->metadata $metadata;
  }
  
/**
   * @return AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata
   */
  
public function getMetadata()
  {
    return 
$this->metadata;
  }
  
/**
   * @param string
   */
  
public function setObjectType($objectType)
  {
    
$this->objectType $objectType;
  }
  
/**
   * @return string
   */
  
public function getObjectType()
  {
    return 
$this->objectType;
  }
  
/**
   * @param string
   */
  
public function setOwnerId($ownerId)
  {
    
$this->ownerId $ownerId;
  }
  
/**
   * @return string
   */
  
public function getOwnerId()
  {
    return 
$this->ownerId;
  }
  
/**
   * @param string[]
   */
  
public function setOwnerUserType($ownerUserType)
  {
    
$this->ownerUserType $ownerUserType;
  }
  
/**
   * @return string[]
   */
  
public function getOwnerUserType()
  {
    return 
$this->ownerUserType;
  }
  
/**
   * @param string
   */
  
public function setPlusPageType($plusPageType)
  {
    
$this->plusPageType $plusPageType;
  }
  
/**
   * @return string
   */
  
public function getPlusPageType()
  {
    return 
$this->plusPageType;
  }
  
/**
   * @param AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats
   */
  
public function setProfileOwnerStats(AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats $profileOwnerStats)
  {
    
$this->profileOwnerStats $profileOwnerStats;
  }
  
/**
   * @return AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats
   */
  
public function getProfileOwnerStats()
  {
    return 
$this->profileOwnerStats;
  }
}

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

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