Google_Service_DisplayVideo_InsertionOrder
extends Google_Collection
in package
Extension to the regular Google_Model that automatically exposes the items array for iteration, so you can just iterate over the object rather than a reference inside.
Table of Contents
- NULL_VALUE = "{}gapi-php-null"
- If you need to specify a NULL JSON value, use Google_Model::NULL_VALUE instead - it will be replaced when converting to JSON with a real null.
- $advertiserId : mixed
- $campaignId : mixed
- $displayName : mixed
- $entityStatus : mixed
- $insertionOrderId : mixed
- $name : mixed
- $updateTime : mixed
- $bidStrategyDataType : mixed
- $bidStrategyType : mixed
- $budgetDataType : mixed
- $budgetType : mixed
- $collection_key : mixed
- $frequencyCapDataType : mixed
- $frequencyCapType : mixed
- $integrationDetailsDataType : mixed
- $integrationDetailsType : mixed
- $internal_gapi_mappings : mixed
- $modelData : mixed
- $pacingDataType : mixed
- $pacingType : mixed
- $partnerCostsDataType : mixed
- $partnerCostsType : mixed
- $performanceGoalDataType : mixed
- $performanceGoalType : mixed
- $processed : mixed
- __construct() : mixed
- Polymorphic - accepts a variable number of arguments dependent on the type of the model subclass.
- __get() : mixed
- Getter that handles passthrough access to the data array, and lazy object creation.
- __isset() : mixed
- __unset() : mixed
- assertIsArray() : mixed
- Verify if $obj is an array.
- count() : mixed
- current() : mixed
- getAdvertiserId() : mixed
- getBidStrategy() : Google_Service_DisplayVideo_BiddingStrategy
- getBudget() : Google_Service_DisplayVideo_InsertionOrderBudget
- getCampaignId() : mixed
- getDisplayName() : mixed
- getEntityStatus() : mixed
- getFrequencyCap() : Google_Service_DisplayVideo_FrequencyCap
- getInsertionOrderId() : mixed
- getIntegrationDetails() : Google_Service_DisplayVideo_IntegrationDetails
- getName() : mixed
- getPacing() : Google_Service_DisplayVideo_Pacing
- getPartnerCosts() : Google_Service_DisplayVideo_PartnerCost
- getPerformanceGoal() : Google_Service_DisplayVideo_PerformanceGoal
- getUpdateTime() : mixed
- key() : mixed
- next() : mixed
- offsetExists() : mixed
- offsetGet() : mixed
- offsetSet() : mixed
- offsetUnset() : mixed
- rewind() : mixed
- setAdvertiserId() : mixed
- setBidStrategy() : mixed
- setBudget() : mixed
- setCampaignId() : mixed
- setDisplayName() : mixed
- setEntityStatus() : mixed
- setFrequencyCap() : mixed
- setInsertionOrderId() : mixed
- setIntegrationDetails() : mixed
- setName() : mixed
- setPacing() : mixed
- setPartnerCosts() : mixed
- setPerformanceGoal() : mixed
- setUpdateTime() : mixed
- toSimpleObject() : mixed
- Create a simplified object suitable for straightforward conversion to JSON. This is relatively expensive due to the usage of reflection, but shouldn't be called a whole lot, and is the most straightforward way to filter.
- valid() : mixed
- dataType() : mixed
- gapiInit() : mixed
- Blank initialiser to be used in subclasses to do post-construction initialisation - this avoids the need for subclasses to have to implement the variadics handling in their constructors.
- isAssociativeArray() : bool
- Returns true only if the array is associative.
- keyType() : mixed
- mapTypes() : void
- Initialize this object's properties from an array.
- camelCase() : string
- Convert a string to camelCase
- coerceType() : mixed
- getMappedName() : mixed
- If there is an internal name mapping, use that.
- getSimpleValue() : mixed
- Handle different types of values, primarily other objects and map and array data types.
- nullPlaceholderCheck() : mixed
- Check whether the value is the null placeholder and return true null.
Constants
NULL_VALUE
If you need to specify a NULL JSON value, use Google_Model::NULL_VALUE instead - it will be replaced when converting to JSON with a real null.
public
mixed
NULL_VALUE
= "{}gapi-php-null"
Properties
$advertiserId
public
mixed
$advertiserId
$campaignId
public
mixed
$campaignId
$displayName
public
mixed
$displayName
$entityStatus
public
mixed
$entityStatus
$insertionOrderId
public
mixed
$insertionOrderId
$name
public
mixed
$name
$updateTime
public
mixed
$updateTime
$bidStrategyDataType
protected
mixed
$bidStrategyDataType
= ''
$bidStrategyType
protected
mixed
$bidStrategyType
= 'Google_Service_DisplayVideo_BiddingStrategy'
$budgetDataType
protected
mixed
$budgetDataType
= ''
$budgetType
protected
mixed
$budgetType
= 'Google_Service_DisplayVideo_InsertionOrderBudget'
$collection_key
protected
mixed
$collection_key
= 'partnerCosts'
$frequencyCapDataType
protected
mixed
$frequencyCapDataType
= ''
$frequencyCapType
protected
mixed
$frequencyCapType
= 'Google_Service_DisplayVideo_FrequencyCap'
$integrationDetailsDataType
protected
mixed
$integrationDetailsDataType
= ''
$integrationDetailsType
protected
mixed
$integrationDetailsType
= 'Google_Service_DisplayVideo_IntegrationDetails'
$internal_gapi_mappings
protected
mixed
$internal_gapi_mappings
= array()
$modelData
protected
mixed
$modelData
= array()
$pacingDataType
protected
mixed
$pacingDataType
= ''
$pacingType
protected
mixed
$pacingType
= 'Google_Service_DisplayVideo_Pacing'
$partnerCostsDataType
protected
mixed
$partnerCostsDataType
= 'array'
$partnerCostsType
protected
mixed
$partnerCostsType
= 'Google_Service_DisplayVideo_PartnerCost'
$performanceGoalDataType
protected
mixed
$performanceGoalDataType
= ''
$performanceGoalType
protected
mixed
$performanceGoalType
= 'Google_Service_DisplayVideo_PerformanceGoal'
$processed
protected
mixed
$processed
= array()
Methods
__construct()
Polymorphic - accepts a variable number of arguments dependent on the type of the model subclass.
public
final __construct() : mixed
Return values
mixed —__get()
Getter that handles passthrough access to the data array, and lazy object creation.
public
__get(string $key) : mixed
Parameters
- $key : string
-
Property name.
Return values
mixed —The value if any, or null.
__isset()
public
__isset(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —__unset()
public
__unset(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —assertIsArray()
Verify if $obj is an array.
public
assertIsArray(array<string|int, mixed> $obj, string $method) : mixed
Parameters
- $obj : array<string|int, mixed>
-
Items that should be validated.
- $method : string
-
Method expecting an array as an argument.
Tags
Return values
mixed —count()
public
count() : mixed
Return values
mixed —current()
public
current() : mixed
Return values
mixed —getAdvertiserId()
public
getAdvertiserId() : mixed
Return values
mixed —getBidStrategy()
public
getBidStrategy() : Google_Service_DisplayVideo_BiddingStrategy
Return values
Google_Service_DisplayVideo_BiddingStrategy —getBudget()
public
getBudget() : Google_Service_DisplayVideo_InsertionOrderBudget
Return values
Google_Service_DisplayVideo_InsertionOrderBudget —getCampaignId()
public
getCampaignId() : mixed
Return values
mixed —getDisplayName()
public
getDisplayName() : mixed
Return values
mixed —getEntityStatus()
public
getEntityStatus() : mixed
Return values
mixed —getFrequencyCap()
public
getFrequencyCap() : Google_Service_DisplayVideo_FrequencyCap
Return values
Google_Service_DisplayVideo_FrequencyCap —getInsertionOrderId()
public
getInsertionOrderId() : mixed
Return values
mixed —getIntegrationDetails()
public
getIntegrationDetails() : Google_Service_DisplayVideo_IntegrationDetails
Return values
Google_Service_DisplayVideo_IntegrationDetails —getName()
public
getName() : mixed
Return values
mixed —getPacing()
public
getPacing() : Google_Service_DisplayVideo_Pacing
Return values
Google_Service_DisplayVideo_Pacing —getPartnerCosts()
public
getPartnerCosts() : Google_Service_DisplayVideo_PartnerCost
Return values
Google_Service_DisplayVideo_PartnerCost —getPerformanceGoal()
public
getPerformanceGoal() : Google_Service_DisplayVideo_PerformanceGoal
Return values
Google_Service_DisplayVideo_PerformanceGoal —getUpdateTime()
public
getUpdateTime() : mixed
Return values
mixed —key()
public
key() : mixed
Return values
mixed —next()
public
next() : mixed
Return values
mixed —offsetExists()
public
offsetExists(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —offsetSet()
public
offsetSet(mixed $offset, mixed $value) : mixed
Parameters
- $offset : mixed
- $value : mixed
Return values
mixed —offsetUnset()
public
offsetUnset(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —rewind()
public
rewind() : mixed
Return values
mixed —setAdvertiserId()
public
setAdvertiserId(mixed $advertiserId) : mixed
Parameters
- $advertiserId : mixed
Return values
mixed —setBidStrategy()
public
setBidStrategy(Google_Service_DisplayVideo_BiddingStrategy $bidStrategy) : mixed
Parameters
- $bidStrategy : Google_Service_DisplayVideo_BiddingStrategy
Return values
mixed —setBudget()
public
setBudget(Google_Service_DisplayVideo_InsertionOrderBudget $budget) : mixed
Parameters
Return values
mixed —setCampaignId()
public
setCampaignId(mixed $campaignId) : mixed
Parameters
- $campaignId : mixed
Return values
mixed —setDisplayName()
public
setDisplayName(mixed $displayName) : mixed
Parameters
- $displayName : mixed
Return values
mixed —setEntityStatus()
public
setEntityStatus(mixed $entityStatus) : mixed
Parameters
- $entityStatus : mixed
Return values
mixed —setFrequencyCap()
public
setFrequencyCap(Google_Service_DisplayVideo_FrequencyCap $frequencyCap) : mixed
Parameters
- $frequencyCap : Google_Service_DisplayVideo_FrequencyCap
Return values
mixed —setInsertionOrderId()
public
setInsertionOrderId(mixed $insertionOrderId) : mixed
Parameters
- $insertionOrderId : mixed
Return values
mixed —setIntegrationDetails()
public
setIntegrationDetails(Google_Service_DisplayVideo_IntegrationDetails $integrationDetails) : mixed
Parameters
- $integrationDetails : Google_Service_DisplayVideo_IntegrationDetails
Return values
mixed —setName()
public
setName(mixed $name) : mixed
Parameters
- $name : mixed
Return values
mixed —setPacing()
public
setPacing(Google_Service_DisplayVideo_Pacing $pacing) : mixed
Parameters
- $pacing : Google_Service_DisplayVideo_Pacing
Return values
mixed —setPartnerCosts()
public
setPartnerCosts(mixed $partnerCosts) : mixed
Parameters
- $partnerCosts : mixed
Return values
mixed —setPerformanceGoal()
public
setPerformanceGoal(Google_Service_DisplayVideo_PerformanceGoal $performanceGoal) : mixed
Parameters
- $performanceGoal : Google_Service_DisplayVideo_PerformanceGoal
Return values
mixed —setUpdateTime()
public
setUpdateTime(mixed $updateTime) : mixed
Parameters
- $updateTime : mixed
Return values
mixed —toSimpleObject()
Create a simplified object suitable for straightforward conversion to JSON. This is relatively expensive due to the usage of reflection, but shouldn't be called a whole lot, and is the most straightforward way to filter.
public
toSimpleObject() : mixed
Return values
mixed —valid()
public
valid() : mixed
Return values
mixed —dataType()
protected
dataType(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —gapiInit()
Blank initialiser to be used in subclasses to do post-construction initialisation - this avoids the need for subclasses to have to implement the variadics handling in their constructors.
protected
gapiInit() : mixed
Return values
mixed —isAssociativeArray()
Returns true only if the array is associative.
protected
isAssociativeArray(array<string|int, mixed> $array) : bool
Parameters
- $array : array<string|int, mixed>
Return values
bool —True if the array is associative.
keyType()
protected
keyType(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —mapTypes()
Initialize this object's properties from an array.
protected
mapTypes(array<string|int, mixed> $array) : void
Parameters
- $array : array<string|int, mixed>
-
Used to seed this object's properties.
Return values
void —camelCase()
Convert a string to camelCase
private
camelCase(string $value) : string
Parameters
- $value : string
Return values
string —coerceType()
private
coerceType(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —getMappedName()
If there is an internal name mapping, use that.
private
getMappedName(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —getSimpleValue()
Handle different types of values, primarily other objects and map and array data types.
private
getSimpleValue(mixed $value) : mixed
Parameters
- $value : mixed
Return values
mixed —nullPlaceholderCheck()
Check whether the value is the null placeholder and return true null.
private
nullPlaceholderCheck(mixed $value) : mixed
Parameters
- $value : mixed