Skip to content

Commit

Permalink
Regenerate searchads360 client (#5679)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 6, 2024
1 parent ac8481d commit 3b867bd
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/SA360/GoogleAdsSearchads360V0CommonMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ class GoogleAdsSearchads360V0CommonMetrics extends \Google\Collection
public $costPerConversion;
public $costPerCurrentModelAttributedConversion;
public $crossDeviceConversions;
public $crossDeviceConversionsByConversionDate;
public $crossDeviceConversionsValue;
public $crossDeviceConversionsValueByConversionDate;
/**
* @var string
*/
Expand All @@ -110,6 +112,11 @@ class GoogleAdsSearchads360V0CommonMetrics extends \Google\Collection
public $crossSellRevenueMicros;
public $crossSellUnitsSold;
public $ctr;
public $generalInvalidClickRate;
/**
* @var string
*/
public $generalInvalidClicks;
/**
* @var string
*/
Expand Down Expand Up @@ -614,6 +621,14 @@ public function getCrossDeviceConversions()
{
return $this->crossDeviceConversions;
}
public function setCrossDeviceConversionsByConversionDate($crossDeviceConversionsByConversionDate)
{
$this->crossDeviceConversionsByConversionDate = $crossDeviceConversionsByConversionDate;
}
public function getCrossDeviceConversionsByConversionDate()
{
return $this->crossDeviceConversionsByConversionDate;
}
public function setCrossDeviceConversionsValue($crossDeviceConversionsValue)
{
$this->crossDeviceConversionsValue = $crossDeviceConversionsValue;
Expand All @@ -622,6 +637,14 @@ public function getCrossDeviceConversionsValue()
{
return $this->crossDeviceConversionsValue;
}
public function setCrossDeviceConversionsValueByConversionDate($crossDeviceConversionsValueByConversionDate)
{
$this->crossDeviceConversionsValueByConversionDate = $crossDeviceConversionsValueByConversionDate;
}
public function getCrossDeviceConversionsValueByConversionDate()
{
return $this->crossDeviceConversionsValueByConversionDate;
}
/**
* @param string
*/
Expand Down Expand Up @@ -680,6 +703,28 @@ public function getCtr()
{
return $this->ctr;
}
public function setGeneralInvalidClickRate($generalInvalidClickRate)
{
$this->generalInvalidClickRate = $generalInvalidClickRate;
}
public function getGeneralInvalidClickRate()
{
return $this->generalInvalidClickRate;
}
/**
* @param string
*/
public function setGeneralInvalidClicks($generalInvalidClicks)
{
$this->generalInvalidClicks = $generalInvalidClicks;
}
/**
* @return string
*/
public function getGeneralInvalidClicks()
{
return $this->generalInvalidClicks;
}
/**
* @param string
*/
Expand Down
18 changes: 18 additions & 0 deletions src/SA360/GoogleAdsSearchads360V0ResourcesAdGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class GoogleAdsSearchads360V0ResourcesAdGroup extends \Google\Collection
* @var string
*/
public $creationTime;
/**
* @var string[]
*/
public $effectiveLabels;
/**
* @var string
*/
Expand Down Expand Up @@ -125,6 +129,20 @@ public function getCreationTime()
{
return $this->creationTime;
}
/**
* @param string[]
*/
public function setEffectiveLabels($effectiveLabels)
{
$this->effectiveLabels = $effectiveLabels;
}
/**
* @return string[]
*/
public function getEffectiveLabels()
{
return $this->effectiveLabels;
}
/**
* @param string
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

namespace Google\Service\SA360;

class GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel extends \Google\Model
{
/**
* @var string
*/
public $adGroup;
/**
* @var string
*/
public $label;
/**
* @var string
*/
public $ownerCustomerId;
/**
* @var string
*/
public $resourceName;

/**
* @param string
*/
public function setAdGroup($adGroup)
{
$this->adGroup = $adGroup;
}
/**
* @return string
*/
public function getAdGroup()
{
return $this->adGroup;
}
/**
* @param string
*/
public function setLabel($label)
{
$this->label = $label;
}
/**
* @return string
*/
public function getLabel()
{
return $this->label;
}
/**
* @param string
*/
public function setOwnerCustomerId($ownerCustomerId)
{
$this->ownerCustomerId = $ownerCustomerId;
}
/**
* @return string
*/
public function getOwnerCustomerId()
{
return $this->ownerCustomerId;
}
/**
* @param string
*/
public function setResourceName($resourceName)
{
$this->resourceName = $resourceName;
}
/**
* @return string
*/
public function getResourceName()
{
return $this->resourceName;
}
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel');
18 changes: 18 additions & 0 deletions src/SA360/GoogleAdsSearchads360V0ResourcesCampaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ class GoogleAdsSearchads360V0ResourcesCampaign extends \Google\Collection
public $creationTime;
protected $dynamicSearchAdsSettingType = GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting::class;
protected $dynamicSearchAdsSettingDataType = '';
/**
* @var string[]
*/
public $effectiveLabels;
/**
* @var string
*/
Expand Down Expand Up @@ -313,6 +317,20 @@ public function getDynamicSearchAdsSetting()
{
return $this->dynamicSearchAdsSetting;
}
/**
* @param string[]
*/
public function setEffectiveLabels($effectiveLabels)
{
$this->effectiveLabels = $effectiveLabels;
}
/**
* @return string[]
*/
public function getEffectiveLabels()
{
return $this->effectiveLabels;
}
/**
* @param string
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

namespace Google\Service\SA360;

class GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel extends \Google\Model
{
/**
* @var string
*/
public $campaign;
/**
* @var string
*/
public $label;
/**
* @var string
*/
public $ownerCustomerId;
/**
* @var string
*/
public $resourceName;

/**
* @param string
*/
public function setCampaign($campaign)
{
$this->campaign = $campaign;
}
/**
* @return string
*/
public function getCampaign()
{
return $this->campaign;
}
/**
* @param string
*/
public function setLabel($label)
{
$this->label = $label;
}
/**
* @return string
*/
public function getLabel()
{
return $this->label;
}
/**
* @param string
*/
public function setOwnerCustomerId($ownerCustomerId)
{
$this->ownerCustomerId = $ownerCustomerId;
}
/**
* @return string
*/
public function getOwnerCustomerId()
{
return $this->ownerCustomerId;
}
/**
* @param string
*/
public function setResourceName($resourceName)
{
$this->resourceName = $resourceName;
}
/**
* @return string
*/
public function getResourceName()
{
return $this->resourceName;
}
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel');
Loading

0 comments on commit 3b867bd

Please sign in to comment.