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 ImageSettings extends \Google\Model { protected $backgroundImageUrlType = LocalizedProperty::class; protected $backgroundImageUrlDataType = ''; public $bannerExternalUrl; public $bannerImageUrl; public $bannerMobileExtraHdImageUrl; public $bannerMobileHdImageUrl; public $bannerMobileImageUrl; public $bannerMobileLowImageUrl; public $bannerMobileMediumHdImageUrl; public $bannerTabletExtraHdImageUrl; public $bannerTabletHdImageUrl; public $bannerTabletImageUrl; public $bannerTabletLowImageUrl; public $bannerTvHighImageUrl; public $bannerTvImageUrl; public $bannerTvLowImageUrl; public $bannerTvMediumImageUrl; protected $largeBrandedBannerImageImapScriptType = LocalizedProperty::class; protected $largeBrandedBannerImageImapScriptDataType = ''; protected $largeBrandedBannerImageUrlType = LocalizedProperty::class; protected $largeBrandedBannerImageUrlDataType = ''; protected $smallBrandedBannerImageImapScriptType = LocalizedProperty::class; protected $smallBrandedBannerImageImapScriptDataType = ''; protected $smallBrandedBannerImageUrlType = LocalizedProperty::class; protected $smallBrandedBannerImageUrlDataType = ''; public $trackingImageUrl; public $watchIconImageUrl; /** * @param LocalizedProperty */ public function setBackgroundImageUrl(LocalizedProperty $backgroundImageUrl) { $this->backgroundImageUrl = $backgroundImageUrl; } /** * @return LocalizedProperty */ public function getBackgroundImageUrl() { return $this->backgroundImageUrl; } public function setBannerExternalUrl($bannerExternalUrl) { $this->bannerExternalUrl = $bannerExternalUrl; } public function getBannerExternalUrl() { return $this->bannerExternalUrl; } public function setBannerImageUrl($bannerImageUrl) { $this->bannerImageUrl = $bannerImageUrl; } public function getBannerImageUrl() { return $this->bannerImageUrl; } public function setBannerMobileExtraHdImageUrl($bannerMobileExtraHdImageUrl) { $this->bannerMobileExtraHdImageUrl = $bannerMobileExtraHdImageUrl; } public function getBannerMobileExtraHdImageUrl() { return $this->bannerMobileExtraHdImageUrl; } public function setBannerMobileHdImageUrl($bannerMobileHdImageUrl) { $this->bannerMobileHdImageUrl = $bannerMobileHdImageUrl; } public function getBannerMobileHdImageUrl() { return $this->bannerMobileHdImageUrl; } public function setBannerMobileImageUrl($bannerMobileImageUrl) { $this->bannerMobileImageUrl = $bannerMobileImageUrl; } public function getBannerMobileImageUrl() { return $this->bannerMobileImageUrl; } public function setBannerMobileLowImageUrl($bannerMobileLowImageUrl) { $this->bannerMobileLowImageUrl = $bannerMobileLowImageUrl; } public function getBannerMobileLowImageUrl() { return $this->bannerMobileLowImageUrl; } public function setBannerMobileMediumHdImageUrl($bannerMobileMediumHdImageUrl) { $this->bannerMobileMediumHdImageUrl = $bannerMobileMediumHdImageUrl; } public function getBannerMobileMediumHdImageUrl() { return $this->bannerMobileMediumHdImageUrl; } public function setBannerTabletExtraHdImageUrl($bannerTabletExtraHdImageUrl) { $this->bannerTabletExtraHdImageUrl = $bannerTabletExtraHdImageUrl; } public function getBannerTabletExtraHdImageUrl() { return $this->bannerTabletExtraHdImageUrl; } public function setBannerTabletHdImageUrl($bannerTabletHdImageUrl) { $this->bannerTabletHdImageUrl = $bannerTabletHdImageUrl; } public function getBannerTabletHdImageUrl() { return $this->bannerTabletHdImageUrl; } public function setBannerTabletImageUrl($bannerTabletImageUrl) { $this->bannerTabletImageUrl = $bannerTabletImageUrl; } public function getBannerTabletImageUrl() { return $this->bannerTabletImageUrl; } public function setBannerTabletLowImageUrl($bannerTabletLowImageUrl) { $this->bannerTabletLowImageUrl = $bannerTabletLowImageUrl; } public function getBannerTabletLowImageUrl() { return $this->bannerTabletLowImageUrl; } public function setBannerTvHighImageUrl($bannerTvHighImageUrl) { $this->bannerTvHighImageUrl = $bannerTvHighImageUrl; } public function getBannerTvHighImageUrl() { return $this->bannerTvHighImageUrl; } public function setBannerTvImageUrl($bannerTvImageUrl) { $this->bannerTvImageUrl = $bannerTvImageUrl; } public function getBannerTvImageUrl() { return $this->bannerTvImageUrl; } public function setBannerTvLowImageUrl($bannerTvLowImageUrl) { $this->bannerTvLowImageUrl = $bannerTvLowImageUrl; } public function getBannerTvLowImageUrl() { return $this->bannerTvLowImageUrl; } public function setBannerTvMediumImageUrl($bannerTvMediumImageUrl) { $this->bannerTvMediumImageUrl = $bannerTvMediumImageUrl; } public function getBannerTvMediumImageUrl() { return $this->bannerTvMediumImageUrl; } /** * @param LocalizedProperty */ public function setLargeBrandedBannerImageImapScript(LocalizedProperty $largeBrandedBannerImageImapScript) { $this->largeBrandedBannerImageImapScript = $largeBrandedBannerImageImapScript; } /** * @return LocalizedProperty */ public function getLargeBrandedBannerImageImapScript() { return $this->largeBrandedBannerImageImapScript; } /** * @param LocalizedProperty */ public function setLargeBrandedBannerImageUrl(LocalizedProperty $largeBrandedBannerImageUrl) { $this->largeBrandedBannerImageUrl = $largeBrandedBannerImageUrl; } /** * @return LocalizedProperty */ public function getLargeBrandedBannerImageUrl() { return $this->largeBrandedBannerImageUrl; } /** * @param LocalizedProperty */ public function setSmallBrandedBannerImageImapScript(LocalizedProperty $smallBrandedBannerImageImapScript) { $this->smallBrandedBannerImageImapScript = $smallBrandedBannerImageImapScript; } /** * @return LocalizedProperty */ public function getSmallBrandedBannerImageImapScript() { return $this->smallBrandedBannerImageImapScript; } /** * @param LocalizedProperty */ public function setSmallBrandedBannerImageUrl(LocalizedProperty $smallBrandedBannerImageUrl) { $this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl; } /** * @return LocalizedProperty */ public function getSmallBrandedBannerImageUrl() { return $this->smallBrandedBannerImageUrl; } public function setTrackingImageUrl($trackingImageUrl) { $this->trackingImageUrl = $trackingImageUrl; } public function getTrackingImageUrl() { return $this->trackingImageUrl; } public function setWatchIconImageUrl($watchIconImageUrl) { $this->watchIconImageUrl = $watchIconImageUrl; } public function getWatchIconImageUrl() { return $this->watchIconImageUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageSettings::class, 'Google_Service_YouTube_ImageSettings');
[+]
..
[-] 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]