PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
AdExchangeBuyer
<?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\AdExchangeBuyer; class PretargetingConfig extends \Google\Collection { protected $collection_key = 'videoPlayerSizes'; public $billingId; public $configId; public $configName; public $creativeType; protected $dimensionsType = PretargetingConfigDimensions::class; protected $dimensionsDataType = 'array'; public $excludedContentLabels; public $excludedGeoCriteriaIds; protected $excludedPlacementsType = PretargetingConfigExcludedPlacements::class; protected $excludedPlacementsDataType = 'array'; public $excludedUserLists; public $excludedVerticals; public $geoCriteriaIds; public $isActive; public $kind; public $languages; public $maximumQps; public $minimumViewabilityDecile; public $mobileCarriers; public $mobileDevices; public $mobileOperatingSystemVersions; protected $placementsType = PretargetingConfigPlacements::class; protected $placementsDataType = 'array'; public $platforms; public $supportedCreativeAttributes; public $userIdentifierDataRequired; public $userLists; public $vendorTypes; public $verticals; protected $videoPlayerSizesType = PretargetingConfigVideoPlayerSizes::class; protected $videoPlayerSizesDataType = 'array'; public function setBillingId($billingId) { $this->billingId = $billingId; } public function getBillingId() { return $this->billingId; } public function setConfigId($configId) { $this->configId = $configId; } public function getConfigId() { return $this->configId; } public function setConfigName($configName) { $this->configName = $configName; } public function getConfigName() { return $this->configName; } public function setCreativeType($creativeType) { $this->creativeType = $creativeType; } public function getCreativeType() { return $this->creativeType; } /** * @param PretargetingConfigDimensions[] */ public function setDimensions($dimensions) { $this->dimensions = $dimensions; } /** * @return PretargetingConfigDimensions[] */ public function getDimensions() { return $this->dimensions; } public function setExcludedContentLabels($excludedContentLabels) { $this->excludedContentLabels = $excludedContentLabels; } public function getExcludedContentLabels() { return $this->excludedContentLabels; } public function setExcludedGeoCriteriaIds($excludedGeoCriteriaIds) { $this->excludedGeoCriteriaIds = $excludedGeoCriteriaIds; } public function getExcludedGeoCriteriaIds() { return $this->excludedGeoCriteriaIds; } /** * @param PretargetingConfigExcludedPlacements[] */ public function setExcludedPlacements($excludedPlacements) { $this->excludedPlacements = $excludedPlacements; } /** * @return PretargetingConfigExcludedPlacements[] */ public function getExcludedPlacements() { return $this->excludedPlacements; } public function setExcludedUserLists($excludedUserLists) { $this->excludedUserLists = $excludedUserLists; } public function getExcludedUserLists() { return $this->excludedUserLists; } public function setExcludedVerticals($excludedVerticals) { $this->excludedVerticals = $excludedVerticals; } public function getExcludedVerticals() { return $this->excludedVerticals; } public function setGeoCriteriaIds($geoCriteriaIds) { $this->geoCriteriaIds = $geoCriteriaIds; } public function getGeoCriteriaIds() { return $this->geoCriteriaIds; } public function setIsActive($isActive) { $this->isActive = $isActive; } public function getIsActive() { return $this->isActive; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setMaximumQps($maximumQps) { $this->maximumQps = $maximumQps; } public function getMaximumQps() { return $this->maximumQps; } public function setMinimumViewabilityDecile($minimumViewabilityDecile) { $this->minimumViewabilityDecile = $minimumViewabilityDecile; } public function getMinimumViewabilityDecile() { return $this->minimumViewabilityDecile; } public function setMobileCarriers($mobileCarriers) { $this->mobileCarriers = $mobileCarriers; } public function getMobileCarriers() { return $this->mobileCarriers; } public function setMobileDevices($mobileDevices) { $this->mobileDevices = $mobileDevices; } public function getMobileDevices() { return $this->mobileDevices; } public function setMobileOperatingSystemVersions($mobileOperatingSystemVersions) { $this->mobileOperatingSystemVersions = $mobileOperatingSystemVersions; } public function getMobileOperatingSystemVersions() { return $this->mobileOperatingSystemVersions; } /** * @param PretargetingConfigPlacements[] */ public function setPlacements($placements) { $this->placements = $placements; } /** * @return PretargetingConfigPlacements[] */ public function getPlacements() { return $this->placements; } public function setPlatforms($platforms) { $this->platforms = $platforms; } public function getPlatforms() { return $this->platforms; } public function setSupportedCreativeAttributes($supportedCreativeAttributes) { $this->supportedCreativeAttributes = $supportedCreativeAttributes; } public function getSupportedCreativeAttributes() { return $this->supportedCreativeAttributes; } public function setUserIdentifierDataRequired($userIdentifierDataRequired) { $this->userIdentifierDataRequired = $userIdentifierDataRequired; } public function getUserIdentifierDataRequired() { return $this->userIdentifierDataRequired; } public function setUserLists($userLists) { $this->userLists = $userLists; } public function getUserLists() { return $this->userLists; } public function setVendorTypes($vendorTypes) { $this->vendorTypes = $vendorTypes; } public function getVendorTypes() { return $this->vendorTypes; } public function setVerticals($verticals) { $this->verticals = $verticals; } public function getVerticals() { return $this->verticals; } /** * @param PretargetingConfigVideoPlayerSizes[] */ public function setVideoPlayerSizes($videoPlayerSizes) { $this->videoPlayerSizes = $videoPlayerSizes; } /** * @return PretargetingConfigVideoPlayerSizes[] */ public function getVideoPlayerSizes() { return $this->videoPlayerSizes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PretargetingConfig::class, 'Google_Service_AdExchangeBuyer_PretargetingConfig');
[-] TargetingValueDayPartTargeting.php
[edit]
[-] DealServingMetadata.php
[edit]
[-] Buyer.php
[edit]
[-] PretargetingConfig.php
[edit]
[-] PerformanceReportList.php
[edit]
[-] Budget.php
[edit]
[-] MarketplaceNote.php
[edit]
[-] TargetingValueRequestPlatformTargeting.php
[edit]
[-] SharedTargeting.php
[edit]
[-] GetOffersResponse.php
[edit]
[-] BillingInfo.php
[edit]
[-] DealTermsNonGuaranteedFixedPriceTerms.php
[edit]
[-] DealTermsGuaranteedFixedPriceTerms.php
[edit]
[+]
..
[-] CreativeCorrectionsContexts.php
[edit]
[-] PretargetingConfigExcludedPlacements.php
[edit]
[-] GetOrdersResponse.php
[edit]
[-] CreativeServingRestrictions.php
[edit]
[-] CreativeNativeAdImage.php
[edit]
[-] DeleteOrderDealsResponse.php
[edit]
[-] EditAllOrderDealsResponse.php
[edit]
[-] AddOrderDealsResponse.php
[edit]
[-] TargetingValueSize.php
[edit]
[-] DealTerms.php
[edit]
[-] TargetingValue.php
[edit]
[-] Creative.php
[edit]
[-] CreativesList.php
[edit]
[-] GetOrderNotesResponse.php
[edit]
[-] CreativeDealIdsDealStatuses.php
[edit]
[-] Proposal.php
[edit]
[-] AddOrderNotesResponse.php
[edit]
[-] DimensionDimensionValue.php
[edit]
[-] CreativeServingRestrictionsContexts.php
[edit]
[-] TargetingValueDemogGenderCriteria.php
[edit]
[-] PrivateData.php
[edit]
[-] PretargetingConfigVideoPlayerSizes.php
[edit]
[-] Dimension.php
[edit]
[-] CreativeNativeAd.php
[edit]
[-] DealServingMetadataDealPauseStatus.php
[edit]
[-] MarketplaceDeal.php
[edit]
[-] Account.php
[edit]
[-] Price.php
[edit]
[-] CreativeDealIds.php
[edit]
[-] CreativeNativeAdLogo.php
[edit]
[-] DealTermsNonGuaranteedAuctionTerms.php
[edit]
[-] CreativeServingRestrictionsDisapprovalReasons.php
[edit]
[-] DeleteOrderDealsRequest.php
[edit]
[-] AddOrderNotesRequest.php
[edit]
[-] MobileApplication.php
[edit]
[-] BillingInfoList.php
[edit]
[-] PublisherProfileApiProto.php
[edit]
[-] DealTermsGuaranteedFixedPriceTermsBillingInfo.php
[edit]
[-] Seller.php
[edit]
[+]
Resource
[-] TargetingValueDemogAgeCriteria.php
[edit]
[-] ContactInformation.php
[edit]
[-] CreateOrdersResponse.php
[edit]
[-] CreativeFilteringReasons.php
[edit]
[-] CreativeNativeAdAppIcon.php
[edit]
[-] GetOrderDealsResponse.php
[edit]
[-] MarketplaceLabel.php
[edit]
[-] CreativeAdTechnologyProviders.php
[edit]
[-] CreateOrdersRequest.php
[edit]
[-] DealTermsRubiconNonGuaranteedTerms.php
[edit]
[-] Product.php
[edit]
[-] AccountsList.php
[edit]
[-] TargetingValueCreativeSize.php
[edit]
[-] CreativeCorrections.php
[edit]
[-] CreativeFilteringReasonsReasons.php
[edit]
[-] UpdatePrivateAuctionProposalRequest.php
[edit]
[-] PretargetingConfigPlacements.php
[edit]
[-] GetPublisherProfilesByAccountIdResponse.php
[edit]
[-] PublisherProvidedForecast.php
[edit]
[-] PerformanceReport.php
[edit]
[-] EditAllOrderDealsRequest.php
[edit]
[-] PretargetingConfigDimensions.php
[edit]
[-] PricePerBuyer.php
[edit]
[-] AddOrderDealsRequest.php
[edit]
[-] AccountBidderLocation.php
[edit]
[-] TargetingValueDayPartTargetingDayPart.php
[edit]
[-] MarketplaceDealParty.php
[edit]
[-] DeliveryControlFrequencyCap.php
[edit]
[-] PretargetingConfigList.php
[edit]
[-] DeliveryControl.php
[edit]