Skip to content

Commit 4c742cf

Browse files
1 parent 2c97ef6 commit 4c742cf

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/DisplayVideo/AdGroupAd.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class AdGroupAd extends \Google\Collection
4646
public const ENTITY_STATUS_ENTITY_STATUS_SCHEDULED_FOR_DELETION = 'ENTITY_STATUS_SCHEDULED_FOR_DELETION';
4747
protected $collection_key = 'adUrls';
4848
/**
49-
* The unique ID of the ad. Assigned by the system.
49+
* Output only. The unique ID of the ad. Assigned by the system.
5050
*
5151
* @var string
5252
*/
@@ -65,7 +65,7 @@ class AdGroupAd extends \Google\Collection
6565
protected $adUrlsType = AdUrl::class;
6666
protected $adUrlsDataType = 'array';
6767
/**
68-
* The unique ID of the advertiser the ad belongs to.
68+
* Output only. The unique ID of the advertiser the ad belongs to.
6969
*
7070
* @var string
7171
*/
@@ -94,7 +94,7 @@ class AdGroupAd extends \Google\Collection
9494
protected $mastheadAdType = MastheadAd::class;
9595
protected $mastheadAdDataType = '';
9696
/**
97-
* The resource name of the ad.
97+
* Output only. The resource name of the ad.
9898
*
9999
* @var string
100100
*/
@@ -107,7 +107,7 @@ class AdGroupAd extends \Google\Collection
107107
protected $videoPerformanceAdDataType = '';
108108

109109
/**
110-
* The unique ID of the ad. Assigned by the system.
110+
* Output only. The unique ID of the ad. Assigned by the system.
111111
*
112112
* @param string $adGroupAdId
113113
*/
@@ -142,7 +142,7 @@ public function getAdGroupId()
142142
return $this->adGroupId;
143143
}
144144
/**
145-
* The policy approval status of the ad.
145+
* Output only. The policy approval status of the ad.
146146
*
147147
* @param AdPolicy $adPolicy
148148
*/
@@ -174,7 +174,7 @@ public function getAdUrls()
174174
return $this->adUrls;
175175
}
176176
/**
177-
* The unique ID of the advertiser the ad belongs to.
177+
* Output only. The unique ID of the advertiser the ad belongs to.
178178
*
179179
* @param string $advertiserId
180180
*/
@@ -313,7 +313,7 @@ public function getMastheadAd()
313313
return $this->mastheadAd;
314314
}
315315
/**
316-
* The resource name of the ad.
316+
* Output only. The resource name of the ad.
317317
*
318318
* @param string $name
319319
*/

src/DisplayVideo/ListAdGroupAdsResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ListAdGroupAdsResponse extends \Google\Collection
3232
public $nextPageToken;
3333

3434
/**
35-
* The list of ad group ads. This list will be absent if empty.
35+
* The list of ads. This list will be absent if empty.
3636
*
3737
* @param AdGroupAd[] $adGroupAds
3838
*/

src/DisplayVideo/Resource/AdvertisersAdGroupAds.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AdvertisersAdGroupAds extends \Google\Service\Resource
3535
*
3636
* @param string $advertiserId Required. The ID of the advertiser this ad group
3737
* ad belongs to.
38-
* @param string $adGroupAdId Required. The ID of the ad group ad to fetch.
38+
* @param string $adGroupAdId Required. The ID of the ad to fetch.
3939
* @param array $optParams Optional parameters.
4040
* @return AdGroupAd
4141
* @throws \Google\Service\Exception
@@ -49,12 +49,12 @@ public function get($advertiserId, $adGroupAdId, $optParams = [])
4949
/**
5050
* Lists ad group ads. (adGroupAds.listAdvertisersAdGroupAds)
5151
*
52-
* @param string $advertiserId Required. The ID of the advertiser the ad groups
53-
* belongs to.
52+
* @param string $advertiserId Required. The ID of the advertiser the ads belong
53+
* to.
5454
* @param array $optParams Optional parameters.
5555
*
56-
* @opt_param string filter Optional. Allows filtering by custom ad group ad
57-
* fields. Supported syntax: * Filter expressions are made up of one or more
56+
* @opt_param string filter Optional. Allows filtering by ad group ad fields.
57+
* Supported syntax: * Filter expressions are made up of one or more
5858
* restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence of
5959
* restrictions implicitly uses `AND`. * A restriction has the form of `{field}
6060
* {operator} {value}`. * All fields must use the `EQUALS (=)` operator.

0 commit comments

Comments
 (0)