2020class 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
0 commit comments