Home
last modified time | relevance | path

Searched refs:customBiddingAlgorithmId (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DCustomBiddingAlgorithmsScripts.php37 * @param string $customBiddingAlgorithmId Required. The ID of the custom
49 public function create($customBiddingAlgorithmId, CustomBiddingScript $postBody, $optParams = []) argument
51 $params = ['customBiddingAlgorithmId' => $customBiddingAlgorithmId, 'postBody' => $postBody];
58 * @param string $customBiddingAlgorithmId Required. The ID of the custom
71 public function get($customBiddingAlgorithmId, $customBiddingScriptId, $optParams = []) argument
73 …$params = ['customBiddingAlgorithmId' => $customBiddingAlgorithmId, 'customBiddingScriptId' => $cu…
82 * @param string $customBiddingAlgorithmId Required. The ID of the custom
104 public function listCustomBiddingAlgorithmsScripts($customBiddingAlgorithmId, $optParams = []) argument
106 $params = ['customBiddingAlgorithmId' => $customBiddingAlgorithmId];
H A DCustomBiddingAlgorithms.php51 * @param string $customBiddingAlgorithmId Required. The ID of the custom
61 public function get($customBiddingAlgorithmId, $optParams = []) argument
63 $params = ['customBiddingAlgorithmId' => $customBiddingAlgorithmId];
121 * @param string $customBiddingAlgorithmId Output only. The unique ID of the
130 …public function patch($customBiddingAlgorithmId, CustomBiddingAlgorithm $postBody, $optParams = []) argument
132 $params = ['customBiddingAlgorithmId' => $customBiddingAlgorithmId, 'postBody' => $postBody];
142 * @param string $customBiddingAlgorithmId Required. The ID of the custom
153 public function uploadScript($customBiddingAlgorithmId, $optParams = []) argument
155 $params = ['customBiddingAlgorithmId' => $customBiddingAlgorithmId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DMaximizeSpendBidStrategy.php25 public $customBiddingAlgorithmId; variable in Google\\Service\\DisplayVideo\\MaximizeSpendBidStrategy
42 public function setCustomBiddingAlgorithmId($customBiddingAlgorithmId) argument
44 $this->customBiddingAlgorithmId = $customBiddingAlgorithmId;
51 return $this->customBiddingAlgorithmId;
H A DPerformanceGoalBidStrategy.php25 public $customBiddingAlgorithmId; variable in Google\\Service\\DisplayVideo\\PerformanceGoalBidStrategy
42 public function setCustomBiddingAlgorithmId($customBiddingAlgorithmId) argument
44 $this->customBiddingAlgorithmId = $customBiddingAlgorithmId;
51 return $this->customBiddingAlgorithmId;
H A DCustomBiddingScript.php34 public $customBiddingAlgorithmId; variable in Google\\Service\\DisplayVideo\\CustomBiddingScript
83 public function setCustomBiddingAlgorithmId($customBiddingAlgorithmId) argument
85 $this->customBiddingAlgorithmId = $customBiddingAlgorithmId;
92 return $this->customBiddingAlgorithmId;
H A DCustomBiddingAlgorithm.php30 public $customBiddingAlgorithmId; variable in Google\\Service\\DisplayVideo\\CustomBiddingAlgorithm
77 public function setCustomBiddingAlgorithmId($customBiddingAlgorithmId) argument
79 $this->customBiddingAlgorithmId = $customBiddingAlgorithmId;
86 return $this->customBiddingAlgorithmId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDisplayVideo.php1907 'path' => 'v1/customBiddingAlgorithms/{+customBiddingAlgorithmId}',
1910 'customBiddingAlgorithmId' => [
1954 'path' => 'v1/customBiddingAlgorithms/{+customBiddingAlgorithmId}',
1957 'customBiddingAlgorithmId' => [
1968 'path' => 'v1/customBiddingAlgorithms/{+customBiddingAlgorithmId}:uploadScript',
1971 'customBiddingAlgorithmId' => [
1996 'path' => 'v1/customBiddingAlgorithms/{+customBiddingAlgorithmId}/scripts',
1999 'customBiddingAlgorithmId' => [
2017 'customBiddingAlgorithmId' => [
2037 'path' => 'v1/customBiddingAlgorithms/{+customBiddingAlgorithmId}/scripts',
[all …]