PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
/
DisplayVideo
<?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\DisplayVideo; class LineItem extends \Google\Collection { protected $collection_key = 'warningMessages'; public $advertiserId; protected $bidStrategyType = BiddingStrategy::class; protected $bidStrategyDataType = ''; protected $budgetType = LineItemBudget::class; protected $budgetDataType = ''; public $campaignId; protected $conversionCountingType = ConversionCountingConfig::class; protected $conversionCountingDataType = ''; public $creativeIds; public $displayName; public $entityStatus; protected $flightType = LineItemFlight::class; protected $flightDataType = ''; protected $frequencyCapType = FrequencyCap::class; protected $frequencyCapDataType = ''; public $insertionOrderId; protected $integrationDetailsType = IntegrationDetails::class; protected $integrationDetailsDataType = ''; public $inventorySourceIds; public $lineItemId; public $lineItemType; protected $mobileAppType = MobileApp::class; protected $mobileAppDataType = ''; public $name; protected $pacingType = Pacing::class; protected $pacingDataType = ''; protected $partnerCostsType = PartnerCost::class; protected $partnerCostsDataType = 'array'; protected $partnerRevenueModelType = PartnerRevenueModel::class; protected $partnerRevenueModelDataType = ''; protected $targetingExpansionType = TargetingExpansionConfig::class; protected $targetingExpansionDataType = ''; public $updateTime; public $warningMessages; public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param BiddingStrategy */ public function setBidStrategy(BiddingStrategy $bidStrategy) { $this->bidStrategy = $bidStrategy; } /** * @return BiddingStrategy */ public function getBidStrategy() { return $this->bidStrategy; } /** * @param LineItemBudget */ public function setBudget(LineItemBudget $budget) { $this->budget = $budget; } /** * @return LineItemBudget */ public function getBudget() { return $this->budget; } public function setCampaignId($campaignId) { $this->campaignId = $campaignId; } public function getCampaignId() { return $this->campaignId; } /** * @param ConversionCountingConfig */ public function setConversionCounting(ConversionCountingConfig $conversionCounting) { $this->conversionCounting = $conversionCounting; } /** * @return ConversionCountingConfig */ public function getConversionCounting() { return $this->conversionCounting; } public function setCreativeIds($creativeIds) { $this->creativeIds = $creativeIds; } public function getCreativeIds() { return $this->creativeIds; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } /** * @param LineItemFlight */ public function setFlight(LineItemFlight $flight) { $this->flight = $flight; } /** * @return LineItemFlight */ public function getFlight() { return $this->flight; } /** * @param FrequencyCap */ public function setFrequencyCap(FrequencyCap $frequencyCap) { $this->frequencyCap = $frequencyCap; } /** * @return FrequencyCap */ public function getFrequencyCap() { return $this->frequencyCap; } public function setInsertionOrderId($insertionOrderId) { $this->insertionOrderId = $insertionOrderId; } public function getInsertionOrderId() { return $this->insertionOrderId; } /** * @param IntegrationDetails */ public function setIntegrationDetails(IntegrationDetails $integrationDetails) { $this->integrationDetails = $integrationDetails; } /** * @return IntegrationDetails */ public function getIntegrationDetails() { return $this->integrationDetails; } public function setInventorySourceIds($inventorySourceIds) { $this->inventorySourceIds = $inventorySourceIds; } public function getInventorySourceIds() { return $this->inventorySourceIds; } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setLineItemType($lineItemType) { $this->lineItemType = $lineItemType; } public function getLineItemType() { return $this->lineItemType; } /** * @param MobileApp */ public function setMobileApp(MobileApp $mobileApp) { $this->mobileApp = $mobileApp; } /** * @return MobileApp */ public function getMobileApp() { return $this->mobileApp; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Pacing */ public function setPacing(Pacing $pacing) { $this->pacing = $pacing; } /** * @return Pacing */ public function getPacing() { return $this->pacing; } /** * @param PartnerCost[] */ public function setPartnerCosts($partnerCosts) { $this->partnerCosts = $partnerCosts; } /** * @return PartnerCost[] */ public function getPartnerCosts() { return $this->partnerCosts; } /** * @param PartnerRevenueModel */ public function setPartnerRevenueModel(PartnerRevenueModel $partnerRevenueModel) { $this->partnerRevenueModel = $partnerRevenueModel; } /** * @return PartnerRevenueModel */ public function getPartnerRevenueModel() { return $this->partnerRevenueModel; } /** * @param TargetingExpansionConfig */ public function setTargetingExpansion(TargetingExpansionConfig $targetingExpansion) { $this->targetingExpansion = $targetingExpansion; } /** * @return TargetingExpansionConfig */ public function getTargetingExpansion() { return $this->targetingExpansion; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setWarningMessages($warningMessages) { $this->warningMessages = $warningMessages; } public function getWarningMessages() { return $this->warningMessages; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LineItem::class, 'Google_Service_DisplayVideo_LineItem');
[+]
..
[-] ListCustomBiddingAlgorithmsResponse.php
[edit]
[-] ListTargetingOptionsResponse.php
[edit]
[-] AssignedUserRole.php
[edit]
[-] InsertionOrderBudget.php
[edit]
[-] LanguageTargetingOptionDetails.php
[edit]
[-] ListInsertionOrderAssignedTargetingOptionsResponse.php
[edit]
[-] InventorySourceGroup.php
[edit]
[-] AudioVideoOffset.php
[edit]
[-] GoogleBytestreamMedia.php
[edit]
[-] Site.php
[edit]
[-] ReplaceSitesResponse.php
[edit]
[-] AssetAssociation.php
[edit]
[-] DeactivateManualTriggerRequest.php
[edit]
[-] CreateAssignedTargetingOptionsRequest.php
[edit]
[-] ExitEvent.php
[edit]
[-] AgeRangeTargetingOptionDetails.php
[edit]
[-] BulkEditAssignedLocationsResponse.php
[edit]
[-] LookbackWindow.php
[edit]
[-] ExchangeConfig.php
[edit]
[-] ExchangeTargetingOptionDetails.php
[edit]
[-] AudienceGroupAssignedTargetingOptionDetails.php
[edit]
[-] OmidAssignedTargetingOptionDetails.php
[edit]
[-] BulkListAdvertiserAssignedTargetingOptionsResponse.php
[edit]
[-] DoubleVerifyFraudInvalidTraffic.php
[edit]
[-] CombinedAudience.php
[edit]
[-] OnScreenPositionAssignedTargetingOptionDetails.php
[edit]
[-] CampaignBudget.php
[edit]
[-] PrismaConfig.php
[edit]
[-] BulkEditPartnerAssignedTargetingOptionsRequest.php
[edit]
[-] PartnerAdServerConfig.php
[edit]
[-] BudgetSummary.php
[edit]
[-] SearchTargetingOptionsRequest.php
[edit]
[-] ListUsersResponse.php
[edit]
[-] ContentOutstreamPositionTargetingOptionDetails.php
[edit]
[-] RateDetails.php
[edit]
[-] AuthorizedSellerStatusAssignedTargetingOptionDetails.php
[edit]
[-] SensitiveCategoryAssignedTargetingOptionDetails.php
[edit]
[-] PoiAssignedTargetingOptionDetails.php
[edit]
[-] AssignedInventorySource.php
[edit]
[-] EnvironmentAssignedTargetingOptionDetails.php
[edit]
[-] ContentInstreamPositionAssignedTargetingOptionDetails.php
[edit]
[-] Adloox.php
[edit]
[-] NegativeKeywordListAssignedTargetingOptionDetails.php
[edit]
[-] AppCategoryAssignedTargetingOptionDetails.php
[edit]
[-] TargetingOption.php
[edit]
[-] Campaign.php
[edit]
[-] PrismaCpeCode.php
[edit]
[-] Partner.php
[edit]
[-] TrackingFloodlightActivityConfig.php
[edit]
[-] LineItemFlight.php
[edit]
[-] AppCategoryTargetingOptionDetails.php
[edit]
[-] ExchangeReviewStatus.php
[edit]
[-] InventorySourceDisplayCreativeConfig.php
[edit]
[-] BulkEditLineItemAssignedTargetingOptionsRequest.php
[edit]
[-] ListInventorySourcesResponse.php
[edit]
[-] Date.php
[edit]
[-] ReplaceNegativeKeywordsRequest.php
[edit]
[-] CarrierAndIspAssignedTargetingOptionDetails.php
[edit]
[-] DigitalContentLabelTargetingOptionDetails.php
[edit]
[-] FloodlightGroup.php
[edit]
[-] InsertionOrderBudgetSegment.php
[edit]
[-] ViewabilityTargetingOptionDetails.php
[edit]
[-] MobileApp.php
[edit]
[-] BulkEditAssignedInventorySourcesRequest.php
[edit]
[-] SensitiveCategoryTargetingOptionDetails.php
[edit]
[-] GoogleAudienceTargetingSetting.php
[edit]
[-] IntegrationDetails.php
[edit]
[-] ChannelAssignedTargetingOptionDetails.php
[edit]
[-] OperatingSystemTargetingOptionDetails.php
[edit]
[-] CustomListGroup.php
[edit]
[-] GeoRegionTargetingOptionDetails.php
[edit]
[-] DeviceTypeAssignedTargetingOptionDetails.php
[edit]
[-] OmidTargetingOptionDetails.php
[edit]
[-] ListPartnersResponse.php
[edit]
[-] GoogleAudience.php
[edit]
[-] CategoryTargetingOptionDetails.php
[edit]
[-] BulkEditAssignedLocationsRequest.php
[edit]
[-] DoubleVerifyDisplayViewability.php
[edit]
[-] AdvertiserSdfConfig.php
[edit]
[-] InventorySourceAssignedTargetingOptionDetails.php
[edit]
[-] BulkListLineItemAssignedTargetingOptionsResponse.php
[edit]
[-] BusinessChainTargetingOptionDetails.php
[edit]
[-] MeasurementConfig.php
[edit]
[-] AdvertiserAdServerConfig.php
[edit]
[-] Creative.php
[edit]
[-] ListAdvertisersResponse.php
[edit]
[-] ThirdPartyVerifierAssignedTargetingOptionDetails.php
[edit]
[-] BulkEditAdvertiserAssignedTargetingOptionsRequest.php
[edit]
[-] PoiSearchTerms.php
[edit]
[-] CategoryAssignedTargetingOptionDetails.php
[edit]
[-] ListSitesResponse.php
[edit]
[-] BulkEditPartnerAssignedTargetingOptionsResponse.php
[edit]
[-] GeoRegionAssignedTargetingOptionDetails.php
[edit]
[-] Asset.php
[edit]
[-] AdvertiserTargetingConfig.php
[edit]
[-] ConversionCountingConfig.php
[edit]
[-] CreateSdfDownloadTaskRequest.php
[edit]
[-] PerformanceGoalBidStrategy.php
[edit]
[-] ListLineItemAssignedTargetingOptionsResponse.php
[edit]
[-] RegionalLocationListAssignedTargetingOptionDetails.php
[edit]
[-] DoubleVerify.php
[edit]
[-] DayAndTimeAssignedTargetingOptionDetails.php
[edit]
[-] ExchangeConfigEnabledExchange.php
[edit]
[-] LookupInvoiceCurrencyResponse.php
[edit]
[-] BusinessChainAssignedTargetingOptionDetails.php
[edit]
[-] CustomBiddingAlgorithm.php
[edit]
[-] TargetingExpansionConfig.php
[edit]
[-] ThirdPartyUrl.php
[edit]
[-] DeviceMakeModelAssignedTargetingOptionDetails.php
[edit]
[-] FrequencyCap.php
[edit]
[-] BulkEditAssignedUserRolesRequest.php
[edit]
[-] DeviceTypeTargetingOptionDetails.php
[edit]
[-] ManualTrigger.php
[edit]
[-] IntegralAdScience.php
[edit]
[-] DeviceMakeModelTargetingOptionDetails.php
[edit]
[-] FixedBidStrategy.php
[edit]
[-] ThirdPartyOnlyConfig.php
[edit]
[-] ListNegativeKeywordListsResponse.php
[edit]
[-] DoubleVerifyVideoViewability.php
[edit]
[-] CampaignGoal.php
[edit]
[-] OnScreenPositionTargetingOptionDetails.php
[edit]
[-] BulkEditAssignedUserRolesResponse.php
[edit]
[-] VideoPlayerSizeTargetingOptionDetails.php
[edit]
[-] ActivateManualTriggerRequest.php
[edit]
[-] NativeContentPositionAssignedTargetingOptionDetails.php
[edit]
[-] Channel.php
[edit]
[-] CarrierAndIspTargetingOptionDetails.php
[edit]
[-] ListAssignedInventorySourcesResponse.php
[edit]
[-] SdfConfig.php
[edit]
[-] BulkEditAdvertiserAssignedTargetingOptionsResponse.php
[edit]
[-] ListFirstAndThirdPartyAudiencesResponse.php
[edit]
[-] SearchTargetingOptionsResponse.php
[edit]
[-] BulkListCampaignAssignedTargetingOptionsResponse.php
[edit]
[-] ListNegativeKeywordsResponse.php
[edit]
[-] MaximizeSpendBidStrategy.php
[edit]
[-] SdfDownloadTaskMetadata.php
[edit]
[-] AuthorizedSellerStatusTargetingOptionDetails.php
[edit]
[-] InventorySourceGroupAssignedTargetingOptionDetails.php
[edit]
[-] ListCustomListsResponse.php
[edit]
[-] CounterEvent.php
[edit]
[-] ListLineItemsResponse.php
[edit]
[-] InventorySource.php
[edit]
[-] GenerateDefaultLineItemRequest.php
[edit]
[-] UserRewardedContentAssignedTargetingOptionDetails.php
[edit]
[-] AdvertiserCreativeConfig.php
[edit]
[-] CreateAssetRequest.php
[edit]
[-] AuditAdvertiserResponse.php
[edit]
[-] ListInsertionOrdersResponse.php
[edit]
[-] BiddingStrategy.php
[edit]
[-] ListCreativesResponse.php
[edit]
[-] ListAssignedLocationsResponse.php
[edit]
[-] ListLocationListsResponse.php
[edit]
[-] Dimensions.php
[edit]
[-] VideoPlayerSizeAssignedTargetingOptionDetails.php
[edit]
[-] CreativeConfig.php
[edit]
[-] GenderAssignedTargetingOptionDetails.php
[edit]
[-] ReplaceNegativeKeywordsResponse.php
[edit]
[-] FirstAndThirdPartyAudienceTargetingSetting.php
[edit]
[-] CmHybridConfig.php
[edit]
[-] InventorySourceStatus.php
[edit]
[-] AdvertiserDataAccessConfig.php
[edit]
[-] FirstAndThirdPartyAudience.php
[edit]
[-] ProximityLocationListAssignedTargetingOptionDetails.php
[edit]
[-] ActiveViewVideoViewabilityMetricConfig.php
[edit]
[-] NegativeKeyword.php
[edit]
[-] BusinessChainSearchTerms.php
[edit]
[-] CustomListTargetingSetting.php
[edit]
[-] CampaignFlight.php
[edit]
[+]
Resource
[-] CmTrackingAd.php
[edit]
[-] NegativeKeywordList.php
[edit]
[-] LanguageAssignedTargetingOptionDetails.php
[edit]
[-] ObaIcon.php
[edit]
[-] PoiTargetingOptionDetails.php
[edit]
[-] DoubleVerifyBrandSafetyCategories.php
[edit]
[-] InventorySourceFilter.php
[edit]
[-] DigitalContentLabelAssignedTargetingOptionDetails.php
[edit]
[-] ExchangeAssignedTargetingOptionDetails.php
[edit]
[-] AssignedTargetingOption.php
[edit]
[-] BulkListInsertionOrderAssignedTargetingOptionsResponse.php
[edit]
[-] TimerEvent.php
[edit]
[-] BulkEditLineItemAssignedTargetingOptionsResponse.php
[edit]
[-] BulkEditNegativeKeywordsResponse.php
[edit]
[-] BrowserAssignedTargetingOptionDetails.php
[edit]
[-] PartnerGeneralConfig.php
[edit]
[-] PartnerDataAccessConfig.php
[edit]
[-] IdFilter.php
[edit]
[-] ListCampaignAssignedTargetingOptionsResponse.php
[edit]
[-] Status.php
[edit]
[-] TimeRange.php
[edit]
[-] BrowserTargetingOptionDetails.php
[edit]
[-] BulkEditAssignedInventorySourcesResponse.php
[edit]
[-] ListInvoicesResponse.php
[edit]
[-] GenderTargetingOptionDetails.php
[edit]
[-] CreateAssetResponse.php
[edit]
[-] UserRewardedContentTargetingOptionDetails.php
[edit]
[-] LineItem.php
[edit]
[-] ReviewStatusInfo.php
[edit]
[-] ContentInstreamPositionTargetingOptionDetails.php
[edit]
[-] UrlAssignedTargetingOptionDetails.php
[edit]
[-] PublisherReviewStatus.php
[edit]
[-] SubExchangeAssignedTargetingOptionDetails.php
[edit]
[-] PartnerCost.php
[edit]
[-] CombinedAudienceTargetingSetting.php
[edit]
[-] PerformanceGoal.php
[edit]
[-] OperatingSystemAssignedTargetingOptionDetails.php
[edit]
[-] ViewabilityAssignedTargetingOptionDetails.php
[edit]
[-] PartnerRevenueModel.php
[edit]
[-] ParentEntityFilter.php
[edit]
[-] LocationList.php
[edit]
[-] CustomList.php
[edit]
[-] ListPartnerAssignedTargetingOptionsResponse.php
[edit]
[-] AgeRangeAssignedTargetingOptionDetails.php
[edit]
[-] Invoice.php
[edit]
[-] ParentalStatusTargetingOptionDetails.php
[edit]
[-] SubExchangeTargetingOptionDetails.php
[edit]
[-] InventorySourceVideoCreativeConfig.php
[edit]
[-] CombinedAudienceGroup.php
[edit]
[-] ListCampaignsResponse.php
[edit]
[-] ParentalStatusAssignedTargetingOptionDetails.php
[edit]
[-] User.php
[edit]
[-] HouseholdIncomeTargetingOptionDetails.php
[edit]
[-] FirstAndThirdPartyAudienceGroup.php
[edit]
[-] ListAdvertiserAssignedTargetingOptionsResponse.php
[edit]
[-] GeoRegionSearchTerms.php
[edit]
[-] AssignedLocation.php
[edit]
[-] DeleteAssignedTargetingOptionsRequest.php
[edit]
[-] ListGoogleAudiencesResponse.php
[edit]
[-] ListCombinedAudiencesResponse.php
[edit]
[-] BulkEditSitesRequest.php
[edit]
[-] GoogleAudienceGroup.php
[edit]
[-] BulkEditNegativeKeywordsRequest.php
[edit]
[-] NativeContentPositionTargetingOptionDetails.php
[edit]
[-] ReplaceSitesRequest.php
[edit]
[-] ListManualTriggersResponse.php
[edit]
[-] AppAssignedTargetingOptionDetails.php
[edit]
[-] EnvironmentTargetingOptionDetails.php
[edit]
[-] BulkEditSitesResponse.php
[edit]
[-] LineItemBudget.php
[edit]
[-] AdvertiserGeneralConfig.php
[edit]
[-] SdfDownloadTask.php
[edit]
[-] InsertionOrder.php
[edit]
[-] Transcode.php
[edit]
[-] DoubleVerifyAppStarRating.php
[edit]
[-] ListInventorySourceGroupsResponse.php
[edit]
[-] ListChannelsResponse.php
[edit]
[-] UniversalAdId.php
[edit]
[-] Pacing.php
[edit]
[-] DisplayvideoEmpty.php
[edit]
[-] ContentOutstreamPositionAssignedTargetingOptionDetails.php
[edit]
[-] DateRange.php
[edit]
[-] Advertiser.php
[edit]
[-] Operation.php
[edit]
[-] Money.php
[edit]
[-] HouseholdIncomeAssignedTargetingOptionDetails.php
[edit]
[-] KeywordAssignedTargetingOptionDetails.php
[edit]