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


Viewing file:     CallInfo.php (8.56 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\CloudSearch;

class 
CallInfo extends \Google\Collection
{
  protected 
$collection_key 'youTubeBroadcastSessionInfos';
  protected 
$abuseReportingConfigType AbuseReportingConfig::class;
  protected 
$abuseReportingConfigDataType '';
  protected 
$artifactOwnerType UserDisplayInfo::class;
  protected 
$artifactOwnerDataType '';
  protected 
$attachedDocumentsType DocumentInfo::class;
  protected 
$attachedDocumentsDataType 'array';
  
/**
   * @var string[]
   */
  
public $availableAccessTypes;
  protected 
$availableReactionsType ReactionInfo::class;
  protected 
$availableReactionsDataType 'array';
  protected 
$broadcastSessionInfoType BroadcastSessionInfo::class;
  protected 
$broadcastSessionInfoDataType '';
  
/**
   * @var string
   */
  
public $calendarEventId;
  protected 
$coActivityType CoActivity::class;
  protected 
$coActivityDataType '';
  protected 
$collaborationType Collaboration::class;
  protected 
$collaborationDataType '';
  protected 
$cseInfoType CseInfo::class;
  protected 
$cseInfoDataType '';
  
/**
   * @var int
   */
  
public $maxJoinedDevices;
  
/**
   * @var string
   */
  
public $organizationName;
  protected 
$paygateInfoType PaygateInfo::class;
  protected 
$paygateInfoDataType '';
  protected 
$presenterType Presenter::class;
  protected 
$presenterDataType '';
  protected 
$recordingInfoType RecordingInfo::class;
  protected 
$recordingInfoDataType '';
  protected 
$recordingSessionInfoType RecordingSessionInfo::class;
  protected 
$recordingSessionInfoDataType '';
  protected 
$settingsType CallSettings::class;
  protected 
$settingsDataType '';
  protected 
$streamingSessionsType StreamingSessionInfo::class;
  protected 
$streamingSessionsDataType 'array';
  protected 
$transcriptionSessionInfoType TranscriptionSessionInfo::class;
  protected 
$transcriptionSessionInfoDataType '';
  
/**
   * @var int
   */
  
public $viewerCount;
  protected 
$youTubeBroadcastSessionInfosType YouTubeBroadcastSessionInfo::class;
  protected 
$youTubeBroadcastSessionInfosDataType 'array';

  
/**
   * @param AbuseReportingConfig
   */
  
public function setAbuseReportingConfig(AbuseReportingConfig $abuseReportingConfig)
  {
    
$this->abuseReportingConfig $abuseReportingConfig;
  }
  
/**
   * @return AbuseReportingConfig
   */
  
public function getAbuseReportingConfig()
  {
    return 
$this->abuseReportingConfig;
  }
  
/**
   * @param UserDisplayInfo
   */
  
public function setArtifactOwner(UserDisplayInfo $artifactOwner)
  {
    
$this->artifactOwner $artifactOwner;
  }
  
/**
   * @return UserDisplayInfo
   */
  
public function getArtifactOwner()
  {
    return 
$this->artifactOwner;
  }
  
/**
   * @param DocumentInfo[]
   */
  
public function setAttachedDocuments($attachedDocuments)
  {
    
$this->attachedDocuments $attachedDocuments;
  }
  
/**
   * @return DocumentInfo[]
   */
  
public function getAttachedDocuments()
  {
    return 
$this->attachedDocuments;
  }
  
/**
   * @param string[]
   */
  
public function setAvailableAccessTypes($availableAccessTypes)
  {
    
$this->availableAccessTypes $availableAccessTypes;
  }
  
/**
   * @return string[]
   */
  
public function getAvailableAccessTypes()
  {
    return 
$this->availableAccessTypes;
  }
  
/**
   * @param ReactionInfo[]
   */
  
public function setAvailableReactions($availableReactions)
  {
    
$this->availableReactions $availableReactions;
  }
  
/**
   * @return ReactionInfo[]
   */
  
public function getAvailableReactions()
  {
    return 
$this->availableReactions;
  }
  
/**
   * @param BroadcastSessionInfo
   */
  
public function setBroadcastSessionInfo(BroadcastSessionInfo $broadcastSessionInfo)
  {
    
$this->broadcastSessionInfo $broadcastSessionInfo;
  }
  
/**
   * @return BroadcastSessionInfo
   */
  
public function getBroadcastSessionInfo()
  {
    return 
$this->broadcastSessionInfo;
  }
  
/**
   * @param string
   */
  
public function setCalendarEventId($calendarEventId)
  {
    
$this->calendarEventId $calendarEventId;
  }
  
/**
   * @return string
   */
  
public function getCalendarEventId()
  {
    return 
$this->calendarEventId;
  }
  
/**
   * @param CoActivity
   */
  
public function setCoActivity(CoActivity $coActivity)
  {
    
$this->coActivity $coActivity;
  }
  
/**
   * @return CoActivity
   */
  
public function getCoActivity()
  {
    return 
$this->coActivity;
  }
  
/**
   * @param Collaboration
   */
  
public function setCollaboration(Collaboration $collaboration)
  {
    
$this->collaboration $collaboration;
  }
  
/**
   * @return Collaboration
   */
  
public function getCollaboration()
  {
    return 
$this->collaboration;
  }
  
/**
   * @param CseInfo
   */
  
public function setCseInfo(CseInfo $cseInfo)
  {
    
$this->cseInfo $cseInfo;
  }
  
/**
   * @return CseInfo
   */
  
public function getCseInfo()
  {
    return 
$this->cseInfo;
  }
  
/**
   * @param int
   */
  
public function setMaxJoinedDevices($maxJoinedDevices)
  {
    
$this->maxJoinedDevices $maxJoinedDevices;
  }
  
/**
   * @return int
   */
  
public function getMaxJoinedDevices()
  {
    return 
$this->maxJoinedDevices;
  }
  
/**
   * @param string
   */
  
public function setOrganizationName($organizationName)
  {
    
$this->organizationName $organizationName;
  }
  
/**
   * @return string
   */
  
public function getOrganizationName()
  {
    return 
$this->organizationName;
  }
  
/**
   * @param PaygateInfo
   */
  
public function setPaygateInfo(PaygateInfo $paygateInfo)
  {
    
$this->paygateInfo $paygateInfo;
  }
  
/**
   * @return PaygateInfo
   */
  
public function getPaygateInfo()
  {
    return 
$this->paygateInfo;
  }
  
/**
   * @param Presenter
   */
  
public function setPresenter(Presenter $presenter)
  {
    
$this->presenter $presenter;
  }
  
/**
   * @return Presenter
   */
  
public function getPresenter()
  {
    return 
$this->presenter;
  }
  
/**
   * @param RecordingInfo
   */
  
public function setRecordingInfo(RecordingInfo $recordingInfo)
  {
    
$this->recordingInfo $recordingInfo;
  }
  
/**
   * @return RecordingInfo
   */
  
public function getRecordingInfo()
  {
    return 
$this->recordingInfo;
  }
  
/**
   * @param RecordingSessionInfo
   */
  
public function setRecordingSessionInfo(RecordingSessionInfo $recordingSessionInfo)
  {
    
$this->recordingSessionInfo $recordingSessionInfo;
  }
  
/**
   * @return RecordingSessionInfo
   */
  
public function getRecordingSessionInfo()
  {
    return 
$this->recordingSessionInfo;
  }
  
/**
   * @param CallSettings
   */
  
public function setSettings(CallSettings $settings)
  {
    
$this->settings $settings;
  }
  
/**
   * @return CallSettings
   */
  
public function getSettings()
  {
    return 
$this->settings;
  }
  
/**
   * @param StreamingSessionInfo[]
   */
  
public function setStreamingSessions($streamingSessions)
  {
    
$this->streamingSessions $streamingSessions;
  }
  
/**
   * @return StreamingSessionInfo[]
   */
  
public function getStreamingSessions()
  {
    return 
$this->streamingSessions;
  }
  
/**
   * @param TranscriptionSessionInfo
   */
  
public function setTranscriptionSessionInfo(TranscriptionSessionInfo $transcriptionSessionInfo)
  {
    
$this->transcriptionSessionInfo $transcriptionSessionInfo;
  }
  
/**
   * @return TranscriptionSessionInfo
   */
  
public function getTranscriptionSessionInfo()
  {
    return 
$this->transcriptionSessionInfo;
  }
  
/**
   * @param int
   */
  
public function setViewerCount($viewerCount)
  {
    
$this->viewerCount $viewerCount;
  }
  
/**
   * @return int
   */
  
public function getViewerCount()
  {
    return 
$this->viewerCount;
  }
  
/**
   * @param YouTubeBroadcastSessionInfo[]
   */
  
public function setYouTubeBroadcastSessionInfos($youTubeBroadcastSessionInfos)
  {
    
$this->youTubeBroadcastSessionInfos $youTubeBroadcastSessionInfos;
  }
  
/**
   * @return YouTubeBroadcastSessionInfo[]
   */
  
public function getYouTubeBroadcastSessionInfos()
  {
    return 
$this->youTubeBroadcastSessionInfos;
  }
}

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

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