Skip to content

Commit 3329008

Browse files
1 parent 2031247 commit 3329008

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/DataManager/PairIdInfo.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
class PairIdInfo extends \Google\Model
2121
{
2222
/**
23-
* Output only. The count of the advertiser's first party data records that
24-
* have been uploaded to a clean room provider. This does not signify the size
25-
* of a PAIR user list.
23+
* Optional. The count of the advertiser's first party data records that have
24+
* been uploaded to a clean room provider. This does not signify the size of a
25+
* PAIR user list.
2626
*
2727
* @var string
2828
*/
@@ -36,7 +36,7 @@ class PairIdInfo extends \Google\Model
3636
*/
3737
public $cleanRoomIdentifier;
3838
/**
39-
* Output only. This field denotes the percentage of membership match of this
39+
* Optional. This field denotes the percentage of membership match of this
4040
* user list with the corresponding publisher's first party data. Must be
4141
* between 0 and 100 inclusive.
4242
*
@@ -54,17 +54,17 @@ class PairIdInfo extends \Google\Model
5454
*/
5555
public $publisherId;
5656
/**
57-
* Optional. Descriptive name of the publisher to be displayed in the UI for a
57+
* Required. Descriptive name of the publisher to be displayed in the UI for a
5858
* better targeting experience.
5959
*
6060
* @var string
6161
*/
6262
public $publisherName;
6363

6464
/**
65-
* Output only. The count of the advertiser's first party data records that
66-
* have been uploaded to a clean room provider. This does not signify the size
67-
* of a PAIR user list.
65+
* Optional. The count of the advertiser's first party data records that have
66+
* been uploaded to a clean room provider. This does not signify the size of a
67+
* PAIR user list.
6868
*
6969
* @param string $advertiserIdentifierCount
7070
*/
@@ -98,7 +98,7 @@ public function getCleanRoomIdentifier()
9898
return $this->cleanRoomIdentifier;
9999
}
100100
/**
101-
* Output only. This field denotes the percentage of membership match of this
101+
* Optional. This field denotes the percentage of membership match of this
102102
* user list with the corresponding publisher's first party data. Must be
103103
* between 0 and 100 inclusive.
104104
*
@@ -136,7 +136,7 @@ public function getPublisherId()
136136
return $this->publisherId;
137137
}
138138
/**
139-
* Optional. Descriptive name of the publisher to be displayed in the UI for a
139+
* Required. Descriptive name of the publisher to be displayed in the UI for a
140140
* better targeting experience.
141141
*
142142
* @param string $publisherName

src/DataManager/Resource/AccountTypesAccountsPartnerLinks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function delete($name, $optParams = [])
105105
* Supported fields: - `partner_link_id` - `owning_account.account_type` -
106106
* `owning_account.account_id` - `partner_account.account_type` -
107107
* `partner_account.account_id` Example: `owning_account.account_type =
108-
* "GOOGLE_ADS" OR partner_account.account_id = 987654321`
108+
* "GOOGLE_ADS" AND partner_account.account_id = 987654321`
109109
* @opt_param int pageSize The maximum number of partner links to return. The
110110
* service may return fewer than this value. If unspecified, at most 10 partner
111111
* links will be returned. The maximum value is 100; values above 100 will be

0 commit comments

Comments
 (0)