PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
YouTube
<?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\YouTube; class Video extends \Google\Model { protected $ageGatingType = VideoAgeGating::class; protected $ageGatingDataType = ''; protected $contentDetailsType = VideoContentDetails::class; protected $contentDetailsDataType = ''; public $etag; protected $fileDetailsType = VideoFileDetails::class; protected $fileDetailsDataType = ''; public $id; public $kind; protected $liveStreamingDetailsType = VideoLiveStreamingDetails::class; protected $liveStreamingDetailsDataType = ''; protected $localizationsType = VideoLocalization::class; protected $localizationsDataType = 'map'; protected $monetizationDetailsType = VideoMonetizationDetails::class; protected $monetizationDetailsDataType = ''; protected $playerType = VideoPlayer::class; protected $playerDataType = ''; protected $processingDetailsType = VideoProcessingDetails::class; protected $processingDetailsDataType = ''; protected $projectDetailsType = VideoProjectDetails::class; protected $projectDetailsDataType = ''; protected $recordingDetailsType = VideoRecordingDetails::class; protected $recordingDetailsDataType = ''; protected $snippetType = VideoSnippet::class; protected $snippetDataType = ''; protected $statisticsType = VideoStatistics::class; protected $statisticsDataType = ''; protected $statusType = VideoStatus::class; protected $statusDataType = ''; protected $suggestionsType = VideoSuggestions::class; protected $suggestionsDataType = ''; protected $topicDetailsType = VideoTopicDetails::class; protected $topicDetailsDataType = ''; /** * @param VideoAgeGating */ public function setAgeGating(VideoAgeGating $ageGating) { $this->ageGating = $ageGating; } /** * @return VideoAgeGating */ public function getAgeGating() { return $this->ageGating; } /** * @param VideoContentDetails */ public function setContentDetails(VideoContentDetails $contentDetails) { $this->contentDetails = $contentDetails; } /** * @return VideoContentDetails */ public function getContentDetails() { return $this->contentDetails; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param VideoFileDetails */ public function setFileDetails(VideoFileDetails $fileDetails) { $this->fileDetails = $fileDetails; } /** * @return 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 VideoLiveStreamingDetails */ public function setLiveStreamingDetails(VideoLiveStreamingDetails $liveStreamingDetails) { $this->liveStreamingDetails = $liveStreamingDetails; } /** * @return VideoLiveStreamingDetails */ public function getLiveStreamingDetails() { return $this->liveStreamingDetails; } /** * @param VideoLocalization[] */ public function setLocalizations($localizations) { $this->localizations = $localizations; } /** * @return VideoLocalization[] */ public function getLocalizations() { return $this->localizations; } /** * @param VideoMonetizationDetails */ public function setMonetizationDetails(VideoMonetizationDetails $monetizationDetails) { $this->monetizationDetails = $monetizationDetails; } /** * @return VideoMonetizationDetails */ public function getMonetizationDetails() { return $this->monetizationDetails; } /** * @param VideoPlayer */ public function setPlayer(VideoPlayer $player) { $this->player = $player; } /** * @return VideoPlayer */ public function getPlayer() { return $this->player; } /** * @param VideoProcessingDetails */ public function setProcessingDetails(VideoProcessingDetails $processingDetails) { $this->processingDetails = $processingDetails; } /** * @return VideoProcessingDetails */ public function getProcessingDetails() { return $this->processingDetails; } /** * @param VideoProjectDetails */ public function setProjectDetails(VideoProjectDetails $projectDetails) { $this->projectDetails = $projectDetails; } /** * @return VideoProjectDetails */ public function getProjectDetails() { return $this->projectDetails; } /** * @param VideoRecordingDetails */ public function setRecordingDetails(VideoRecordingDetails $recordingDetails) { $this->recordingDetails = $recordingDetails; } /** * @return VideoRecordingDetails */ public function getRecordingDetails() { return $this->recordingDetails; } /** * @param VideoSnippet */ public function setSnippet(VideoSnippet $snippet) { $this->snippet = $snippet; } /** * @return VideoSnippet */ public function getSnippet() { return $this->snippet; } /** * @param VideoStatistics */ public function setStatistics(VideoStatistics $statistics) { $this->statistics = $statistics; } /** * @return VideoStatistics */ public function getStatistics() { return $this->statistics; } /** * @param VideoStatus */ public function setStatus(VideoStatus $status) { $this->status = $status; } /** * @return VideoStatus */ public function getStatus() { return $this->status; } /** * @param VideoSuggestions */ public function setSuggestions(VideoSuggestions $suggestions) { $this->suggestions = $suggestions; } /** * @return VideoSuggestions */ public function getSuggestions() { return $this->suggestions; } /** * @param VideoTopicDetails */ public function setTopicDetails(VideoTopicDetails $topicDetails) { $this->topicDetails = $topicDetails; } /** * @return VideoTopicDetails */ public function getTopicDetails() { return $this->topicDetails; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Video::class, 'Google_Service_YouTube_Video');
[+]
..
[-] ActivityContentDetailsBulletin.php
[edit]
[-] LiveChatMessageDeletedDetails.php
[edit]
[-] ThirdPartyLink.php
[edit]
[-] VideoCategory.php
[edit]
[-] LiveStream.php
[edit]
[-] ActivityContentDetailsLike.php
[edit]
[-] VideoPlayer.php
[edit]
[-] VideoAbuseReportReasonListResponse.php
[edit]
[-] LiveChatModerator.php
[edit]
[-] MonitorStreamInfo.php
[edit]
[-] ActivityContentDetails.php
[edit]
[-] CommentThreadSnippet.php
[edit]
[-] CommentSnippetAuthorChannelId.php
[edit]
[-] SuperChatEventListResponse.php
[edit]
[-] VideoCategoryListResponse.php
[edit]
[-] ActivityContentDetailsPlaylistItem.php
[edit]
[-] LiveStreamSnippet.php
[edit]
[-] PlaylistStatus.php
[edit]
[-] CommentThreadReplies.php
[edit]
[-] SubscriptionSnippet.php
[edit]
[-] ChannelSectionContentDetails.php
[edit]
[-] VideoFileDetailsVideoStream.php
[edit]
[-] ChannelProfileDetails.php
[edit]
[-] ThirdPartyLinkSnippet.php
[edit]
[-] VideoContentDetailsRegionRestriction.php
[edit]
[-] ChannelSettings.php
[edit]
[-] AbuseReport.php
[edit]
[-] Activity.php
[edit]
[-] LiveChatMessageRetractedDetails.php
[edit]
[-] PlaylistListResponse.php
[edit]
[-] WatchSettings.php
[edit]
[-] AbuseType.php
[edit]
[-] CommentListResponse.php
[edit]
[-] ActivityContentDetailsUpload.php
[edit]
[-] CaptionListResponse.php
[edit]
[-] LiveBroadcastStatistics.php
[edit]
[-] ActivityContentDetailsFavorite.php
[edit]
[-] CaptionSnippet.php
[edit]
[-] ChannelSectionLocalization.php
[edit]
[-] ChannelStatistics.php
[edit]
[-] CommentThreadListResponse.php
[edit]
[-] VideoRating.php
[edit]
[-] MembershipsDurationAtLevel.php
[edit]
[-] ChannelSnippet.php
[edit]
[-] MembershipsLevel.php
[edit]
[-] ChannelAuditDetails.php
[edit]
[-] LiveChatSuperStickerDetails.php
[edit]
[-] PlaylistItemStatus.php
[edit]
[-] ActivityListResponse.php
[edit]
[-] MemberSnippet.php
[edit]
[-] VideoAbuseReportSecondaryReason.php
[edit]
[-] LiveChatNewSponsorDetails.php
[edit]
[-] LiveChatMessage.php
[edit]
[-] AccessPolicy.php
[edit]
[-] LiveChatBanSnippet.php
[edit]
[-] LiveBroadcastStatus.php
[edit]
[-] SubscriptionListResponse.php
[edit]
[-] ActivityContentDetailsSocial.php
[edit]
[-] PlaylistItemContentDetails.php
[edit]
[-] SubscriptionContentDetails.php
[edit]
[-] VideoLiveStreamingDetails.php
[edit]
[-] LocalizedProperty.php
[edit]
[-] ThirdPartyLinkStatus.php
[edit]
[-] ImageSettings.php
[edit]
[-] TokenPagination.php
[edit]
[-] IngestionInfo.php
[edit]
[-] MemberListResponse.php
[edit]
[-] LiveStreamConfigurationIssue.php
[edit]
[-] ChannelListResponse.php
[edit]
[-] VideoProjectDetails.php
[edit]
[-] LiveChatBan.php
[edit]
[-] SuperChatEventSnippet.php
[edit]
[-] ResourceId.php
[edit]
[-] LiveChatMessageSnippet.php
[edit]
[-] Thumbnail.php
[edit]
[-] Subscription.php
[edit]
[-] LiveStreamStatus.php
[edit]
[-] SuperStickerMetadata.php
[edit]
[-] ChannelSection.php
[edit]
[-] PropertyValue.php
[edit]
[-] LiveChatModeratorListResponse.php
[edit]
[-] SuperChatEvent.php
[edit]
[-] VideoAbuseReportReasonSnippet.php
[edit]
[-] VideoSnippet.php
[edit]
[-] LiveBroadcast.php
[edit]
[-] Channel.php
[edit]
[-] ChannelLocalization.php
[edit]
[-] ActivityContentDetailsPromotedItem.php
[edit]
[-] PlaylistItemSnippet.php
[edit]
[-] LevelDetails.php
[edit]
[-] ActivityContentDetailsRecommendation.php
[edit]
[-] CdnSettings.php
[edit]
[-] VideoFileDetailsAudioStream.php
[edit]
[-] ChannelTopicDetails.php
[edit]
[-] PlaylistContentDetails.php
[edit]
[-] PlaylistItem.php
[edit]
[-] VideoStatistics.php
[edit]
[-] MembershipsLevelListResponse.php
[edit]
[-] LiveChatModeratorSnippet.php
[edit]
[-] TestItemTestItemSnippet.php
[edit]
[-] LiveChatUserBannedMessageDetails.php
[edit]
[-] ChannelStatus.php
[edit]
[-] ChannelBrandingSettings.php
[edit]
[-] MembershipsDuration.php
[edit]
[-] ChannelContentDetailsRelatedPlaylists.php
[edit]
[-] ChannelConversionPing.php
[edit]
[-] MembershipsDetails.php
[edit]
[-] InvideoPosition.php
[edit]
[-] LiveStreamContentDetails.php
[edit]
[-] ActivityContentDetailsChannelItem.php
[edit]
[-] VideoStatus.php
[edit]
[-] ActivityContentDetailsSubscription.php
[edit]
[-] ChannelContentOwnerDetails.php
[edit]
[-] VideoLocalization.php
[edit]
[-] InvideoTiming.php
[edit]
[-] Member.php
[edit]
[-] VideoAgeGating.php
[edit]
[-] LocalizedString.php
[edit]
[-] SearchResultSnippet.php
[edit]
[-] VideoAbuseReport.php
[edit]
[-] VideoGetRatingResponse.php
[edit]
[-] ActivitySnippet.php
[edit]
[-] PlaylistPlayer.php
[edit]
[-] ChannelContentDetails.php
[edit]
[-] PlaylistLocalization.php
[edit]
[+]
Resource
[-] TestItem.php
[edit]
[-] LiveStreamHealthStatus.php
[edit]
[-] PlaylistItemListResponse.php
[edit]
[-] VideoAbuseReportReason.php
[edit]
[-] LiveBroadcastListResponse.php
[edit]
[-] LanguageTag.php
[edit]
[-] LiveChatMessageAuthorDetails.php
[edit]
[-] ThumbnailDetails.php
[edit]
[-] CommentThread.php
[edit]
[-] LiveStreamListResponse.php
[edit]
[-] Comment.php
[edit]
[-] ChannelConversionPings.php
[edit]
[-] Video.php
[edit]
[-] MembershipsLevelSnippet.php
[edit]
[-] LiveChatTextMessageDetails.php
[edit]
[-] ChannelSectionSnippet.php
[edit]
[-] VideoContentDetails.php
[edit]
[-] LiveChatMemberMilestoneChatDetails.php
[edit]
[-] ThumbnailSetResponse.php
[edit]
[-] ChannelBannerResource.php
[edit]
[-] PlaylistSnippet.php
[edit]
[-] VideoRecordingDetails.php
[edit]
[-] I18nRegionListResponse.php
[edit]
[-] Caption.php
[edit]
[-] CommentSnippet.php
[edit]
[-] ActivityContentDetailsComment.php
[edit]
[-] LiveBroadcastContentDetails.php
[edit]
[-] LiveChatFanFundingEventDetails.php
[edit]
[-] VideoCategorySnippet.php
[edit]
[-] I18nLanguageListResponse.php
[edit]
[-] SearchResult.php
[edit]
[-] ChannelSectionTargeting.php
[edit]
[-] LiveChatSuperChatDetails.php
[edit]
[-] ChannelToStoreLinkDetails.php
[edit]
[-] I18nLanguageSnippet.php
[edit]
[-] VideoSuggestions.php
[edit]
[-] VideoListResponse.php
[edit]
[-] VideoFileDetails.php
[edit]
[-] VideoProcessingDetails.php
[edit]
[-] ContentRating.php
[edit]
[-] InvideoBranding.php
[edit]
[-] VideoMonetizationDetails.php
[edit]
[-] SubscriptionSubscriberSnippet.php
[edit]
[-] VideoProcessingDetailsProcessingProgress.php
[edit]
[-] I18nRegionSnippet.php
[edit]
[-] SearchListResponse.php
[edit]
[-] VideoTopicDetails.php
[edit]
[-] I18nLanguage.php
[edit]
[-] RelatedEntity.php
[edit]
[-] VideoSuggestionsTagSuggestion.php
[edit]
[-] PageInfo.php
[edit]
[-] LiveBroadcastSnippet.php
[edit]
[-] I18nRegion.php
[edit]
[-] LiveChatMessageListResponse.php
[edit]
[-] Playlist.php
[edit]
[-] GeoPoint.php
[edit]
[-] Entity.php
[edit]
[-] ChannelSectionListResponse.php
[edit]