����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.45 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/Google/Service/YouTube/ |
Upload File : |
<?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_YouTube_Video extends Google_Model { protected $ageGatingType = 'Google_Service_YouTube_VideoAgeGating'; protected $ageGatingDataType = ''; protected $contentDetailsType = 'Google_Service_YouTube_VideoContentDetails'; protected $contentDetailsDataType = ''; public $etag; protected $fileDetailsType = 'Google_Service_YouTube_VideoFileDetails'; protected $fileDetailsDataType = ''; public $id; public $kind; protected $liveStreamingDetailsType = 'Google_Service_YouTube_VideoLiveStreamingDetails'; protected $liveStreamingDetailsDataType = ''; protected $localizationsType = 'Google_Service_YouTube_VideoLocalization'; protected $localizationsDataType = 'map'; protected $monetizationDetailsType = 'Google_Service_YouTube_VideoMonetizationDetails'; protected $monetizationDetailsDataType = ''; protected $playerType = 'Google_Service_YouTube_VideoPlayer'; protected $playerDataType = ''; protected $processingDetailsType = 'Google_Service_YouTube_VideoProcessingDetails'; protected $processingDetailsDataType = ''; protected $projectDetailsType = 'Google_Service_YouTube_VideoProjectDetails'; protected $projectDetailsDataType = ''; protected $recordingDetailsType = 'Google_Service_YouTube_VideoRecordingDetails'; protected $recordingDetailsDataType = ''; protected $snippetType = 'Google_Service_YouTube_VideoSnippet'; protected $snippetDataType = ''; protected $statisticsType = 'Google_Service_YouTube_VideoStatistics'; protected $statisticsDataType = ''; protected $statusType = 'Google_Service_YouTube_VideoStatus'; protected $statusDataType = ''; protected $suggestionsType = 'Google_Service_YouTube_VideoSuggestions'; protected $suggestionsDataType = ''; protected $topicDetailsType = 'Google_Service_YouTube_VideoTopicDetails'; protected $topicDetailsDataType = ''; /** * @param Google_Service_YouTube_VideoAgeGating */ public function setAgeGating(Google_Service_YouTube_VideoAgeGating $ageGating) { $this->ageGating = $ageGating; } /** * @return Google_Service_YouTube_VideoAgeGating */ public function getAgeGating() { return $this->ageGating; } /** * @param Google_Service_YouTube_VideoContentDetails */ public function setContentDetails(Google_Service_YouTube_VideoContentDetails $contentDetails) { $this->contentDetails = $contentDetails; } /** * @return Google_Service_YouTube_VideoContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_YouTube_VideoFileDetails */ public function setFileDetails(Google_Service_YouTube_VideoFileDetails $fileDetails) { $this->fileDetails = $fileDetails; } /** * @return Google_Service_YouTube_VideoFileDetails */ public function getFileDetails() { return $this->fileDetails; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_VideoLiveStreamingDetails */ public function setLiveStreamingDetails(Google_Service_YouTube_VideoLiveStreamingDetails $liveStreamingDetails) { $this->liveStreamingDetails = $liveStreamingDetails; } /** * @return Google_Service_YouTube_VideoLiveStreamingDetails */ public function getLiveStreamingDetails() { return $this->liveStreamingDetails; } /** * @param Google_Service_YouTube_VideoLocalization */ public function setLocalizations($localizations) { $this->localizations = $localizations; } /** * @return Google_Service_YouTube_VideoLocalization */ public function getLocalizations() { return $this->localizations; } /** * @param Google_Service_YouTube_VideoMonetizationDetails */ public function setMonetizationDetails(Google_Service_YouTube_VideoMonetizationDetails $monetizationDetails) { $this->monetizationDetails = $monetizationDetails; } /** * @return Google_Service_YouTube_VideoMonetizationDetails */ public function getMonetizationDetails() { return $this->monetizationDetails; } /** * @param Google_Service_YouTube_VideoPlayer */ public function setPlayer(Google_Service_YouTube_VideoPlayer $player) { $this->player = $player; } /** * @return Google_Service_YouTube_VideoPlayer */ public function getPlayer() { return $this->player; } /** * @param Google_Service_YouTube_VideoProcessingDetails */ public function setProcessingDetails(Google_Service_YouTube_VideoProcessingDetails $processingDetails) { $this->processingDetails = $processingDetails; } /** * @return Google_Service_YouTube_VideoProcessingDetails */ public function getProcessingDetails() { return $this->processingDetails; } /** * @param Google_Service_YouTube_VideoProjectDetails */ public function setProjectDetails(Google_Service_YouTube_VideoProjectDetails $projectDetails) { $this->projectDetails = $projectDetails; } /** * @return Google_Service_YouTube_VideoProjectDetails */ public function getProjectDetails() { return $this->projectDetails; } /** * @param Google_Service_YouTube_VideoRecordingDetails */ public function setRecordingDetails(Google_Service_YouTube_VideoRecordingDetails $recordingDetails) { $this->recordingDetails = $recordingDetails; } /** * @return Google_Service_YouTube_VideoRecordingDetails */ public function getRecordingDetails() { return $this->recordingDetails; } /** * @param Google_Service_YouTube_VideoSnippet */ public function setSnippet(Google_Service_YouTube_VideoSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_VideoSnippet */ public function getSnippet() { return $this->snippet; } /** * @param Google_Service_YouTube_VideoStatistics */ public function setStatistics(Google_Service_YouTube_VideoStatistics $statistics) { $this->statistics = $statistics; } /** * @return Google_Service_YouTube_VideoStatistics */ public function getStatistics() { return $this->statistics; } /** * @param Google_Service_YouTube_VideoStatus */ public function setStatus(Google_Service_YouTube_VideoStatus $status) { $this->status = $status; } /** * @return Google_Service_YouTube_VideoStatus */ public function getStatus() { return $this->status; } /** * @param Google_Service_YouTube_VideoSuggestions */ public function setSuggestions(Google_Service_YouTube_VideoSuggestions $suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_YouTube_VideoSuggestions */ public function getSuggestions() { return $this->suggestions; } /** * @param Google_Service_YouTube_VideoTopicDetails */ public function setTopicDetails(Google_Service_YouTube_VideoTopicDetails $topicDetails) { $this->topicDetails = $topicDetails; } /** * @return Google_Service_YouTube_VideoTopicDetails */ public function getTopicDetails() { return $this->topicDetails; } }