Home
last modified time | relevance | path

Searched refs:targetingType (Results 1 – 14 of 14) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DPartnersTargetingTypesAssignedTargetingOptions.php39 * @param string $targetingType Required. Identifies the type of this assigned
45 …public function create($partnerId, $targetingType, AssignedTargetingOption $postBody, $optParams =… argument
47 … $params = ['partnerId' => $partnerId, 'targetingType' => $targetingType, 'postBody' => $postBody];
56 * @param string $targetingType Required. Identifies the type of this assigned
63 public function delete($partnerId, $targetingType, $assignedTargetingOptionId, $optParams = []) argument
65 …$params = ['partnerId' => $partnerId, 'targetingType' => $targetingType, 'assignedTargetingOptionI…
74 * @param string $targetingType Required. Identifies the type of this assigned
82 public function get($partnerId, $targetingType, $assignedTargetingOptionId, $optParams = []) argument
93 * @param string $targetingType Required. Identifies the type of assigned
119 …public function listPartnersTargetingTypesAssignedTargetingOptions($partnerId, $targetingType, $op… argument
[all …]
H A DAdvertisersTargetingTypesAssignedTargetingOptions.php39 * @param string $targetingType Required. Identifies the type of this assigned
47 …public function create($advertiserId, $targetingType, AssignedTargetingOption $postBody, $optParam… argument
49 …$params = ['advertiserId' => $advertiserId, 'targetingType' => $targetingType, 'postBody' => $post…
58 * @param string $targetingType Required. Identifies the type of this assigned
67 public function delete($advertiserId, $targetingType, $assignedTargetingOptionId, $optParams = []) argument
69 …$params = ['advertiserId' => $advertiserId, 'targetingType' => $targetingType, 'assignedTargetingO…
78 * @param string $targetingType Required. Identifies the type of this assigned
88 public function get($advertiserId, $targetingType, $assignedTargetingOptionId, $optParams = []) argument
99 * @param string $targetingType Required. Identifies the type of assigned
126 …listAdvertisersTargetingTypesAssignedTargetingOptions($advertiserId, $targetingType, $optParams = … argument
[all …]
H A DAdvertisersLineItemsTargetingTypesAssignedTargetingOptions.php46 * @param string $targetingType Required. Identifies the type of this assigned
52 …public function create($advertiserId, $lineItemId, $targetingType, AssignedTargetingOption $postBo… argument
54 …d' => $advertiserId, 'lineItemId' => $lineItemId, 'targetingType' => $targetingType, 'postBody' =>…
69 * @param string $targetingType Required. Identifies the type of this assigned
76 …public function delete($advertiserId, $lineItemId, $targetingType, $assignedTargetingOptionId, $op… argument
78 …d' => $advertiserId, 'lineItemId' => $lineItemId, 'targetingType' => $targetingType, 'assignedTarg…
90 * @param string $targetingType Required. Identifies the type of this assigned
98 …public function get($advertiserId, $lineItemId, $targetingType, $assignedTargetingOptionId, $optPa… argument
112 * @param string $targetingType Required. Identifies the type of assigned
140 …msTargetingTypesAssignedTargetingOptions($advertiserId, $lineItemId, $targetingType, $optParams = … argument
[all …]
H A DTargetingTypesTargetingOptions.php38 * @param string $targetingType Required. The type of targeting option to
62 public function get($targetingType, $targetingOptionId, $optParams = []) argument
64 $params = ['targetingType' => $targetingType, 'targetingOptionId' => $targetingOptionId];
72 * @param string $targetingType Required. The type of targeting option to be
119 public function listTargetingTypesTargetingOptions($targetingType, $optParams = []) argument
121 $params = ['targetingType' => $targetingType];
129 * @param string $targetingType Required. The type of targeting options to
136 public function search($targetingType, SearchTargetingOptionsRequest $postBody, $optParams = []) argument
138 $params = ['targetingType' => $targetingType, 'postBody' => $postBody];
H A DAdvertisersInsertionOrdersTargetingTypesAssignedTargetingOptions.php41 * @param string $targetingType Required. Identifies the type of this assigned
49 …public function get($advertiserId, $insertionOrderId, $targetingType, $assignedTargetingOptionId, … argument
51 …tiserId, 'insertionOrderId' => $insertionOrderId, 'targetingType' => $targetingType, 'assignedTarg…
64 * @param string $targetingType Required. Identifies the type of assigned
92 …etingTypesAssignedTargetingOptions($advertiserId, $insertionOrderId, $targetingType, $optParams = … argument
94 …rId' => $advertiserId, 'insertionOrderId' => $insertionOrderId, 'targetingType' => $targetingType];
H A DAdvertisersCampaignsTargetingTypesAssignedTargetingOptions.php41 * @param string $targetingType Required. Identifies the type of this assigned
60 …public function get($advertiserId, $campaignId, $targetingType, $assignedTargetingOptionId, $optPa… argument
62 …d' => $advertiserId, 'campaignId' => $campaignId, 'targetingType' => $targetingType, 'assignedTarg…
75 * @param string $targetingType Required. Identifies the type of assigned
114 …nsTargetingTypesAssignedTargetingOptions($advertiserId, $campaignId, $targetingType, $optParams = … argument
116 … ['advertiserId' => $advertiserId, 'campaignId' => $campaignId, 'targetingType' => $targetingType];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DDeleteAssignedTargetingOptionsRequest.php30 public $targetingType; variable in Google\\Service\\DisplayVideo\\DeleteAssignedTargetingOptionsRequest
49 public function setTargetingType($targetingType) argument
51 $this->targetingType = $targetingType;
58 return $this->targetingType;
H A DCreateAssignedTargetingOptionsRequest.php28 public $targetingType; variable in Google\\Service\\DisplayVideo\\CreateAssignedTargetingOptionsRequest
47 public function setTargetingType($targetingType) argument
49 $this->targetingType = $targetingType;
56 return $this->targetingType;
H A DTargetingOption.php93 public $targetingType; variable in Google\\Service\\DisplayVideo\\TargetingOption
552 public function setTargetingType($targetingType) argument
554 $this->targetingType = $targetingType;
561 return $this->targetingType;
H A DAssignedTargetingOption.php117 public $targetingType; variable in Google\\Service\\DisplayVideo\\AssignedTargetingOption
734 public function setTargetingType($targetingType) argument
736 $this->targetingType = $targetingType;
743 return $this->targetingType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDisplayVideo.php395 'targetingType' => [
420 'targetingType' => [
901 'targetingType' => [
926 'targetingType' => [
1173 'targetingType' => [
1193 'targetingType' => [
1218 'targetingType' => [
1243 'targetingType' => [
1758 'targetingType' => [
1773 'targetingType' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSection.php40 protected $targetingType = ChannelSectionTargeting::class; variable in Google\\Service\\YouTube\\ChannelSection
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DDeal.php84 protected $targetingType = MarketplaceTargeting::class; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Deal
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DDeal.php95 protected $targetingType = MarketplaceTargeting::class; variable in Google\\Service\\AdExchangeBuyerII\\Deal