Skip to content

Commit 0dc244d

Browse files
Regenerate searchads360 client
1 parent 0264b0f commit 0dc244d

6 files changed

+360
-0
lines changed

src/SA360/GoogleAdsSearchads360V0ResourcesAdGroupAd.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ class GoogleAdsSearchads360V0ResourcesAdGroupAd extends \Google\Collection
2626
* @var string
2727
*/
2828
public $creationTime;
29+
/**
30+
* @var string[]
31+
*/
32+
public $effectiveLabels;
2933
/**
3034
* @var string
3135
*/
@@ -79,6 +83,20 @@ public function getCreationTime()
7983
{
8084
return $this->creationTime;
8185
}
86+
/**
87+
* @param string[]
88+
*/
89+
public function setEffectiveLabels($effectiveLabels)
90+
{
91+
$this->effectiveLabels = $effectiveLabels;
92+
}
93+
/**
94+
* @return string[]
95+
*/
96+
public function getEffectiveLabels()
97+
{
98+
return $this->effectiveLabels;
99+
}
82100
/**
83101
* @param string
84102
*/
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\SA360;
19+
20+
class GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $adGroupAd;
26+
/**
27+
* @var string
28+
*/
29+
public $label;
30+
/**
31+
* @var string
32+
*/
33+
public $ownerCustomerId;
34+
/**
35+
* @var string
36+
*/
37+
public $resourceName;
38+
39+
/**
40+
* @param string
41+
*/
42+
public function setAdGroupAd($adGroupAd)
43+
{
44+
$this->adGroupAd = $adGroupAd;
45+
}
46+
/**
47+
* @return string
48+
*/
49+
public function getAdGroupAd()
50+
{
51+
return $this->adGroupAd;
52+
}
53+
/**
54+
* @param string
55+
*/
56+
public function setLabel($label)
57+
{
58+
$this->label = $label;
59+
}
60+
/**
61+
* @return string
62+
*/
63+
public function getLabel()
64+
{
65+
return $this->label;
66+
}
67+
/**
68+
* @param string
69+
*/
70+
public function setOwnerCustomerId($ownerCustomerId)
71+
{
72+
$this->ownerCustomerId = $ownerCustomerId;
73+
}
74+
/**
75+
* @return string
76+
*/
77+
public function getOwnerCustomerId()
78+
{
79+
return $this->ownerCustomerId;
80+
}
81+
/**
82+
* @param string
83+
*/
84+
public function setResourceName($resourceName)
85+
{
86+
$this->resourceName = $resourceName;
87+
}
88+
/**
89+
* @return string
90+
*/
91+
public function getResourceName()
92+
{
93+
return $this->resourceName;
94+
}
95+
}
96+
97+
// Adding a class alias for backwards compatibility with the previous class name.
98+
class_alias(GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel');

src/SA360/GoogleAdsSearchads360V0ResourcesAdGroupCriterion.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ class GoogleAdsSearchads360V0ResourcesAdGroupCriterion extends \Google\Collectio
4343
* @var string
4444
*/
4545
public $effectiveCpcBidMicros;
46+
/**
47+
* @var string[]
48+
*/
49+
public $effectiveLabels;
4650
/**
4751
* @var string
4852
*/
@@ -196,6 +200,20 @@ public function getEffectiveCpcBidMicros()
196200
{
197201
return $this->effectiveCpcBidMicros;
198202
}
203+
/**
204+
* @param string[]
205+
*/
206+
public function setEffectiveLabels($effectiveLabels)
207+
{
208+
$this->effectiveLabels = $effectiveLabels;
209+
}
210+
/**
211+
* @return string[]
212+
*/
213+
public function getEffectiveLabels()
214+
{
215+
return $this->effectiveLabels;
216+
}
199217
/**
200218
* @param string
201219
*/
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\SA360;
19+
20+
class GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $adGroupCriterion;
26+
/**
27+
* @var string
28+
*/
29+
public $label;
30+
/**
31+
* @var string
32+
*/
33+
public $ownerCustomerId;
34+
/**
35+
* @var string
36+
*/
37+
public $resourceName;
38+
39+
/**
40+
* @param string
41+
*/
42+
public function setAdGroupCriterion($adGroupCriterion)
43+
{
44+
$this->adGroupCriterion = $adGroupCriterion;
45+
}
46+
/**
47+
* @return string
48+
*/
49+
public function getAdGroupCriterion()
50+
{
51+
return $this->adGroupCriterion;
52+
}
53+
/**
54+
* @param string
55+
*/
56+
public function setLabel($label)
57+
{
58+
$this->label = $label;
59+
}
60+
/**
61+
* @return string
62+
*/
63+
public function getLabel()
64+
{
65+
return $this->label;
66+
}
67+
/**
68+
* @param string
69+
*/
70+
public function setOwnerCustomerId($ownerCustomerId)
71+
{
72+
$this->ownerCustomerId = $ownerCustomerId;
73+
}
74+
/**
75+
* @return string
76+
*/
77+
public function getOwnerCustomerId()
78+
{
79+
return $this->ownerCustomerId;
80+
}
81+
/**
82+
* @param string
83+
*/
84+
public function setResourceName($resourceName)
85+
{
86+
$this->resourceName = $resourceName;
87+
}
88+
/**
89+
* @return string
90+
*/
91+
public function getResourceName()
92+
{
93+
return $this->resourceName;
94+
}
95+
}
96+
97+
// Adding a class alias for backwards compatibility with the previous class name.
98+
class_alias(GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel');
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\SA360;
19+
20+
class GoogleAdsSearchads360V0ResourcesUserLocationView extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $countryCriterionId;
26+
/**
27+
* @var string
28+
*/
29+
public $resourceName;
30+
/**
31+
* @var bool
32+
*/
33+
public $targetingLocation;
34+
35+
/**
36+
* @param string
37+
*/
38+
public function setCountryCriterionId($countryCriterionId)
39+
{
40+
$this->countryCriterionId = $countryCriterionId;
41+
}
42+
/**
43+
* @return string
44+
*/
45+
public function getCountryCriterionId()
46+
{
47+
return $this->countryCriterionId;
48+
}
49+
/**
50+
* @param string
51+
*/
52+
public function setResourceName($resourceName)
53+
{
54+
$this->resourceName = $resourceName;
55+
}
56+
/**
57+
* @return string
58+
*/
59+
public function getResourceName()
60+
{
61+
return $this->resourceName;
62+
}
63+
/**
64+
* @param bool
65+
*/
66+
public function setTargetingLocation($targetingLocation)
67+
{
68+
$this->targetingLocation = $targetingLocation;
69+
}
70+
/**
71+
* @return bool
72+
*/
73+
public function getTargetingLocation()
74+
{
75+
return $this->targetingLocation;
76+
}
77+
}
78+
79+
// Adding a class alias for backwards compatibility with the previous class name.
80+
class_alias(GoogleAdsSearchads360V0ResourcesUserLocationView::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesUserLocationView');

0 commit comments

Comments
 (0)