/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/ |
H A D | AccountsCreatives.php | 58 * @param string $creativeId The ID of the creative to retrieve. 62 public function get($accountId, $creativeId, $optParams = []) argument 64 $params = ['accountId' => $accountId, 'creativeId' => $creativeId]; 106 * @param string $creativeId The creative ID of the creative to stop 115 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody]; 124 * @param string $creativeId The buyer-defined creative ID of this creative. Can 130 public function update($accountId, $creativeId, Creative $postBody, $optParams = []) argument 132 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody]; 141 * @param string $creativeId The creative ID to watch for status changes. 149 public function watch($accountId, $creativeId, WatchCreativeRequest $postBody, $optParams = []) argument [all …]
|
H A D | AccountsCreativesDealAssociations.php | 39 * @param string $creativeId The ID of the creative associated with the deal. 44 public function add($accountId, $creativeId, AddDealAssociationRequest $postBody, $optParams = []) argument 46 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody]; 56 * @param string $creativeId The creative ID to list the associations from. 76 public function listAccountsCreativesDealAssociations($accountId, $creativeId, $optParams = []) argument 78 $params = ['accountId' => $accountId, 'creativeId' => $creativeId]; 87 * @param string $creativeId The ID of the creative associated with the deal. 92 …public function remove($accountId, $creativeId, RemoveDealAssociationRequest $postBody, $optParams… argument 94 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/ |
H A D | AdvertisersCreatives.php | 57 * @param string $creativeId The ID of the creative to be deleted. 61 public function delete($advertiserId, $creativeId, $optParams = []) argument 63 $params = ['advertiserId' => $advertiserId, 'creativeId' => $creativeId]; 72 * @param string $creativeId Required. The ID of the creative to fetch. 76 public function get($advertiserId, $creativeId, $optParams = []) argument 78 $params = ['advertiserId' => $advertiserId, 'creativeId' => $creativeId]; 147 * @param string $creativeId Output only. The unique ID of the creative. 156 public function patch($advertiserId, $creativeId, Creative $postBody, $optParams = []) argument 158 … $params = ['advertiserId' => $advertiserId, 'creativeId' => $creativeId, 'postBody' => $postBody];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | CampaignCreativeAssociation.php | 25 public $creativeId; variable in Google\\Service\\Dfareporting\\CampaignCreativeAssociation 34 public function setCreativeId($creativeId) argument 36 $this->creativeId = $creativeId; 43 return $this->creativeId;
|
H A D | CompanionClickThroughOverride.php | 27 public $creativeId; variable in Google\\Service\\Dfareporting\\CompanionClickThroughOverride 46 public function setCreativeId($creativeId) argument 48 $this->creativeId = $creativeId; 55 return $this->creativeId;
|
H A D | TagData.php | 33 public $creativeId; variable in Google\\Service\\Dfareporting\\TagData 74 public function setCreativeId($creativeId) argument 76 $this->creativeId = $creativeId; 83 return $this->creativeId;
|
H A D | CreativeAssignment.php | 40 public $creativeId; variable in Google\\Service\\Dfareporting\\CreativeAssignment 139 public function setCreativeId($creativeId) argument 141 $this->creativeId = $creativeId; 148 return $this->creativeId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
H A D | CreativeDealAssociation.php | 29 public $creativeId; variable in Google\\Service\\AdExchangeBuyerII\\CreativeDealAssociation 52 public function setCreativeId($creativeId) argument 54 $this->creativeId = $creativeId; 61 return $this->creativeId;
|
H A D | FilteredBidCreativeRow.php | 27 public $creativeId; variable in Google\\Service\\AdExchangeBuyerII\\FilteredBidCreativeRow 48 public function setCreativeId($creativeId) argument 50 $this->creativeId = $creativeId; 57 return $this->creativeId;
|
H A D | FilterSet.php | 32 public $creativeId; variable in Google\\Service\\AdExchangeBuyerII\\FilterSet 105 public function setCreativeId($creativeId) argument 107 $this->creativeId = $creativeId; 114 return $this->creativeId;
|
H A D | Creative.php | 58 public $creativeId; variable in Google\\Service\\AdExchangeBuyerII\\Creative 245 public function setCreativeId($creativeId) argument 247 $this->creativeId = $creativeId; 254 return $this->creativeId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/ |
H A D | Creative.php | 50 public $creativeId; variable in Google\\Service\\RealTimeBidding\\Creative 183 public function setCreativeId($creativeId) argument 185 $this->creativeId = $creativeId; 192 return $this->creativeId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AdExchangeBuyerII.php | 325 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}', 333 'creativeId' => [ 362 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}:stopWatching', 370 'creativeId' => [ 377 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}', 385 'creativeId' => [ 392 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}:watch', 400 'creativeId' => [ 425 'creativeId' => [ 440 'creativeId' => [ [all …]
|
H A D | DisplayVideo.php | 677 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 685 'creativeId' => [ 692 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 700 'creativeId' => [ 733 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 741 'creativeId' => [
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | Creative.php | 58 public $creativeId; variable in Google\\Service\\DisplayVideo\\Creative 327 public function setCreativeId($creativeId) argument 329 $this->creativeId = $creativeId; 336 return $this->creativeId;
|