code
stringlengths
15
9.96M
docstring
stringlengths
1
10.1k
func_name
stringlengths
1
124
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
6
186
url
stringlengths
50
236
license
stringclasses
4 values
public function setCreative($creative) { $this->creative = $creative; }
@param string
setCreative
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AddCreativeRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AddCreativeRequest.php
Apache-2.0
public function getCreative() { return $this->creative; }
@return string
getCreative
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AddCreativeRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AddCreativeRequest.php
Apache-2.0
public function setClients($clients) { $this->clients = $clients; }
@param string[]
setClients
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UnsubscribeClientsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UnsubscribeClientsRequest.php
Apache-2.0
public function getClients() { return $this->clients; }
@return string[]
getClients
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UnsubscribeClientsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UnsubscribeClientsRequest.php
Apache-2.0
public function setDeals($deals) { $this->deals = $deals; }
@param Deal[]
setDeals
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListDealsResponse.php
Apache-2.0
public function getDeals() { return $this->deals; }
@return Deal[]
getDeals
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListDealsResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListDealsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListDealsResponse.php
Apache-2.0
public function setEmail($email) { $this->email = $email; }
@param string
setEmail
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
Apache-2.0
public function getEmail() { return $this->email; }
@return string
getEmail
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
Apache-2.0
public function setState($state) { $this->state = $state; }
@param string
setState
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
Apache-2.0
public function getState() { return $this->state; }
@return string
getState
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ClientUser.php
Apache-2.0
public function setAuctionPackages($auctionPackages) { $this->auctionPackages = $auctionPackages; }
@param AuctionPackage[]
setAuctionPackages
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListAuctionPackagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListAuctionPackagesResponse.php
Apache-2.0
public function getAuctionPackages() { return $this->auctionPackages; }
@return AuctionPackage[]
getAuctionPackages
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListAuctionPackagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListAuctionPackagesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListAuctionPackagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListAuctionPackagesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListAuctionPackagesResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListAuctionPackagesResponse.php
Apache-2.0
public function setClients($clients) { $this->clients = $clients; }
@param string[]
setClients
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SubscribeClientsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SubscribeClientsRequest.php
Apache-2.0
public function getClients() { return $this->clients; }
@return string[]
getClients
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SubscribeClientsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SubscribeClientsRequest.php
Apache-2.0
public function setReason($reason) { $this->reason = $reason; }
@param string
setReason
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PauseFinalizedDealRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PauseFinalizedDealRequest.php
Apache-2.0
public function getReason() { return $this->reason; }
@return string
getReason
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PauseFinalizedDealRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PauseFinalizedDealRequest.php
Apache-2.0
public function setProposalRevision($proposalRevision) { $this->proposalRevision = $proposalRevision; }
@param string
setProposalRevision
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AcceptProposalRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AcceptProposalRequest.php
Apache-2.0
public function getProposalRevision() { return $this->proposalRevision; }
@return string
getProposalRevision
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AcceptProposalRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AcceptProposalRequest.php
Apache-2.0
public function setId($id) { $this->id = $id; }
@param string
setId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/TimeZone.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/TimeZone.php
Apache-2.0
public function getId() { return $this->id; }
@return string
getId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/TimeZone.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/TimeZone.php
Apache-2.0
public function setVersion($version) { $this->version = $version; }
@param string
setVersion
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/TimeZone.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/TimeZone.php
Apache-2.0
public function getVersion() { return $this->version; }
@return string
getVersion
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/TimeZone.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/TimeZone.php
Apache-2.0
public function setExcludedAppIds($excludedAppIds) { $this->excludedAppIds = $excludedAppIds; }
@param string[]
setExcludedAppIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FirstPartyMobileApplicationTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FirstPartyMobileApplicationTargeting.php
Apache-2.0
public function getExcludedAppIds() { return $this->excludedAppIds; }
@return string[]
getExcludedAppIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FirstPartyMobileApplicationTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FirstPartyMobileApplicationTargeting.php
Apache-2.0
public function setTargetedAppIds($targetedAppIds) { $this->targetedAppIds = $targetedAppIds; }
@param string[]
setTargetedAppIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FirstPartyMobileApplicationTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FirstPartyMobileApplicationTargeting.php
Apache-2.0
public function getTargetedAppIds() { return $this->targetedAppIds; }
@return string[]
getTargetedAppIds
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FirstPartyMobileApplicationTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FirstPartyMobileApplicationTargeting.php
Apache-2.0
public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; }
@param string
setCurrencyCode
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
Apache-2.0
public function getCurrencyCode() { return $this->currencyCode; }
@return string
getCurrencyCode
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
Apache-2.0
public function setNanos($nanos) { $this->nanos = $nanos; }
@param int
setNanos
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
Apache-2.0
public function getNanos() { return $this->nanos; }
@return int
getNanos
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
Apache-2.0
public function setUnits($units) { $this->units = $units; }
@param string
setUnits
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
Apache-2.0
public function getUnits() { return $this->units; }
@return string
getUnits
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Money.php
Apache-2.0
public function setFixedPrice(Price $fixedPrice) { $this->fixedPrice = $fixedPrice; }
@param Price
setFixedPrice
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PreferredDealTerms.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PreferredDealTerms.php
Apache-2.0
public function getFixedPrice() { return $this->fixedPrice; }
@return Price
getFixedPrice
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PreferredDealTerms.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PreferredDealTerms.php
Apache-2.0
public function setDeals($deals) { $this->deals = $deals; }
@param Deal[]
setDeals
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/BatchUpdateDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/BatchUpdateDealsResponse.php
Apache-2.0
public function getDeals() { return $this->deals; }
@return Deal[]
getDeals
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/BatchUpdateDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/BatchUpdateDealsResponse.php
Apache-2.0
public function setDeal(Deal $deal) { $this->deal = $deal; }
@param Deal
setDeal
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UpdateDealRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UpdateDealRequest.php
Apache-2.0
public function getDeal() { return $this->deal; }
@return Deal
getDeal
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UpdateDealRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UpdateDealRequest.php
Apache-2.0
public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; }
@param string
setUpdateMask
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UpdateDealRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UpdateDealRequest.php
Apache-2.0
public function getUpdateMask() { return $this->updateMask; }
@return string
getUpdateMask
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UpdateDealRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UpdateDealRequest.php
Apache-2.0
public function setOperatingSystemCriteria(CriteriaTargeting $operatingSystemCriteria) { $this->operatingSystemCriteria = $operatingSystemCriteria; }
@param CriteriaTargeting
setOperatingSystemCriteria
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/OperatingSystemTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/OperatingSystemTargeting.php
Apache-2.0
public function getOperatingSystemCriteria() { return $this->operatingSystemCriteria; }
@return CriteriaTargeting
getOperatingSystemCriteria
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/OperatingSystemTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/OperatingSystemTargeting.php
Apache-2.0
public function setOperatingSystemVersionCriteria(CriteriaTargeting $operatingSystemVersionCriteria) { $this->operatingSystemVersionCriteria = $operatingSystemVersionCriteria; }
@param CriteriaTargeting
setOperatingSystemVersionCriteria
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/OperatingSystemTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/OperatingSystemTargeting.php
Apache-2.0
public function getOperatingSystemVersionCriteria() { return $this->operatingSystemVersionCriteria; }
@return CriteriaTargeting
getOperatingSystemVersionCriteria
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/OperatingSystemTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/OperatingSystemTargeting.php
Apache-2.0
public function setBuyerContacts($buyerContacts) { $this->buyerContacts = $buyerContacts; }
@param Contact[]
setBuyerContacts
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getBuyerContacts() { return $this->buyerContacts; }
@return Contact[]
getBuyerContacts
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setClient($client) { $this->client = $client; }
@param string
setClient
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getClient() { return $this->client; }
@return string
getClient
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setDisplayName($displayName) { $this->displayName = $displayName; }
@param string
setDisplayName
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getDisplayName() { return $this->displayName; }
@return string
getDisplayName
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setEstimatedGrossSpend(Money $estimatedGrossSpend) { $this->estimatedGrossSpend = $estimatedGrossSpend; }
@param Money
setEstimatedGrossSpend
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getEstimatedGrossSpend() { return $this->estimatedGrossSpend; }
@return Money
getEstimatedGrossSpend
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setFlightEndTime($flightEndTime) { $this->flightEndTime = $flightEndTime; }
@param string
setFlightEndTime
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getFlightEndTime() { return $this->flightEndTime; }
@return string
getFlightEndTime
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setFlightStartTime($flightStartTime) { $this->flightStartTime = $flightStartTime; }
@param string
setFlightStartTime
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getFlightStartTime() { return $this->flightStartTime; }
@return string
getFlightStartTime
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setGeoTargeting(CriteriaTargeting $geoTargeting) { $this->geoTargeting = $geoTargeting; }
@param CriteriaTargeting
setGeoTargeting
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getGeoTargeting() { return $this->geoTargeting; }
@return CriteriaTargeting
getGeoTargeting
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setInventorySizeTargeting(InventorySizeTargeting $inventorySizeTargeting) { $this->inventorySizeTargeting = $inventorySizeTargeting; }
@param InventorySizeTargeting
setInventorySizeTargeting
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getInventorySizeTargeting() { return $this->inventorySizeTargeting; }
@return InventorySizeTargeting
getInventorySizeTargeting
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setNote($note) { $this->note = $note; }
@param string
setNote
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getNote() { return $this->note; }
@return string
getNote
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setPreferredDealTerms(PreferredDealTerms $preferredDealTerms) { $this->preferredDealTerms = $preferredDealTerms; }
@param PreferredDealTerms
setPreferredDealTerms
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getPreferredDealTerms() { return $this->preferredDealTerms; }
@return PreferredDealTerms
getPreferredDealTerms
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setProgrammaticGuaranteedTerms(ProgrammaticGuaranteedTerms $programmaticGuaranteedTerms) { $this->programmaticGuaranteedTerms = $programmaticGuaranteedTerms; }
@param ProgrammaticGuaranteedTerms
setProgrammaticGuaranteedTerms
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getProgrammaticGuaranteedTerms() { return $this->programmaticGuaranteedTerms; }
@return ProgrammaticGuaranteedTerms
getProgrammaticGuaranteedTerms
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setPublisherProfile($publisherProfile) { $this->publisherProfile = $publisherProfile; }
@param string
setPublisherProfile
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function getPublisherProfile() { return $this->publisherProfile; }
@return string
getPublisherProfile
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/SendRfpRequest.php
Apache-2.0
public function setReferenceId($referenceId) { $this->referenceId = $referenceId; }
@param string
setReferenceId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PrivateData.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PrivateData.php
Apache-2.0
public function getReferenceId() { return $this->referenceId; }
@return string
getReferenceId
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PrivateData.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PrivateData.php
Apache-2.0
public function setMobileApplicationTargeting(MobileApplicationTargeting $mobileApplicationTargeting) { $this->mobileApplicationTargeting = $mobileApplicationTargeting; }
@param MobileApplicationTargeting
setMobileApplicationTargeting
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PlacementTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PlacementTargeting.php
Apache-2.0
public function getMobileApplicationTargeting() { return $this->mobileApplicationTargeting; }
@return MobileApplicationTargeting
getMobileApplicationTargeting
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PlacementTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PlacementTargeting.php
Apache-2.0
public function setUriTargeting(UriTargeting $uriTargeting) { $this->uriTargeting = $uriTargeting; }
@param UriTargeting
setUriTargeting
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PlacementTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PlacementTargeting.php
Apache-2.0
public function getUriTargeting() { return $this->uriTargeting; }
@return UriTargeting
getUriTargeting
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PlacementTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PlacementTargeting.php
Apache-2.0
public function setFinalizedDeals($finalizedDeals) { $this->finalizedDeals = $finalizedDeals; }
@param FinalizedDeal[]
setFinalizedDeals
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListFinalizedDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListFinalizedDealsResponse.php
Apache-2.0
public function getFinalizedDeals() { return $this->finalizedDeals; }
@return FinalizedDeal[]
getFinalizedDeals
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListFinalizedDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListFinalizedDealsResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListFinalizedDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListFinalizedDealsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListFinalizedDealsResponse.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ListFinalizedDealsResponse.php
Apache-2.0
public function setDayOfWeek($dayOfWeek) { $this->dayOfWeek = $dayOfWeek; }
@param string
setDayOfWeek
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
Apache-2.0
public function getDayOfWeek() { return $this->dayOfWeek; }
@return string
getDayOfWeek
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
Apache-2.0
public function setEndTime(TimeOfDay $endTime) { $this->endTime = $endTime; }
@param TimeOfDay
setEndTime
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
Apache-2.0
public function getEndTime() { return $this->endTime; }
@return TimeOfDay
getEndTime
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
Apache-2.0
public function setStartTime(TimeOfDay $startTime) { $this->startTime = $startTime; }
@param TimeOfDay
setStartTime
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
Apache-2.0
public function getStartTime() { return $this->startTime; }
@return TimeOfDay
getStartTime
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DayPart.php
Apache-2.0
public function setAdImpressions7Days($adImpressions7Days) { $this->adImpressions7Days = $adImpressions7Days; }
@param string
setAdImpressions7Days
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
Apache-2.0
public function getAdImpressions7Days() { return $this->adImpressions7Days; }
@return string
getAdImpressions7Days
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
Apache-2.0
public function setBidRequests7Days($bidRequests7Days) { $this->bidRequests7Days = $bidRequests7Days; }
@param string
setBidRequests7Days
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
Apache-2.0
public function getBidRequests7Days() { return $this->bidRequests7Days; }
@return string
getBidRequests7Days
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
Apache-2.0
public function setBids7Days($bids7Days) { $this->bids7Days = $bids7Days; }
@param string
setBids7Days
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
Apache-2.0
public function getBids7Days() { return $this->bids7Days; }
@return string
getBids7Days
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/RtbMetrics.php
Apache-2.0
public function setRequests($requests) { $this->requests = $requests; }
@param UpdateDealRequest[]
setRequests
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/BatchUpdateDealsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/BatchUpdateDealsRequest.php
Apache-2.0
public function getRequests() { return $this->requests; }
@return UpdateDealRequest[]
getRequests
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/BatchUpdateDealsRequest.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/BatchUpdateDealsRequest.php
Apache-2.0
public function setExcludedUris($excludedUris) { $this->excludedUris = $excludedUris; }
@param string[]
setExcludedUris
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UriTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UriTargeting.php
Apache-2.0
public function getExcludedUris() { return $this->excludedUris; }
@return string[]
getExcludedUris
php
tsugiproject/tsugi
vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UriTargeting.php
https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/UriTargeting.php
Apache-2.0