From 4435aaabac30175a1e999972948379ed56d72ef5 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:08:54 -0700 Subject: [PATCH] Regenerate realtimebidding client --- src/RealTimeBidding/PretargetingConfig.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/RealTimeBidding/PretargetingConfig.php b/src/RealTimeBidding/PretargetingConfig.php index d4811b9cb2f..1209037a024 100644 --- a/src/RealTimeBidding/PretargetingConfig.php +++ b/src/RealTimeBidding/PretargetingConfig.php @@ -46,10 +46,12 @@ class PretargetingConfig extends \Google\Collection public const STATE_SUSPENDED = 'SUSPENDED'; protected $collection_key = 'invalidGeoIds'; /** - * Targeting modes included by this config. A bid request must allow all the - * specified targeting modes. An unset value allows all bid requests to be - * sent, regardless of which targeting modes they allow. + * Deprecated: The value of this field no longer has any effect. Targeting + * modes included by this config. A bid request must allow all the specified + * targeting modes. An unset value allows all bid requests to be sent, + * regardless of which targeting modes they allow. * + * @deprecated * @var string[] */ public $allowedUserTargetingModes; @@ -189,10 +191,12 @@ class PretargetingConfig extends \Google\Collection protected $webTargetingDataType = ''; /** - * Targeting modes included by this config. A bid request must allow all the - * specified targeting modes. An unset value allows all bid requests to be - * sent, regardless of which targeting modes they allow. + * Deprecated: The value of this field no longer has any effect. Targeting + * modes included by this config. A bid request must allow all the specified + * targeting modes. An unset value allows all bid requests to be sent, + * regardless of which targeting modes they allow. * + * @deprecated * @param string[] $allowedUserTargetingModes */ public function setAllowedUserTargetingModes($allowedUserTargetingModes) @@ -200,6 +204,7 @@ public function setAllowedUserTargetingModes($allowedUserTargetingModes) $this->allowedUserTargetingModes = $allowedUserTargetingModes; } /** + * @deprecated * @return string[] */ public function getAllowedUserTargetingModes()