PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
/
AdExchangeBuyerII
<?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\AdExchangeBuyerII; class Creative extends \Google\Collection { protected $collection_key = 'vendorIds'; public $accountId; public $adChoicesDestinationUrl; protected $adTechnologyProvidersType = AdTechnologyProviders::class; protected $adTechnologyProvidersDataType = ''; public $advertiserName; public $agencyId; public $apiUpdateTime; public $attributes; public $clickThroughUrls; protected $correctionsType = Correction::class; protected $correctionsDataType = 'array'; public $creativeId; public $dealsStatus; public $declaredClickThroughUrls; public $detectedAdvertiserIds; public $detectedDomains; public $detectedLanguages; public $detectedProductCategories; public $detectedSensitiveCategories; protected $htmlType = HtmlContent::class; protected $htmlDataType = ''; public $impressionTrackingUrls; protected $nativeType = NativeContent::class; protected $nativeDataType = ''; public $openAuctionStatus; public $restrictedCategories; protected $servingRestrictionsType = ServingRestriction::class; protected $servingRestrictionsDataType = 'array'; public $vendorIds; public $version; protected $videoType = VideoContent::class; protected $videoDataType = ''; public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdChoicesDestinationUrl($adChoicesDestinationUrl) { $this->adChoicesDestinationUrl = $adChoicesDestinationUrl; } public function getAdChoicesDestinationUrl() { return $this->adChoicesDestinationUrl; } /** * @param AdTechnologyProviders */ public function setAdTechnologyProviders(AdTechnologyProviders $adTechnologyProviders) { $this->adTechnologyProviders = $adTechnologyProviders; } /** * @return AdTechnologyProviders */ public function getAdTechnologyProviders() { return $this->adTechnologyProviders; } public function setAdvertiserName($advertiserName) { $this->advertiserName = $advertiserName; } public function getAdvertiserName() { return $this->advertiserName; } public function setAgencyId($agencyId) { $this->agencyId = $agencyId; } public function getAgencyId() { return $this->agencyId; } public function setApiUpdateTime($apiUpdateTime) { $this->apiUpdateTime = $apiUpdateTime; } public function getApiUpdateTime() { return $this->apiUpdateTime; } public function setAttributes($attributes) { $this->attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setClickThroughUrls($clickThroughUrls) { $this->clickThroughUrls = $clickThroughUrls; } public function getClickThroughUrls() { return $this->clickThroughUrls; } /** * @param Correction[] */ public function setCorrections($corrections) { $this->corrections = $corrections; } /** * @return Correction[] */ public function getCorrections() { return $this->corrections; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setDealsStatus($dealsStatus) { $this->dealsStatus = $dealsStatus; } public function getDealsStatus() { return $this->dealsStatus; } public function setDeclaredClickThroughUrls($declaredClickThroughUrls) { $this->declaredClickThroughUrls = $declaredClickThroughUrls; } public function getDeclaredClickThroughUrls() { return $this->declaredClickThroughUrls; } public function setDetectedAdvertiserIds($detectedAdvertiserIds) { $this->detectedAdvertiserIds = $detectedAdvertiserIds; } public function getDetectedAdvertiserIds() { return $this->detectedAdvertiserIds; } public function setDetectedDomains($detectedDomains) { $this->detectedDomains = $detectedDomains; } public function getDetectedDomains() { return $this->detectedDomains; } public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } public function getDetectedLanguages() { return $this->detectedLanguages; } public function setDetectedProductCategories($detectedProductCategories) { $this->detectedProductCategories = $detectedProductCategories; } public function getDetectedProductCategories() { return $this->detectedProductCategories; } public function setDetectedSensitiveCategories($detectedSensitiveCategories) { $this->detectedSensitiveCategories = $detectedSensitiveCategories; } public function getDetectedSensitiveCategories() { return $this->detectedSensitiveCategories; } /** * @param HtmlContent */ public function setHtml(HtmlContent $html) { $this->html = $html; } /** * @return HtmlContent */ public function getHtml() { return $this->html; } public function setImpressionTrackingUrls($impressionTrackingUrls) { $this->impressionTrackingUrls = $impressionTrackingUrls; } public function getImpressionTrackingUrls() { return $this->impressionTrackingUrls; } /** * @param NativeContent */ public function setNative(NativeContent $native) { $this->native = $native; } /** * @return NativeContent */ public function getNative() { return $this->native; } public function setOpenAuctionStatus($openAuctionStatus) { $this->openAuctionStatus = $openAuctionStatus; } public function getOpenAuctionStatus() { return $this->openAuctionStatus; } public function setRestrictedCategories($restrictedCategories) { $this->restrictedCategories = $restrictedCategories; } public function getRestrictedCategories() { return $this->restrictedCategories; } /** * @param ServingRestriction[] */ public function setServingRestrictions($servingRestrictions) { $this->servingRestrictions = $servingRestrictions; } /** * @return ServingRestriction[] */ public function getServingRestrictions() { return $this->servingRestrictions; } public function setVendorIds($vendorIds) { $this->vendorIds = $vendorIds; } public function getVendorIds() { return $this->vendorIds; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } /** * @param VideoContent */ public function setVideo(VideoContent $video) { $this->video = $video; } /** * @return VideoContent */ public function getVideo() { return $this->video; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Creative::class, 'Google_Service_AdExchangeBuyerII_Creative');
[-] ListFilteredBidsResponse.php
[edit]
[-] ClientUser.php
[edit]
[-] AuctionContext.php
[edit]
[-] OperatingSystemTargeting.php
[edit]
[-] NonBillableWinningBidStatusRow.php
[edit]
[-] CancelNegotiationRequest.php
[edit]
[-] DealServingMetadata.php
[edit]
[-] Buyer.php
[edit]
[-] ListProposalsResponse.php
[edit]
[-] ListProductsResponse.php
[edit]
[-] ClientUserInvitation.php
[edit]
[-] FilteredBidCreativeRow.php
[edit]
[-] RemoveDealAssociationRequest.php
[edit]
[-] ListCreativeStatusBreakdownByCreativeResponse.php
[edit]
[-] DayPartTargeting.php
[edit]
[-] ListBidMetricsResponse.php
[edit]
[-] FirstPartyMobileApplicationTargeting.php
[edit]
[-] NonGuaranteedFixedPriceTerms.php
[edit]
[-] GuaranteedFixedPriceTerms.php
[edit]
[-] RowDimensions.php
[edit]
[-] ListFilteredBidRequestsResponse.php
[edit]
[-] PlacementTargeting.php
[edit]
[-] CriteriaTargeting.php
[edit]
[+]
..
[-] Date.php
[edit]
[-] SecurityContext.php
[edit]
[-] PlatformContext.php
[edit]
[-] TargetingCriteria.php
[edit]
[-] CreativeStatusRow.php
[edit]
[-] ListFilterSetsResponse.php
[edit]
[-] PublisherProfile.php
[edit]
[-] CreativeDealAssociation.php
[edit]
[-] ListLosingBidsResponse.php
[edit]
[-] ListDealAssociationsResponse.php
[edit]
[-] ListCreativeStatusBreakdownByDetailResponse.php
[edit]
[-] Size.php
[edit]
[-] Adexchangebuyer2Empty.php
[edit]
[-] DealTerms.php
[edit]
[-] TargetingValue.php
[edit]
[-] ListClientsResponse.php
[edit]
[-] Correction.php
[edit]
[-] Creative.php
[edit]
[-] ListBidResponsesWithoutBidsResponse.php
[edit]
[-] PauseProposalRequest.php
[edit]
[-] Proposal.php
[edit]
[-] ListPublisherProfilesResponse.php
[edit]
[-] PrivateData.php
[edit]
[-] ServingContext.php
[edit]
[-] InventorySizeTargeting.php
[edit]
[-] Disapproval.php
[edit]
[-] FrequencyCap.php
[edit]
[-] FilterSet.php
[edit]
[-] Price.php
[edit]
[-] CreativeSpecification.php
[edit]
[-] Image.php
[edit]
[-] MobileApplicationTargeting.php
[edit]
[-] ListImpressionMetricsResponse.php
[edit]
[-] Client.php
[edit]
[-] PauseProposalDealsRequest.php
[edit]
[-] CompleteSetupRequest.php
[edit]
[-] ListClientUsersResponse.php
[edit]
[-] LocationContext.php
[edit]
[-] ListClientUserInvitationsResponse.php
[edit]
[-] AddNoteRequest.php
[edit]
[-] ResumeProposalRequest.php
[edit]
[-] NonGuaranteedAuctionTerms.php
[edit]
[-] ResumeProposalDealsRequest.php
[edit]
[-] FilteredBidDetailRow.php
[edit]
[-] ListCreativesResponse.php
[edit]
[-] CalloutStatusRow.php
[edit]
[-] StopWatchingCreativeRequest.php
[edit]
[-] TimeInterval.php
[edit]
[-] AcceptProposalRequest.php
[edit]
[-] Note.php
[edit]
[-] UrlTargeting.php
[edit]
[-] MarketplaceTargeting.php
[edit]
[-] BidResponseWithoutBidsStatusRow.php
[edit]
[-] Seller.php
[edit]
[-] HtmlContent.php
[edit]
[+]
Resource
[-] RealtimeTimeRange.php
[edit]
[-] VideoContent.php
[edit]
[-] ContactInformation.php
[edit]
[-] RelativeDateRange.php
[edit]
[-] DealPauseStatus.php
[edit]
[-] AbsoluteDateRange.php
[edit]
[-] Deal.php
[edit]
[-] AdTechnologyProviders.php
[edit]
[-] AppContext.php
[edit]
[-] CreativeRestrictions.php
[edit]
[-] Product.php
[edit]
[-] TimeOfDay.php
[edit]
[-] ServingRestriction.php
[edit]
[-] PublisherProfileMobileApplication.php
[edit]
[-] AddDealAssociationRequest.php
[edit]
[-] WatchCreativeRequest.php
[edit]
[-] BidMetricsRow.php
[edit]
[-] MetricValue.php
[edit]
[-] ImpressionMetricsRow.php
[edit]
[-] AdSize.php
[edit]
[-] DayPart.php
[edit]
[-] PricePerBuyer.php
[edit]
[-] ListBidResponseErrorsResponse.php
[edit]
[-] VideoTargeting.php
[edit]
[-] NativeContent.php
[edit]
[-] TechnologyTargeting.php
[edit]
[-] ListNonBillableWinningBidsResponse.php
[edit]
[-] CreativeSize.php
[edit]
[-] DeliveryControl.php
[edit]
[-] Money.php
[edit]